Page not found (404)

Request Method: GET
Request URL: http://shop.paymore.com/apple-early-2014-13-macbook-air-i5-14ghz-4gb-ram-1.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-early-2014-13-macbook-air-i5-14ghz-4gb-ram-1.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.