Page not found (404)

Request Method: GET
Request URL: http://adra.kg/2015/11/24/

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

  1. admin/
  2. cv_bank/
  3. cv_bank/<str:language>/
  4. news/
  5. news/<str:language>/
  6. news/<str:language>/<int:news_id>
  7. <str:language>/
  8. mission/<str:language>/
  9. ^media/(?P<path>.*)$

The current path, 2015/11/24/, 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.