Page not found (404)

Request Method: GET
Request URL: http://sof.tomsk.ru/catalog/content/?user_id=291&price_id=276&item_id=1319301

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

  1. ^$
  2. ^blog/
  3. ^price/
  4. ^gallery/
  5. ^feedback/
  6. ^search/
  7. ^panorama/
  8. ^admin/
  9. ^comments/
  10. ^under_construction/
  11. ^some_kind_of_shit/

The current URL, catalog/content/, 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.