Page not found (404)

Request Method: GET
Request URL: http://104.131.118.62/cemetery/2/%25D0%2598/?page=7

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

  1. ^admin/
  2. ^ ^$ [name='index']
  3. ^ ^news/$ [name='news']
  4. ^ ^partners/$ [name='partners']
  5. ^ ^contacts/$ [name='contacts']
  6. ^ ^gallery/$ [name='gallery']
  7. ^ ^about/$ [name='about']
  8. ^ ^donate/$ [name='donate']
  9. ^ ^search/$ [name='search']
  10. ^ ^cemetery/(?P<cem_id>\d+)/$ [name='graves']
  11. ^ ^cemetery/(?P<cem_id>\d+)/(?P<letter>\S)/$ [name='graves']
  12. ^ ^grave/(?P<grave_id>\d+)/$ [name='grave']
  13. ^ ^page/(?P<title>\S+)/$ [name='page']
  14. ^ ^memorials/(?P<start>\S+)/(?P<end>\S+)$ [name='memorials_list']
  15. ^summernote/
  16. ^images\/photos\/(?P<path>.*)$

The current URL, cemetery/2/%D0%98/, 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.