Page not found (404)

Request Method: GET
Request URL: http://cyborg33.ru/category/%25D0%25B2%25D1%2581%25D0%25B5-%25D0%25BF%25D1%2580%25D0%25B8%25D1%2581%25D1%2582%25D0%25B0%25D0%25B2%25D0%25BA%25D0%25B8/playstation-3-2/?add-to-cart=13384

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

  1. admin/
  2. cart/
  3. [name='home']
  4. product/<int:product_id> [name='url_product']
  5. <slug:category_slug>/ [name='url_category']
  6. dashboard [name='url_dashboard']
  7. dashboard/products [name='url_dashboard_products']
  8. get-cities [name='get_cities']
  9. set-city [name='set_city']
  10. search/<str:query>/ [name='search_results']
  11. dashboard/update [name='url_update_products']
  12. search-city [name='url_city_search']
  13. calc-sum [name='url_calc_sum']
  14. status [name='url_order_page']
  15. shops [name='url_shops']
  16. delivery [name='url_delivery']
  17. tradein [name='url_tradein']
  18. service [name='url_service']
  19. rent [name='url_rent']
  20. webhook/update/ [name='webhook_update']
  21. webhook/stock/ [name='webhook_stock']
  22. ^product_images/(?P<path>.*)$

The current path, category/%D0%B2%D1%81%D0%B5-%D0%BF%D1%80%D0%B8%D1%81%D1%82%D0%B0%D0%B2%D0%BA%D0%B8/playstation-3-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.