Page not found (404)

Request Method: GET
Request URL: https://www.shalyapin-hall.ru/2017-07-09_7IoJbWKvrk.html

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

  1. admin/
  2. banket/
  3. [name='index']
  4. contacts [name='contacts']
  5. about [name='about']
  6. services [name='services']
  7. menu [name='menu']
  8. events [name='events']
  9. media [name='media']
  10. form-send [name='form_send']

The current path, 2017-07-09_7IoJbWKvrk.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.