Page not found (404)

Request Method: GET
Request URL: https://www.kastijun.hr/images/galerije/03_08_2015/03_08_2015%2031.jpg

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

  1. ^hr/
  2. ^staticfiles\/media\/(?P<path>.*)$
  3. ^rosetta/
  4. ^hr/

The current URL, images/galerije/03_08_2015/03_08_2015 31.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.