Page not found (404)

No Image matches the given query.
Request Method: GET
Request URL: https://tevps.net/images/index.php3?sub_dir=/2005/0612%20ISA%20Excursion&start=1
Raised by: website.views.image

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

  1. ^$
  2. ^research/$
  3. ^projects/$
  4. ^open_source/$
  5. ^cv/$
  6. ^blog/?$
  7. ^blog/dump$
  8. ^admin/
  9. ^blog/(?P<year>[0-9]{4})/(?P<month>[0-9]+)/(?P<day>[0-9]+)/(?P<slug>[^/]+)/$ [name='blog_date']
  10. ^blog/(?P<tag>[^/]+)/$ [name='blog_tag']
  11. ^images/(?P<slug>[^/]+) [name='image']

The current path, images/index.php3, 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.