Page not found (404)

Request Method: GET
Request URL: https://www.anti.com/search/showquery%3DEC84A0EBA689EC9588EBA78820200E385A3E2939EE299A3EFBC97EFBC9281E299A3E291B5EFBC91E291B882020EC9595EAB5ACECA095EC9588EBA788E286A7EC84A0ECA095EBA689EC9588EBA788E288BFEC9EA5ED959CED8F89EC97ADEC9588EBA788E29880EC9EA5ED959CED

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, search/showquery=EC84A0EBA689EC9588EBA78820200E385A3E2939EE299A3EFBC97EFBC9281E299A3E291B5EFBC91E291B882020EC9595EAB5ACECA095EC9588EBA788E286A7EC84A0ECA095EBA689EC9588EBA788E288BFEC9EA5ED959CED8F89EC97ADEC9588EBA788E29880EC9EA5ED959CED, 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.