Page not found (404)

Request Method: GET
Request URL: http://www.envivio.com/products

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

  1. admin/
  2. [name='login']
  3. signup/ [name='signup']
  4. logout/ [name='logout']
  5. reset_password/ [name='reset_password']
  6. reset_password_api/ [name='reset_password_api']
  7. report/

The current path, products, 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.