Request Method: | GET |
---|---|
Request URL: | http://localhost:8001/tag/%25B8%25A3%25D6%DD%B2%25BB%25D0%25E2%25B8%25D6%CB%AE%25CF%25E4 |
Using the URLconf defined in business.urls
,
Django tried these URL patterns, in this order:
The current path, tag/%B8%A3%D6ݲ%BB%D0%E2%B8%D6ˮ%CF%E4
, 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.