Request Method: | GET |
---|---|
Request URL: | http://192.168.31.53/zixun/dongtai/2018-01-19/57.html |
Using the URLconf defined in heruite.urls
,
Django tried these URL patterns, in this order:
The current URL, zixun/dongtai/2018-01-19/57.html
, didn't match any of these.
You're seeing this error because you have DEBUG = True
in
your Django settings file. Change that to False
, and Django
will display a standard 404 page.