Page not found (404)

Request Method: GET
Request URL: http://104.131.118.62/%D0%BA%D0%BB%D0%B0%D0%B4%D0%B1%D0%B8%D1%89%D0%B5-%D1%87%D0%B8%D0%B3%D0%BE%D1%82%D0%B0%D0%B9-cemetery-chigota/

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-chigota/, 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.