Request Method: | GET |
---|---|
Request URL: | /tags-%E7%94%B3%E5%9F%8E%E5%BD%A9%E5%A6%86%E8%BF%8E%E4%BD%B3%E8%8A%82.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.