Page not found (404)

Request Method: GET
Request URL: http://www.np-ace.ru/gallery/

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

  1. ^$ [name='site_index']
  2. ^feedback/
  3. ^smart_utilities/
  4. ^search/$
  5. ^captcha/
  6. ^admin/
  7. ^tinymce/
  8. ^robots\.txt
  9. ^sitemap\.xml
  10. ^partnership_members/
  11. ^presentations/
  12. ^internal_documents/
  13. ^disclosure_informations/
  14. ^normative_documents/
  15. ^consumer_documents/
  16. ^databases/
  17. ^questions/
  18. ^contacts/$ [name='contacts_page']
  19. ^news/
  20. ^members_request/
  21. ^calendar/
  22. ^whoweare/
  23. ^consumers/
  24. ^operating_controls/
  25. ^accounts/
  26. ^russian_power_industry/
  27. ^subscribe/
  28. ^sitemap/$ [name='sitemap_page']
  29. ^our_correspondences/
  30. ^media\/(?P<path>.*)$
  31. ^404$
  32. ^500$

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