Page not found (404)

No APIReference matches the given query.
Request Method: GET
Request URL: https://www.omnigroup.com/video/set/omnigraffle-workflows/crafting-interaction/
Raised by: video.views.VideoEmbedPage

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

  1. ^test/
  2. ^letters/
  3. ^lists/
  4. ^video/ ^$ [name='video']
  5. ^video/ ^set/(?P<set_slug>[-a-zA-Z0-9_]+)/(?P<media_slug>[-a-zA-Z0-9_]+)/$ [name='media_page']

The current path, video/set/omnigraffle-workflows/crafting-interaction/, 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.