Page not found (404)

Request Method: GET
Request URL: http://www.russianunesco.ru/rus/article/%20http:/ria.ru/interview/20131112/976312521.html

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

  1. ^admin/filebrowser/
  2. ^staff/$
  3. ^staff/announce/(?P<id>[0-9]+)
  4. ^accounts/login/$
  5. ^accounts/logout/$
  6. ^accounts/profile/$
  7. ^$
  8. event_zip/(?P<id>[0-9]+)$
  9. ^rus/$
  10. ^rus/search/
  11. ^rus/news/$
  12. ^rus/news/(?P<year>[0-9]+)/$
  13. ^rus/news/(?P<news_category>[a-z]+)/
  14. ^rus/news/(?P<news_category>[a-z]+)/(?P<year>[0-9]+)/
  15. ^rus/article/(?P<id>[0-9]+)
  16. ^rus/media/$
  17. ^rus/media/(?P<id>[0-9]+)$
  18. rus/events/unesco/$
  19. rus/events/postpred/$
  20. rus/events/unesco/(?P<id>[0-9]+)$
  21. rus/events/postpred/(?P<id>[0-9]+)$
  22. rus/massmedia/$
  23. ^rus/(?P<page>[0-9a-z_]+).html
  24. ^eng[\/]?$
  25. ^eng/news/$
  26. ^eng/news/(?P<year>[0-9]+)/$
  27. ^eng/news/(?P<news_category>[a-z]+)/
  28. ^eng/news/(?P<news_category>[a-z]+)/(?P<year>[0-9]+)/
  29. ^eng/article/(?P<id>[0-9]+)
  30. ^eng/(?P<page>[0-9a-z_]+).html
  31. eng/events/unesco/$
  32. eng/events/postpred/$
  33. eng/events/unesco/(?P<id>[0-9]+)$
  34. eng/events/postpred/(?P<id>[0-9]+)$
  35. ^fr/?$
  36. ^fr/news/$
  37. ^fr/news/(?P<year>[0-9]+)/$
  38. ^fr/news/(?P<news_category>[a-z]+)/
  39. ^fr/news/(?P<news_category>[a-z]+)/(?P<year>[0-9]+)/
  40. ^fr/article/(?P<id>[0-9]+)
  41. ^fr/(?P<page>[0-9a-z_]+).html
  42. fr/events/unesco/$
  43. fr/events/postpred/$
  44. fr/events/unesco/(?P<id>[0-9]+)$
  45. fr/events/postpred/(?P<id>[0-9]+)$
  46. images/(?P<path>.*)$
  47. static/img/(?P<path>.*)$
  48. img/(?P<path>.*)$
  49. js/(?P<path>.*)$
  50. css/(?P<path>.*)$
  51. fonts/(?P<path>.*)$
  52. ^admin/
  53. ^grappelli/

The current URL, rus/article/ http:/ria.ru/interview/20131112/976312521.html, 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.