如何在 Django 中将 Flatpage 设置为主页

发布于 2024-08-04 01:14:26 字数 299 浏览 9 评论 0原文

如何将平面页面设置为主页?

我的 urls.py

    (r'', include('django.contrib.flatpages.urls')),

在管理部分中,我将 Flatpage 的 URL 设置为“/”。

我收到这个错误

Firefox 已检测到服务器 正在重定向此请求 以永远不会的方式解决 完成。

我猜测将 URL 设置为“/”是错误的,但找不到正确方法的示例。

How can I set a Flatpage as the Homepage?

My urls.py is

    (r'', include('django.contrib.flatpages.urls')),

In the admin section I set the URL of the Flatpage to "/".

I get this error

Firefox has detected that the server
is redirecting the request for this
address in a way that will never
complete.

I'm guessing setting the URL to "/" is wrong, but can't find an example of the proper way to do it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

怪我鬧 2024-08-11 01:14:26

我从 urls.py 中删除了该条目,这似乎已经修复了它。

I removed the entry from the urls.py and this seems to have fixed it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文