Request Method: | GET |
---|---|
Request URL: | /tags-%E5%8A%A0%E5%BC%BA%E7%94%9F%E6%B4%BB%E5%9E%83%E5%9C%BE%E5%88%86%E7%B1%BB%E6%89%A7%E6%B3%95.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.