Page not found (404)

Request Method: GET
Request URL: http://sneakerseeker.io/terms-and-conditions

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

  1. ^sneaker
  2. ^download
  3. ^release
  4. ^article
  5. ^news
  6. admin/
  7. api/
  8. app/
  9. search/
  10. tinymce/
  11. ^media/(?P<path>.*)$

The current path, terms-and-conditions, 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.