遇到这样的问题怎么回事啊。Django版本1.7
Page not found (404)
Request Method: | GET |
---|---|
Request URL: | http://127.0.0.1:8000/demoapp/article/ |
Using the URLconf defined in demoproject.urls
, Django tried these URL patterns, in this order:
^admin/
^demoapp/ ^index/$
^demoapp/ ^article/(?P<article_id>[0-9]+)$
^demoapp2/
The current URL, demoapp/article/
, didn't match any of these.