Page not found (404)

Request Method: GET
Request URL: https://blog.ash.bzh/fr/tag/chiens/
Raised by: wagtail.views.serve

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

  1. favicon.ico
  2. admin/
  3. cms/
  4. documents/
  5. comments/
  6. footnotes/
  7. robots.txt
  8. sitemap.xml
  9. ^static/(?P<path>.*)$
  10. ^media/(?P<path>.*)$
  11. 400/
  12. 403/
  13. 404/
  14. 500/
  15. pf403/
  16. pf404/
  17. 50x/
  18. fr/ 400/
  19. fr/ 403/
  20. fr/ 404/
  21. fr/ 500/
  22. fr/ pf403/
  23. fr/ pf404/
  24. fr/ 50x/
  25. fr/ comments/
  26. fr/ blog/
  27. fr/ gallery/
  28. fr/ portfolio/
  29. fr/ tools/
  30. fr/ _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  31. fr/ _util/login/ [name='wagtailcore_login']
  32. fr/ ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, fr/tag/chiens/, matched the last one.

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.