Request Method: | GET |
---|---|
Request URL: | /tags-2020%E4%B8%AA%E9%9B%AA%E4%BA%BA%E4%BA%AE%E7%9B%B8%E5%86%B0%E5%9F%8E.html |
Using the URLconf defined in rxtekweb.urls
,
Django tried these URL patterns, in this order:
The current path, tags-2020个雪人亮相冰城.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.