Page not found (404)

Request Method: GET
Request URL: https://maartenv.be/gitar/OOP2/master/07

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

  1. ^de-geheime-kamer/
  2. ^gitar/ [name='gitar-index']
  3. ^gitar/ <str:repository_name> [name='gitar-repository']
  4. ^gitar/ <str:repository_name>/arbo/<str:branch> [name='gitar-repository']
  5. ^gitar/ <str:repository_name>/arbo/<str:branch>/<path:path> [name='gitar-path-explorer']
  6. ^gitar/ <str:repository_name>.git [name='gitar-download-git']
  7. ^gitar/ <str:repository_name>.tar.7z [name='gitar-download-tar']
  8. ^gitar/ <str:repository_name>/validigo/<slug:commit_hash> [name='gitar-commit']
  9. ^gitar/ <str:repository_name>/validigo/<slug:commit_hash>/<path:path_name> [name='gitar-file-commit']
  10. ^ugent2020/
  11. ^ITdays/
  12. ^blog/
  13. ^blogo/
  14. ^demobel/
  15. ^eldonoj/
  16. i18n/
  17. ^durf-ondernemen/
  18. ^ ^$ [name='about-index']
  19. ^ ^myself$ [name='main-myself']
  20. ^ ^eko/verlanglijst$ [name='main-verlanglijst']
  21. ^ ^projektoj-arkivo$ [name='main-project-archive']
  22. ^ ^activismo$ [name='activism']

The current path, gitar/OOP2/master/07, 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.