Page not found (404)

Request Method: GET
Request URL: https://www.anti.com/videos/jonathan/

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

  1. [name='home']
  2. home.json [name='home-json']
  3. artists/ [name='artists']
  4. artists/<slug:slug>/ [name='artist-detail']
  5. releases/ [name='releases']
  6. releases/<slug:slug>/ [name='release-detail']
  7. releases/<slug:release_slug>/tracks/<slug:track_slug>/ [name='release-track-detail']
  8. ^stream/([A-Za-z0-9]{40})/([-_\w]+)/([-_\w]+)/$ [name='track-stream']
  9. shows/ [name='shows']
  10. videos/ [name='videos']
  11. videos/<slug:slug> [name='video-detail']
  12. news/ [name='news']
  13. news/<slug:slug>/ [name='news-detail']
  14. press/ [name='press']
  15. press/<slug:slug>/ [name='press-detail']
  16. ^search/(\w+)?/?$ [name='search']
  17. store/ [name='store']
  18. mailing-list/ [name='mailing-list']
  19. sitemap.xml [name='sitemap']
  20. robots.txt [name='robots']
  21. admin/
  22. force-sentry-debug/

The current path, videos/jonathan/, 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.