Page not found (404)

Request Method: GET
Request URL: http://mslstridsteknik.se/____impro/1/onewebmedia/_DSC8015.jpg?etag=%22W%2F%22%20%22a813f1-54bbd6cc%22&sourceContentType=image%2Fjpeg&quality=85

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

  1. admin/
  2. home/
  3. nyheter/
  4. sm/
  5. hema/
  6. forening/
  7. traning/
  8. kalender/
  9. kontakt/
  10. ^static/(?P<path>.*)$

The current path, ____impro/1/onewebmedia/_DSC8015.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.