Page not found (404)

Request Method: GET
Request URL: https://www.ubytovani-zlin.cz/fotogalerie

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

  1. [name='domov']
  2. cenik/ [name='cenik']
  3. galerie/ [name='galerie']
  4. gdpr/ [name='gdpr']
  5. kontakt/ [name='kontakt']
  6. ubytovacirad/ [name='ubytovacirad']
  7. prihlaseni/ [name='adminlogin']
  8. administrace/ [name='admincenik']
  9. api/fetch_pricing_data/ [name='fetch_pricing_data']
  10. api/fetch_pricing_data_save/ [name='fetch_pricing_data_save']
  11. sitemap.xml/
  12. robots.txt
  13. ^media/(?P<path>.*)$

The current path, fotogalerie, 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.