Using the URLconf defined in Unesco.urls,
Django tried these URL patterns, in this order:
-
^admin/filebrowser/
-
^staff/$
-
^staff/announce/(?P<id>[0-9]+)
-
^accounts/login/$
-
^accounts/logout/$
-
^accounts/profile/$
-
^$
-
event_zip/(?P<id>[0-9]+)$
-
^rus/$
-
^rus/search/
-
^rus/news/$
-
^rus/news/(?P<year>[0-9]+)/$
-
^rus/news/(?P<news_category>[a-z]+)/
-
^rus/news/(?P<news_category>[a-z]+)/(?P<year>[0-9]+)/
-
^rus/article/(?P<id>[0-9]+)
-
^rus/media/$
-
^rus/media/(?P<id>[0-9]+)$
-
rus/events/unesco/$
-
rus/events/postpred/$
-
rus/events/unesco/(?P<id>[0-9]+)$
-
rus/events/postpred/(?P<id>[0-9]+)$
-
rus/massmedia/$
-
^rus/(?P<page>[0-9a-z_]+).html
-
^eng[\/]?$
-
^eng/news/$
-
^eng/news/(?P<year>[0-9]+)/$
-
^eng/news/(?P<news_category>[a-z]+)/
-
^eng/news/(?P<news_category>[a-z]+)/(?P<year>[0-9]+)/
-
^eng/article/(?P<id>[0-9]+)
-
^eng/(?P<page>[0-9a-z_]+).html
-
eng/events/unesco/$
-
eng/events/postpred/$
-
eng/events/unesco/(?P<id>[0-9]+)$
-
eng/events/postpred/(?P<id>[0-9]+)$
-
^fr/?$
-
^fr/news/$
-
^fr/news/(?P<year>[0-9]+)/$
-
^fr/news/(?P<news_category>[a-z]+)/
-
^fr/news/(?P<news_category>[a-z]+)/(?P<year>[0-9]+)/
-
^fr/article/(?P<id>[0-9]+)
-
^fr/(?P<page>[0-9a-z_]+).html
-
fr/events/unesco/$
-
fr/events/postpred/$
-
fr/events/unesco/(?P<id>[0-9]+)$
-
fr/events/postpred/(?P<id>[0-9]+)$
-
images/(?P<path>.*)$
-
static/img/(?P<path>.*)$
-
img/(?P<path>.*)$
-
js/(?P<path>.*)$
-
css/(?P<path>.*)$
-
fonts/(?P<path>.*)$
-
^admin/
-
^grappelli/
The current URL, rus/article/ http:/ria.ru/interview/20131112/976312521.html, didn't match any of these.