Page not found (404)

Request Method: GET
Request URL: http://enertehno.com/items/office_lighting/optima-agrilyato/

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

  1. admin/
  2. admin/filebrowser/
  3. catalog/
  4. articles/ [name='article-list']
  5. <str:slug>/ [name='page-detail']
  6. articles/new/ [name='article-new']
  7. articles/<slug:slug>/ [name='article-detail']
  8. articles/<slug:slug>/edit/ [name='article-update']
  9. articles/<slug:slug>/delete/ [name='article-delete']
  10. [name='home-page']
  11. tinymce/
  12. ^static/(?P<path>.*)$
  13. ^media/(?P<path>.*)$

The current path, items/office_lighting/optima-agrilyato/, 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.