Page not found (404)

Request Method: GET
Request URL: https://www.strojnicak.cz/Fotogalerie-stroju.html

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

  1. oldadmin/
  2. sprava/
  3. [name='domov']
  4. dokumenty/ [name='dokumenty']
  5. kosik/ [name='kosik']
  6. kurzskolitelu/ [name='kurzskolitelu']
  7. objednavky/ [name='objednavky']
  8. pobocky/ [name='pobocky']
  9. revize/ [name='revize']
  10. skolenijerabniku/ [name='skolenijerabniku']
  11. skolenimotorovychpil/ [name='skolenimotorovychpil']
  12. skoleniplosiny/ [name='skoleniplosiny']
  13. skolenistavstroju/ [name='skolenistavstroju']
  14. skolenivoziku/ [name='skolenivoziku']
  15. sitemap.xml/
  16. robots.txt
  17. ^media/(?P<path>.*)$

The current path, Fotogalerie-stroju.html, 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.