Page not found (404)

Request Method: GET
Request URL: https://profline.te.ua/product-category/vse-dlya-volossya/doglyad/schwarzkopf/?add-to-cart=23164

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

  1. api/search_items/ [name='search_items']
  2. api/create_user/ [name='create_user']
  3. api/login_user/ [name='login_user']
  4. api/update_user_profile/ [name='update_user_profile']
  5. logout_view/ [name='logout_view']
  6. admin/
  7. accounts/
  8. rosetta/
  9. test_400/
  10. test_403/
  11. test_404/
  12. test_500/
  13. [name='index']
  14. school/ [name='school']
  15. about/ [name='about']
  16. contacts/ [name='contacts']
  17. delivery/ [name='delivery']
  18. exchange/ [name='exchange']
  19. cooperation/ [name='cooperation']
  20. shop/<slug>/ [name='item_category']
  21. shop/ [name='shop_all']
  22. profile/ [name='profile']
  23. offerta/ [name='offerta']
  24. basket/ [name='basket']
  25. thank_you/ [name='thank_you']
  26. item/<slug>/ [name='item']
  27. order/ [name='order']
  28. contact_form/ [name='contact_form']
  29. settings_profile/ [name='settings_profile']
  30. faivorite/ [name='faivorite']
  31. stock_items/ [name='stock_items']
  32. payment/ [name='payment']
  33. search/ [name='search']
  34. brands/ [name='brands']
  35. subscribe/ [name='subscribe']
  36. profile_personal_data/ [name='profile_personal_data']
  37. send_out_post/<post_id>/ [name='send_out_post']
  38. social-auth/
  39. 403/ [name='403']
  40. 404/ [name='404']
  41. 400/ [name='400']
  42. 500/ [name='500']
  43. import_xml/ [name='import_xml']
  44. grappelli/
  45. logout/ [name='logout']
  46. admin/
  47. sitemaps.xml
  48. google_xml/ [name='google-feed']
  49. robots.txt [name='robots']
  50. ^media/(?P<path>.*)$
  51. ^send-test-email [name='des-test-email']
  52. api/currencies/ [name='currencies']
  53. api/create_currencies/ [name='create_currencies']
  54. contents/
  55. contents/<code>/
  56. api/
  57. api/
  58. google.xml/
  59. prom.csv/
  60. api/
  61. sw_order/liqpay_callback/ [name='liqpay_callback']
  62. api/
  63. delete_order/<pk>/ [name='delete_order']
  64. update_profile/ [name='update_profile']
  65. get_orders/ [name='get_orders']
  66. api/
  67. api/
  68. np/<action>/<content>/<type>/ [name='np']
  69. liqpay/pay_callback/ [name='pay_callback']
  70. test_part/ [name='test_part']
  71. ^static/(?P<path>.*)$
  72. ^media/(?P<path>.*)$
  73. sitemap.xml/ [name='sitemap']
  74. robots.txt/ [name='robots']
  75. i18n/
  76. set_lang/<new_lang>/ [name='set_lang']
  77. jsi18n/ [name='javascript-catalog']
  78. tinymce/
  79. api-auth/
  80. _nested_admin/
  81. filebrowser/

The current path, product-category/vse-dlya-volossya/doglyad/schwarzkopf/, 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.