Page not found (404)

Request Method: GET
Request URL: http://www.sadimorei.ru/Sady_ru.html

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

  1. ^media/(?P<path>.*)$
  2. ^admin_tools/
  3. ^admin/
  4. ^ckeditor/
  5. ^$ [name='home']
  6. ^contact/
  7. ^apartments/
  8. ^news/
  9. ^publications/
  10. ^press/
  11. ^docs/
  12. ^gallery/
  13. ^feedback/

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