Page not found (404)

Request Method: GET
Request URL: https://me-gas.ru/produktsiya/izmeritelnoe-oborudovanie.html?categorylayout=0

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

  1. admin/
  2. [name='home']
  3. ckeditor/
  4. contacts/ [name='contacts']
  5. products/ [name='product_cats']
  6. products/<slug:slug> [name='category']
  7. product/<slug:slug> [name='product']
  8. works-gallery/ [name='work_gallery']
  9. otzyvy/ [name='feedbacks']
  10. privacy-policy/ [name='privacy_policy']
  11. ^media\/(?P<path>.*)$

The current path, produktsiya/izmeritelnoe-oborudovanie.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.