Page not found (404)

Request Method: GET
Request URL: http://shtori.gorodkirov.ru/uploads/global/img/146.jpg

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

  1. admin/
  2. [name='homepage']
  3. api/v1/catalog/<pk>/ [name='catalog']
  4. api/v1/our_work/<pk>/ [name='our_work']
  5. forms/
  6. ^static/(?P<path>.*)$
  7. ^media/(?P<path>.*)$

The current path, uploads/global/img/146.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.