Page not found (404)

Request Method: GET
Request URL: https://www.reynaertghesellen.be/db/sites/default/files/2018-06/Onbetrouwbaar%20Vertrouwelijk%20-%20De%20Reynaertghesellen%20(Leuven,%20RTM,%2021_05_2005)%20042%20-%20Christophe%20Ketels.jpg

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

  1. ^media/(?P<path>.*)$
  2. ^static\/(?P<path>.*)$
  3. accounts/
  4. admin/
  5. impersonate/
  6. register/ [name='register']
  7. profile/ [name='profile']
  8. login/ [name='login']
  9. login2/ [name='login2']
  10. login3/ [name='login3']
  11. logout/ [name='logout']
  12. leden/
  13. leden/
  14. leden/
  15. [name='home']
  16. hometest [name='hometest']
  17. start/ [name='home-start']
  18. weblink/
  19. school/
  20. menu/
  21. blog/
  22. productie/
  23. flipbook/
  24. nieuwsbrief/
  25. inventaris/
  26. login/ [name='login']
  27. ^static\/(?P<path>.*)$
  28. ^media\/(?P<path>.*)$

The current path, db/sites/default/files/2018-06/Onbetrouwbaar Vertrouwelijk - De Reynaertghesellen (Leuven, RTM, 21_05_2005) 042 - Christophe Ketels.jpg, 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.