Page not found (404)

Request Method: GET
Request URL: http://t-v.te.ua/2011/02/02/ya-bachyv-tsyu-zhinku-ne-po-zhinochomu-sylnoyu/

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

  1. ^admin/
  2. ^auth/
  3. ^$ [name='homepage']
  4. ^robots\.txt$ [name='robots']
  5. ^ads\.txt$ [name='ads']
  6. ^feed/$ [name='news_general_feed_rss']
  7. ^atom/$ [name='news_general_feed_atom']
  8. ^ukrnet/$ [name='rss_ukrnet_category']
  9. ^sitemap\.xml [name='sitemap']
  10. ^pages/
  11. ^tags/(?P<tag_id>\d+)/$ [name='news_tag']
  12. ^tags/$ [name='tags']
  13. ^tinymce/
  14. ^download/
  15. ^videos/
  16. ^photos/
  17. ^weather/
  18. ^ogo/
  19. ^poll/
  20. ^test$ [name='test']
  21. ^search/ [name='news_search']
  22. ^post_sync_comments_count/$ [name='sync_post_count']
  23. ^news_archive/$ [name='news_archive']
  24. ^blogs/$ [name='news_blogs']
  25. ^blogs/authors/$ [name='news_blogs_authors']
  26. ^blogs/author/(?P<author_id>\d+)/$ [name='news_blogs_author']
  27. ^blogs/profile/$ [name='news_blogs_profile']
  28. ^blogs/profile/reset_password_confirm/(?P<uidb64>[0-9A-Za-z]+)-(?P<token>.+)/$ [name='password_reset_confirm']
  29. ^blogs/profile/reset_password/ [name='reset_password']
  30. ^authors/$ [name='news_authors']
  31. ^authors/(?P<author_id>\d+)/$ [name='news_author']
  32. ^(?P<slug1>[-\w]+)/(?P<slug2>[-\w]+)/$ [name='news_current']
  33. ^(?P<slug>[-\w]+)/$ [name='news_category']
  34. ^static\/(?P<path>.*)$
  35. ^static/(?P<path>.*)$
  36. ^media/(?P<path>.*)$

The current URL, 2011/02/02/ya-bachyv-tsyu-zhinku-ne-po-zhinochomu-sylnoyu/, 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.