Request Method: | GET |
---|---|
Request URL: | /tags-%E5%9E%83%E5%9C%BE%E5%88%86%E7%B1%BB%EF%BC%8C%E4%BB%8E%E5%B0%8F%E5%81%9A%E8%B5%B7.html |
Using the URLconf defined in rxtekweb.urls
,
Django tried these URL patterns, in this order:
The current path, tags-垃圾分类,从小做起.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.