Page not found (404)

Request Method: GET
Request URL: https://www.mlkconcept.com/tag/%25e8%25a5%25bf%25e6%2596%25b9%25e5%25bb%25a3%25e7%259b%25ae%25e5%25a4%25a9%25e7%258e%258b

Using the URLconf defined in mlk.urls, Django tried these URL patterns, in this order:

  1. admin/
  2. [name='index']
  3. a-propos/ [name='about_us']
  4. l-equipe/ [name='team']
  5. contact/ [name='contact']
  6. service/digital [name='digital']
  7. service/compostage [name='compostage']
  8. service/eau [name='eau']
  9. service/jardin [name='jardin']
  10. sitemap.xml
  11. ^static/(?P<path>.*)$
  12. ^media/(?P<path>.*)$

The current path, tag/%e8%a5%bf%e6%96%b9%e5%bb%a3%e7%9b%ae%e5%a4%a9%e7%8e%8b, 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.