Page not found (404)

Request Method: GET
Request URL: http://shop.paymore.com/apple-macbook-12-early-2016-intel-core-m3-11ghz-8g.html

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, apple-macbook-12-early-2016-intel-core-m3-11ghz-8g.html, 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.