Page not found (404)

Request Method: GET
Request URL: https://vandaastanda.cz/images/photos/431.jpg

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

  1. captcha/
  2. admin/
  3. ^tinymce/
  4. ^admin/tinymce/
  5. ^$
  6. ^admin/filebrowser/
  7. ^spoluprace/$
  8. ^pisnicky-pro-deti/video/$
  9. ^obchod/shrnuti.*
  10. ^obchod/
  11. ^co-bude|o-nas|co-bylo|nabidka-programu|pisnicky-pro-deti|tipy|kontakt|soutez.*$
  12. ^media/(?P<path>.*)$

The current path, images/photos/431.jpg, 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.