Page not found (404)

Request Method: GET
Request URL: https://maartenv.be/blog/fr/jai-cr%C3%A9e-un-blog

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

  1. ^de-geheime-kamer/
  2. ^gitar/
  3. ^ugent2020/
  4. ^ITdays/
  5. ^blog/ [name='blog-index']
  6. ^blog/ feed.rss [name='blog-feed']
  7. ^blog/ <slug:language_code>/<slug:post_slug> [name='blog-post']
  8. ^blog/ arkivo [name='blog-archive']
  9. ^blogo/
  10. ^demobel/
  11. ^eldonoj/
  12. i18n/
  13. ^durf-ondernemen/
  14. ^ ^$ [name='about-index']
  15. ^ ^myself$ [name='main-myself']
  16. ^ ^eko/verlanglijst$ [name='main-verlanglijst']
  17. ^ ^projektoj-arkivo$ [name='main-project-archive']
  18. ^ ^activismo$ [name='activism']

The current path, blog/fr/jai-crée-un-blog, 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.