Page not found (404)

Request Method: GET
Request URL: https://maartenv.be/joeni

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/
  6. ^blogo/
  7. ^demobel/
  8. ^eldonoj/
  9. i18n/
  10. ^durf-ondernemen/
  11. ^ ^$ [name='about-index']
  12. ^ ^myself$ [name='main-myself']
  13. ^ ^eko/verlanglijst$ [name='main-verlanglijst']
  14. ^ ^projektoj-arkivo$ [name='main-project-archive']
  15. ^ ^activismo$ [name='activism']

The current path, joeni, 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.