Page not found (404)

Request Method: GET
Request URL: http://npo-pzsk.ru/produktsiya/kabeli-kontrolnyye/kvvgz

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

  1. summernote/
  2. admin/
  3. api/
  4. [name='home-page']
  5. catalog/?$ [name='catalog-page']
  6. contacts/?$ [name='contacts-page']
  7. about-company/?$ [name='about-company']
  8. catalog/<int:id_cabel>/ [name='product-page']
  9. search/?$ [name='search']
  10. feedback/?$ [name='feedback-page']
  11. energy/?$ [name='energy-page']
  12. neftehim/?$ [name='neftehim-page']
  13. rzhd/?$ [name='rzhd-page']
  14. industries/?$ [name='industries-page']
  15. avia/?$ [name='avia-page']
  16. shipping/?$ [name='avia-page']
  17. ^media/(?P<path>.*)$
  18. ^static/(?P<path>.*)$

The current path, produktsiya/kabeli-kontrolnyye/kvvgz, 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.