Page not found (404)

Request Method: GET
Request URL: http://haberrus.com/eurasia

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

  1. ^$
  2. ^search/$
  3. ^test/$
  4. ^admin/
  5. ^ ^sitemap.xml$
  6. ^ ^sitemap-(?P<section>.+)\.xml$ [name='sitemaps']
  7. ^ ^json/article/detail/(?P<id>\d+)/$
  8. ^ ^upload/image/$
  9. ^banners/
  10. ^informer/
  11. ^subscribe/
  12. ^blog/
  13. ^photo-gallery/
  14. ^video-gallery/
  15. ^headlines/
  16. ^ ^rss/yandex/$ [name='yandex']
  17. ^ ^rss/$ [name='rss']
  18. ^ ^atom/$ [name='atom']
  19. ^ ^news/
  20. ^ ^news/
  21. ^ ^(?P<category_slug>[\w-]+)/
  22. ^ ^(?P<category_slug>[\w-]+)/
  23. ^ ^(?P<category_slug>[\w-]+)/(?P<id>\d+)-[^/]+\.html$
  24. ^ ^(?P<category_slug>[\w-]+)/

The current URL, eurasia, 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.