Page not found (404)

Request Method: GET
Request URL: http://praktika-rus.ru/catalog/103

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

  1. ^captcha/
  2. admin/
  3. ^a/
  4. ^media/(?P<path>.*)$
  5. ^uploads/(?P<path>.*)$
  6. ^static/(?P<path>.*)$
  7. ^ckeditor/
  8. ^tinymce/
  9. ^robots.txt$ [name='url_robots']
  10. ^sitemap.xml$ [name='url_sitemap']
  11. ^catalogs/$ [name='catalog']
  12. ^compares/$ [name='compares']
  13. ^reviews/add/$ [name='reviews_add']
  14. ^product/form/question/$ [name='get_question_form']
  15. ^product/form/review/$ [name='get_review_form']
  16. ^product/question/add/$ [name='question_add']
  17. ^compare/add/$ [name='compare_add']
  18. ^product/review/add/$ [name='review_add']
  19. ^product/(?P<slug>[\w-]*)/$ [name='product']
  20. ^product/comment/add/$ [name='comment_add']
  21. ^category/(?P<slug>[\w-]*)/$ [name='category']
  22. ^product/$ [name='product']
  23. ^products/$ [name='products']
  24. ^compares/$ [name='compares']
  25. ^categories/$ [name='categories_first']
  26. ^search/$ [name='search']
  27. ^upload/xml/$ [name='parse_xml_test']
  28. ^admin/addProduct-new/$ [name='parse_xml']
  29. ^admin/addProduct/sopost-new/$ [name='parse_xml_sopost']
  30. ^admin/add-action/$ [name='parse_xml_action']
  31. ^admin/price_update/$ [name='parse_xml_price']
  32. ^admin/price_changes_update/$ [name='parse_xml_changes_price']
  33. ^exchange/xml/product/price/$ [name='parse_xml_product_price']
  34. ^admin/groups-update/$ [name='parse_xml_category']
  35. ^admin/quantity_update/$ [name='parse_xml_quantity']
  36. ^admin/refreshBrands/$ [name='parse_xml_brand']
  37. ^admin/markets/$ [name='parse_xml_market']
  38. ^fast/updates/$ [name='fast_updates']
  39. ^admin/loading-data-1C/$ [name='load_data_1c']
  40. ^registration/$ [name='registration']
  41. ^cabinet/$ [name='cabinet']
  42. ^logout/$ [name='logout']
  43. ^login/$ [name='login_view']
  44. ^login-form/$ [name='login-form']
  45. ^feedback-form/$ [name='feedback-form']
  46. ^feedback-form/call/$ [name='feedback-form_call']
  47. ^order/form/$
  48. ^order/add/$
  49. ^$ [name='general_page']
  50. ^elements/items/$ [name='general_page_elements']
  51. ^contacts/$ [name='contacts']
  52. ^delivery/$ [name='delivery']
  53. ^map/$ [name='markets_map']
  54. ^services/$ [name='services']
  55. ^form/$ [name='form']
  56. ^become_diller/$ [name='partner']
  57. ^comments/$ [name='reviews']
  58. ^videos/$ [name='videos']
  59. ^downloads/$ [name='download']
  60. ^skachat$ [name='skachat']
  61. ^(?P<slug>[\w-]*)/$ [name='page']

The current path, catalog/103, 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.