Page not found (404)

Request Method: GET
Request URL: https://blog.ash.bzh/en/sunday-query-use-sparql-and-python-to-fix-typographical-errors-on-wikidata/
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. en/ 400/
  19. en/ 403/
  20. en/ 404/
  21. en/ 500/
  22. en/ pf403/
  23. en/ pf404/
  24. en/ 50x/
  25. en/ comments/
  26. en/ blog/
  27. en/ gallery/
  28. en/ portfolio/
  29. en/ tools/
  30. en/ _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  31. en/ _util/login/ [name='wagtailcore_login']
  32. en/ ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, en/sunday-query-use-sparql-and-python-to-fix-typographical-errors-on-wikidata/, 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.