Page not found (404)

Request Method: GET
Request URL: http://sytyj-papa.ru/shop/category/144/pirog-s-kapustoj-i-myasom-1-kg/None

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

  1. ^b5c3f9a052f7.html$
  2. ^grappelli/
  3. ^admin/
  4. ^ckeditor/
  5. ^$
  6. ^contacts/$ [name='contacts']
  7. ^discount/$ [name='discount']
  8. ^accounts/
  9. ^shop/ ^category/(?P<slug>[-\w]*)/$ [name='category_detail']
  10. ^shop/ ^category/(?P<product_id>\d+)/(?P<slug>[-\w]*)/$ [name='product_detail']
  11. ^shop/ ^cart/add/$ [name='shop_add_to_cart']
  12. ^shop/ ^cart/remove/$ [name='shop_remove_from_cart']
  13. ^shop/ ^cart/remove/all$ [name='shop_remove_all_from_cart']
  14. ^shop/ ^cart/modify$ [name='shop_modify_cart']
  15. ^shop/ ^cart/$ [name='shop_cart']
  16. ^shop/ ^checkout/address/$ [name='cart_address']
  17. ^shop/ ^checkout/payment/$ [name='cart_payment']
  18. ^shop/ ^checkout/order/$ [name='cart_order']
  19. ^shop/ ^search/$ [name='search_products']
  20. ^shop/ ^checkout/receipt/(?P<order_id>\d+)-(?P<receipt_code>\w+)/$ [name='get_receipt']
  21. ^shop/ ^$ [name='shop_index']
  22. ^shop/ ^sort/$ [name='shop_sort']
  23. ^shop/ ^chosen/add/(?P<product_id>\d+)$ [name='shop_add_chosen']
  24. ^shop/ ^chosen/remove/(?P<product_id>\d+)$ [name='shop_remove_chosen']
  25. ^shop/ ^news/$ [name='shop_news']
  26. ^shop/ ^new/(?P<slug>[-\w]*)/$ [name='shop_new']
  27. ^shop/ ^email/add/$ [name='shop_add_email']
  28. ^shop/ ^orders/csv/$ [name='shop_orders_csv']
  29. ^communic/
  30. ^robots\.txt$
  31. ^sitemap\.xml$
  32. ^/
  33. ^captcha/
  34. ^media\/(?P<path>.*)$
  35. ^static\/(?P<path>.*)$

The current URL, shop/category/144/pirog-s-kapustoj-i-myasom-1-kg/None, 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.