Page not found (404)

Request Method: GET
Request URL: https://keramogroup.ru/production/5

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

  1. admin/
  2. [name='index']
  3. ajax-add-to-basket/
  4. ajax-get-count/
  5. ajax-change-count/ [name='ajax-change-count']
  6. ajax-remove-from-basket/ [name='ajax-remove-from-basket']
  7. page_details/<slug:pk>/ [name='page-details']
  8. news_details/<slug:pk>/ [name='news-details']
  9. accept-cta-form/
  10. catalog/ [name='catalog']
  11. rotation-filter/<slug:class_pk>/ [name='rotation-filter']
  12. catalog-rotation-filter/<slug:class_pk>/ [name='catalog-rotation-filter']
  13. cart/ [name='cart']
  14. details/<slug:pk>/ [name='details']
  15. get-picture-url-ajax/<slug:pk>/
  16. users/
  17. ckeditor/
  18. shop/
  19. ^media/(?P<path>.*)$
  20. ^static_root/(?P<path>.*)$

The current path, production/5, 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.