Page not found (404)

Request Method: GET
Request URL: https://primcase.ru/Home/Category/1176

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

  1. admin/
  2. api-auth/
  3. accounts/
  4. [name='index']
  5. search/ [name='search']
  6. category/<int:sub_cat_id>/ [name='category']
  7. contact/ [name='contact']
  8. cabinet/ [name='cabinet']
  9. model/<int:model_id>/ [name='model']
  10. filters/ [name='filters']
  11. send/ [name='send']
  12. similar/ [name='similar']
  13. get-subcategories/<int:category_id>/ [name='get_subcategories']
  14. sales-report/ [name='sales_report']
  15. api/v1/category/
  16. api/v1/category/<int:sub_cat>/

The current path, Home/Category/1176, 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.