Page not found (404)

Request Method: GET
Request URL: http://kto-tut.ru/2012/05/30/obidel-korolya-taylanda-sel-v-tyurmu/trackback/

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

  1. admin/
  2. [name='catalog']
  3. item/<int:pk>/ [name='item']
  4. success/ [name='success']
  5. cancel/ [name='cancel']
  6. buy/<int:pk>/ [name='buy']
  7. orders/ [name='orders']
  8. order/<int:pk>/ [name='order']
  9. order_pay/<int:pk>/ [name='order_pay']
  10. update_order_payment/ [name='update_order_payment']
  11. ^media/(?P<path>.*)$

The current path, 2012/05/30/obidel-korolya-taylanda-sel-v-tyurmu/trackback/, 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.