Page not found (404)

Request Method: GET
Request URL: http://fund-memory-romanov.me-ga.ru/PAGE/PHOTOHRONIKA-AVGUST-1917-MAJ-1918/

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

  1. ^$
  2. ^page/(?P<page_id>[\w\-]+)/$
  3. ^news/$
  4. ^news/(?P<new_id>\d+)/$
  5. ^news/section/(?P<section_id>\d+)$
  6. ^news/part/(?P<part_id>\d+)$
  7. ^carskaya-semya/$
  8. ^carskaya-semya/(?P<section_id>\d+)$
  9. ^contacts/$ [name='contacts']
  10. ^thanks/$
  11. ^admin/
  12. ^static/js/tiny_mce/plugins/images/connector/python/
  13. ^images/connector/python/
  14. ^static/admin/(?P<path>.*)$
  15. ^static/(?P<path>.*)$
  16. ^media/(?P<path>.*)$
  17. ^robots.txt$

The current URL, PAGE/PHOTOHRONIKA-AVGUST-1917-MAJ-1918/, 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.