Using the URLconf defined in djangoapp.urls,
Django tried these URL patterns, in this order:
-
^$
-
^test/(?P<year>\d{4})/(?P<month>\d{2})/(?P<day>\d{2})/(?P<hour>\d{2})/(?P<minute>\d{2})/
-
^search/$
-
^admin/
-
^
^sitemap.xml$
-
^
^sitemap-(?P<section>.+)\.xml$
[name='sitemaps']
-
^
^json/article/detail/(?P<id>\d+)/$
-
^
^sidebar.json$
-
^
^upload/image/$
-
^banners/
-
^informer/
-
^subscribe/
-
^blog/
-
^photo-gallery/
-
^video-gallery/
-
^headlines/
-
^archive/
-
^polls/
-
^
^rss/yandex/$
[name='yandex']
-
^
^rss/$
[name='rss']
-
^
^atom/$
[name='atom']
-
^
^news/
-
^
^news/
-
^
^(?P<category_slug>[\w-]+)/
^(?P<slug_date>\d{4}/\d{2}/\d{2})/(?P<slug>[\w-]+)\.html$
[name='detail']
-
^
^(?P<category_slug>[\w-]+)/
^(?P<year>\d{4})/(?P<month>\d{2})/(?P<day>\d{2})/$
[name='day_list']
-
^
^(?P<category_slug>[\w-]+)/
^(?P<year>\d{4})/week/(?P<week>\d+)/$
[name='week_list']
-
^
^(?P<category_slug>[\w-]+)/
^(?P<year>\d{4})/(?P<month>\d{2})/$
[name='month_list']
-
^
^(?P<category_slug>[\w-]+)/
^(?P<year>\d{4})/$
[name='year_list']
-
^
^(?P<category_slug>[\w-]+)/
^$
[name='list']
-
^
^(?P<category_slug>[\w-]+)/
^rss/yandex/$
[name='yandex']
-
^
^(?P<category_slug>[\w-]+)/
^rss/$
[name='rss']
-
^
^(?P<category_slug>[\w-]+)/
^atom/$
[name='atom']
-
^
^(?P<category_slug>[\w-]+)/(?P<id>\d+)-[^/]+\.html$
-
^
^(?P<category_slug>[\w-]+)/
^(?P<slug_date>\d{4}/\d{2}/\d{2})/(?P<slug>[\w-]+)\.html$
[name='detail']
-
^
^(?P<category_slug>[\w-]+)/
^(?P<year>\d{4})/(?P<month>\d{2})/(?P<day>\d{2})/$
[name='day_list']
-
^
^(?P<category_slug>[\w-]+)/
^(?P<year>\d{4})/week/(?P<week>\d+)/$
[name='week_list']
-
^
^(?P<category_slug>[\w-]+)/
^(?P<year>\d{4})/(?P<month>\d{2})/$
[name='month_list']
-
^
^(?P<category_slug>[\w-]+)/
^(?P<year>\d{4})/$
[name='year_list']
-
^
^(?P<category_slug>[\w-]+)/
^$
[name='list']
The current URL, politics/2016/06/24/hindistan-ve-pakistan-sio-uyeligi-2017-zirvesinde-tamamlanacak.html/, didn't match any of these.