Page not found (404)

Request Method: GET
Request URL: http://www.atmon.ru/project.htm

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

  1. ^$
  2. ^about/$
  3. ^team/$
  4. ^news/$
  5. ^news/(\d+)/$
  6. ^license/$
  7. ^thanks/$
  8. ^partners/$
  9. ^spheres/$
  10. ^objects/(\d+)/$
  11. ^objects/tags/(\d+)/$
  12. ^contacts/$
  13. ^excl/$
  14. ^admin/
  15. ^ckeditor/

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