Page not found (404)

Request Method: GET
Request URL: https://phoenix-shop.kz/product/filter/category:9/type:2/

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

  1. root/
  2. admin/root/
  3. signin/ [name='signin']
  4. signup/ [name='signup']
  5. logout/ [name='logout_then_login']
  6. ajax/validate/email/ [name='email_validate']
  7. ajax/validate/email/edit/ [name='email_validate_edit']
  8. user/password/forgot/ [name='password_forgot']
  9. ajax/validate/change/ [name='password_change']
  10. user/<int:user_id>/password/restore/<str:letters>/ [name='password_restore']
  11. <int:product_id>/ [name='product-p']
  12. filter/ [name='products-filter']
  13. filter/category:<int:category_id>/ [name='products-filter-c']
  14. filter/type:<int:type_id>/ [name='products-filter-t']
  15. filter/category:<int:category_id>/type:<int:type_id>/ [name='products-all']
  16. cart/ [name='cart']
  17. page/<int:page_id>/ [name='page-p']
  18. kontakty/ [name='kontakty']
  19. voprosy/ [name='voprosy']
  20. sposoby_oplaty/ [name='sposoby_oplaty']
  21. podbor_razmera/ [name='podbor_razmera']
  22. kak_nas_naiti/ [name='kak_nas_naiti']
  23. o_nas/ [name='o_nas']
  24. dostavka/ [name='dostavka']
  25. proizvoditeli/ [name='proizvoditeli']
  26. vozvrat_tovara/ [name='vozvrat_tovara']
  27. certifikaty/ [name='certifikaty']
  28. partnery/ [name='partnery']
  29. sistema_skidok/ [name='sistema_skidok']
  30. brands/ [name='brands']
  31. marketing/type:<int:type_id>/page:<int:page_id>/ [name='marketing']
  32. akcii/page:<int:page_id>/ [name='marketing-akcii-p']
  33. akcii/ [name='marketing-akcii']
  34. novinki/ [name='marketing-novinki']
  35. novinki/page:<int:page_id>/ [name='marketing-novinki-p']
  36. search/page:<int:page_id>/ [name='search']
  37. spec_zakaz/ [name='order-p']
  38. invoice/<int:type_id>/ [name='invoice-p']
  39. invoice/<int:order_id>/<str:key>/ [name='invoice-key']
  40. upload/spec/ [name='upload_spec']
  41. thnx/ [name='thnx']
  42. admin/
  43. sitemap.xml
  44. ^static/(?P<path>.*)$
  45. ^media/(?P<path>.*)$

The current path, product/filter/category:9/type:2/, 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.