Request Method: | GET |
---|---|
Request URL: | /tags-%E4%B8%80%E5%BC%A0%E8%93%9D%E5%9B%BE%E7%BB%98%E5%88%B0%E5%BA%95%EF%BC%88%E8%AE%B0%E8%80%85%E6%89%8B%E8%AE%B0%EF%BC%89.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.