Page not found (404)

Request Method: GET
Request URL: http://cznanie.ru/index.html

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

  1. [name='home']
  2. ckeditor/
  3. personal/ [name='personal']
  4. application-create/ [name='application_create']
  5. news/
  6. gallery/
  7. proposals/
  8. api/
  9. admin/
  10. ^((?:[\w\-]+/)*)$ [name='serve']

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