Request Method: | GET |
---|---|
Request URL: | /tags-%E8%BF%99%E4%BB%BD%E6%9D%A5%E8%87%AA%E7%81%AB%E6%98%9F%E7%9A%84%E2%80%9C%E5%BF%AB%E9%80%92%E2%80%9D%E8%AF%B7%E6%9F%A5%E6%94%B6.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.