我的Django配置(设置和网址)就像教程中的配置一样。
如果我拨打http://127 0 0 1:8000/admin/
,则会因以下消息而成为404错误:
"/Users/x/projects/foobar/admin" is not there
...
用pip重新安装Django:同样的错误,调用python manage.py syncdb:同样的错误。
发生了什么以及如何解决?
感谢您的帮助。
答案 0 :(得分:0)
要在网址中注释此行,请解决我的问题:
#url(r'^(?P<path>.*)$', 'django.views.static.serve', {'document_root': settings.MEDIA_ROOT}),
所以我必须考虑处理动态图像加载配置。但这是另一个观点。
谢谢!