Page not found (404)

Request Method: GET
Request URL: http://www.zab-investportal.ru/media/k2/galleries/2121/IMG-20170313-WA0000.jpg
Raised by: django.views.static.serve

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

  1. @dcf-frontend_link/
  2. admin/
  3. otpravit-zayavku/ [name='otpravit_zayavku']
  4. gchp/ [name='gchp']
  5. forma-investklimat/ [name='forma_investklimat']
  6. ^media/(?P<path>.*)$

The current path, media/k2/galleries/2121/IMG-20170313-WA0000.jpg, matched the last one.

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.