Page not found (404)

Request Method: GET
Request URL: https://shop.paymore.com/flatscreen-smart-tvs/

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

  1. grappelli/
  2. [name='search-view']
  3. sales-orders/ [name='search-view']
  4. admin/
  5. internal/
  6. api/
  7. es/

The current path, flatscreen-smart-tvs/, 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.