Page not found (404)

Request Method: GET
Request URL: http://sa.indiaenvironmentportal.org.in/category/4190/thesaurus/czech-republic/www.brecorder.com/general-news/single/599/172:pakistan/1254863:radiation-detected-in-europe-may-be-coming-from-hungry-not-pakistan-iaea-receives-information-from-haea/?date=2011-11-25

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

  1. ^$ [name='index']
  2. ^admin/
  3. ^category/ ^(?P<pk>\d+)/(?P<vocabulary_slug>[^\/]+)/(?P<term_slug>[^\/]+)/$ [name='taxonomy-term']
  4. ^news/
  5. ^content/
  6. ^topic-tree/
  7. ^directory/
  8. ^newsletter/
  9. ^search/
  10. ^embed/
  11. ^rss.xml$ [name='site-rss-feed']
  12. ^news/top/rss.xml$ [name='top-news-rss-feed']
  13. ^category/(?P<pk>\d+)/(?P<slug>[\w_-]+)/rss.xml$ [name='category-rss-feed']
  14. ^node/(?P<pk>\d+)/$ [name='content-social-page']
  15. ^taxonomy/term/(?P<pk>\d+)/$ [name='taxonomy-social-page']

The current URL, category/4190/thesaurus/czech-republic/www.brecorder.com/general-news/single/599/172:pakistan/1254863:radiation-detected-in-europe-may-be-coming-from-hungry-not-pakistan-iaea-receives-information-from-haea/, 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.