Request Method: | GET |
---|---|
Request URL: | /tags-%E4%B8%96%E5%8D%AB%E7%BB%84%E7%BB%87%EF%BC%9A%E6%84%9F%E6%9F%93%E6%96%B0%E5%86%A0%E7%97%85%E6%AF%92%E5%90%8E%E7%9A%84%E6%AD%BB%E4%BA%A1%E7%8E%87%E7%BA%A6%E4%B8%BA0.6%25.html |
Using the URLconf defined in rxtekweb.urls
,
Django tried these URL patterns, in this order:
The current path, tags-世卫组织:感染新冠病毒后的死亡率约为0.6%.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.