Page not found (404)

Request Method: GET
Request URL: https://zombieproductions.ch/media/pictures/2014-05-10/IMG_1996.JPG

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

  1. ^$ [name='index']
  2. ^contact$ [name='contact']
  3. ^impressum$ [name='impressum']
  4. ^(?P<event_id>\d+)$ [name='event']
  5. ^(?P<event_id>\d+)/photos$ [name='gallery']
  6. ^admin/

The current path, media/pictures/2014-05-10/IMG_1996.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.