Page not found (404)

Request Method: GET
Request URL: http://kubansad.ru/firefile/

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

  1. ^$
  2. ^contacts/$
  3. ^search/$
  4. ^contents/([a-z0-9-]+)?/$
  5. ^content/([a-z0-9-]+)?/$
  6. ^news/(\d+)/$
  7. ^new/([0-9-]+)?/$
  8. ^events/(\d+)/$
  9. ^events/([a-z0-9-]+)?/(\d+)/$
  10. ^event/([0-9-]+)?/$
  11. ^robots.txt$
  12. ^admin/filebrowser/
  13. ^admin/
  14. ^tinymce/
  15. ^sitemap\.xml$

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