Page not found (404)

No Show matches the given query.
Request Method: GET
Request URL: http://veyepar.nextdayvideo.com/main/C/chipy/S/chipy_april_2016/
Raised by: main.views.episodes

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

  1. admin/
  2. main/ [name='main']
  3. main/ start/$ [name='start_here']
  4. main/ clients/$ [name='clients']
  5. main/ locations/$ [name='locations']
  6. main/ C/(?P<client_slug>[-\w]+)/$ [name='client']
  7. main/ C/(?P<client_slug>[-\w]+)/S/(?P<show_slug>[-\w]+)/$ [name='episode_list']

The current path, main/C/chipy/S/chipy_april_2016/, 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.