Page not found (404)

Request Method: GET
Request URL: http://elgita.ru/energoaudit-zdanij.html

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

  1. admin/
  2. ckeditor/
  3. [name='index']
  4. okompanii.html [name='about']
  5. produkciya.html [name='products']
  6. kontakti.html [name='contacts']
  7. ptici-<slug:slug>.html [name='ptici']
  8. grizuni-<slug:slug>.html [name='grizuni']
  9. vopros-otvet.html [name='vopros_otvet']
  10. vopros-otvet/add.html [name='vopros_otvet_add']
  11. ^media/(?P<path>.*)$
  12. ^static/(?P<path>.*)$

The current path, energoaudit-zdanij.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.