Page not found (404)

Request Method: GET
Request URL: https://gayru.net/gallery/image/10-%25D0%25B2-%25D0%25B1%25D0%25B5%25D0%25BB%25D1%258B%25D1%2585-%25D0%25BA%25D0%25B5%25D0%25B4%25D0%25B0%25D1%2585/

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

  1. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  2. master/
  3. [name='home']
  4. feed/ [name='post_feed']
  5. allsities [name='allsities']
  6. allregions [name='allregions']
  7. robots.txt
  8. open-person-anket [name='open_person_anket']
  9. itm
  10. itm/<str:slug>
  11. <slug:slug>/ [name='region_detail']
  12. <slug:reg>/<str:slug> [name='article_detail']

The current path, gallery/image/10-%D0%B2-%D0%B1%D0%B5%D0%BB%D1%8B%D1%85-%D0%BA%D0%B5%D0%B4%D0%B0%D1%85/, 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.