Page not found (404)

Request Method: GET
Request URL: http://haberrus.com/politics/2016/06/24/hindistan-ve-pakistan-sio-uyeligi-2017-zirvesinde-tamamlanacak.html/

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

  1. ^$
  2. ^test/(?P<year>\d{4})/(?P<month>\d{2})/(?P<day>\d{2})/(?P<hour>\d{2})/(?P<minute>\d{2})/
  3. ^search/$
  4. ^admin/
  5. ^ ^sitemap.xml$
  6. ^ ^sitemap-(?P<section>.+)\.xml$ [name='sitemaps']
  7. ^ ^json/article/detail/(?P<id>\d+)/$
  8. ^ ^sidebar.json$
  9. ^ ^upload/image/$
  10. ^banners/
  11. ^informer/
  12. ^subscribe/
  13. ^blog/
  14. ^photo-gallery/
  15. ^video-gallery/
  16. ^headlines/
  17. ^archive/
  18. ^polls/
  19. ^ ^rss/yandex/$ [name='yandex']
  20. ^ ^rss/$ [name='rss']
  21. ^ ^atom/$ [name='atom']
  22. ^ ^news/
  23. ^ ^news/
  24. ^ ^(?P<category_slug>[\w-]+)/ ^(?P<slug_date>\d{4}/\d{2}/\d{2})/(?P<slug>[\w-]+)\.html$ [name='detail']
  25. ^ ^(?P<category_slug>[\w-]+)/ ^(?P<year>\d{4})/(?P<month>\d{2})/(?P<day>\d{2})/$ [name='day_list']
  26. ^ ^(?P<category_slug>[\w-]+)/ ^(?P<year>\d{4})/week/(?P<week>\d+)/$ [name='week_list']
  27. ^ ^(?P<category_slug>[\w-]+)/ ^(?P<year>\d{4})/(?P<month>\d{2})/$ [name='month_list']
  28. ^ ^(?P<category_slug>[\w-]+)/ ^(?P<year>\d{4})/$ [name='year_list']
  29. ^ ^(?P<category_slug>[\w-]+)/ ^$ [name='list']
  30. ^ ^(?P<category_slug>[\w-]+)/ ^rss/yandex/$ [name='yandex']
  31. ^ ^(?P<category_slug>[\w-]+)/ ^rss/$ [name='rss']
  32. ^ ^(?P<category_slug>[\w-]+)/ ^atom/$ [name='atom']
  33. ^ ^(?P<category_slug>[\w-]+)/(?P<id>\d+)-[^/]+\.html$
  34. ^ ^(?P<category_slug>[\w-]+)/ ^(?P<slug_date>\d{4}/\d{2}/\d{2})/(?P<slug>[\w-]+)\.html$ [name='detail']
  35. ^ ^(?P<category_slug>[\w-]+)/ ^(?P<year>\d{4})/(?P<month>\d{2})/(?P<day>\d{2})/$ [name='day_list']
  36. ^ ^(?P<category_slug>[\w-]+)/ ^(?P<year>\d{4})/week/(?P<week>\d+)/$ [name='week_list']
  37. ^ ^(?P<category_slug>[\w-]+)/ ^(?P<year>\d{4})/(?P<month>\d{2})/$ [name='month_list']
  38. ^ ^(?P<category_slug>[\w-]+)/ ^(?P<year>\d{4})/$ [name='year_list']
  39. ^ ^(?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.

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.