【发布时间】:2009-09-04 22:20:14
【问题描述】:
我只是在http://docs.djangoproject.com/en/dev/ref/contrib/flatpages/ 之后设置了 django 的平面应用程序
一切都很好,但是当我链接到平面页面时,我总是得到:
Page not found (404)
Request Method: GET
Request URL: http://example.com/about/
[..]
The current URL, about/, didn't match any of these.
那是怎么回事?什么可能导致此错误?
提前谢谢...
【问题讨论】:
标签: django django-urls