Page not found (404)

No Show matches the given query.
Request Method: GET
Request URL: http://veyepar.nextdayvideo.com/main/show_pipeline/325/
Raised by: main.views.show_pipeline

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']
  8. main/ reschedule/(?P<show_id>\d+)/$ [name='episodes_reschedule']
  9. main/ raw_file/(?P<raw_file_id>\w+)/$ [name='raw_file']
  10. main/ train/(?P<episode_id>\w+)/(?P<episode_slug>[-\w]+)/(?P<edit_key>\w+)/$ [name='train']
  11. main/ approve/(?P<episode_id>\w+)/(?P<episode_slug>[-\w]+)/(?P<edit_key>\w+)/$ [name='approve_episode']
  12. main/ .*E/edit/(?P<episode_id>\w+)/(?P<episode_slug>[-\w]+)/(?P<edit_key>\w+)/$ [name='episode']
  13. main/ state/(?P<state>\w+)/$ [name='episode_list']
  14. main/ script/(?P<script>\w+)/$ [name='episodes_script']
  15. main/ C/(?P<client_slug>[-\w]+)/S/(?P<show_slug>[-\w]+)/L/(?P<location_slug>[\w\-]+)/$ [name='episode_list']
  16. main/ C/(?P<client_slug>[-\w]+)/S/(?P<show_slug>[-\w]+)/L/(?P<location_slug>[\w\-]+)/D/(?P<start_day>\w+)/$ [name='episode_list']
  17. main/ C/(?P<client_slug>[-\w]+)/S/(?P<show_slug>[-\w]+)/D/(?P<start_day>\w+)/$ [name='episode_list']
  18. main/ C/(?P<client_slug>[-\w]+)/S/(?P<show_slug>[-\w]+)/s/(?P<state>\w+)/$ [name='episode_list']
  19. main/ C/(?P<client_slug>[-\w]+)/S/(?P<show_slug>[-\w]+)/D/(?P<start_day>\w+)/s/(?P<state>\w+)/$ [name='episode_list']
  20. main/ C/(?P<client_slug>[-\w]+)/S/(?P<show_slug>[-\w]+)/L/(?P<location_slug>[\w\-]+)/D/(?P<start_day>\w+)/s/(?P<state>\w+)/$ [name='episode_list']
  21. main/ .*E/(?P<episode_id>\d+)/$ [name='episode']
  22. main/ .*E/(?P<episode_id>\d+)/claim_lock/$
  23. main/ meeting_announcement/(?P<show_id>\w+)/$ [name='meet_ann']
  24. main/ show_urls/(?P<show_id>\w+)/$ [name='show_urls']
  25. main/ show_stats/(?P<show_id>\w+)/$ [name='show_stats']
  26. main/ show_pipeline/(?P<show_id>\w+)/$ [name='show_pipeline']

The current path, main/show_pipeline/325/, 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.