我正在设计一个照片应用程序。
每次我在管理页面上查看上传的图片时都会收到此错误。
Page not found (404)
Request Method: GET
Request URL: http://127.0.0.1:8000/media/images/California_Poppy.jpg
Using the URLconf defined in mysite.urls, Django tried these URL patterns, in this order:
^polls/
^admin/
^cool/
^forum/
^register/
The current URL, media/images/California_Poppy.jpg, didn't match any of these.
我当前的设置是:
MEDIA_ROOT = 'C:/djcode/mysite/photo'
MEDIA_URL = 'http://127.0.0.1:8000/media/'
我认为问题出在这些设置上。我正在使用窗口顺便说一句