Page not found (404)

Request Method: GET
Request URL: https://www.mlkconcept.com/tag/%25e5%25bb%25ba%25e6%259d%2590%25e5%25b7%25a5%25e7%25a8%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/%e5%bb%ba%e6%9d%90%e5%b7%a5%e7%a8%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.