Page not found (404)

Request Method: GET
Request URL: https://romashka-rat.ru/img/rats/375/375_3048763293.jpg

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

  1. [name='index']
  2. about/ [name='about']
  3. archive/ [name='archive']
  4. contract/ [name='contract']
  5. varieties/ [name='varieties']
  6. colors/ [name='colors']
  7. markings/ [name='markings']
  8. question/ [name='question']
  9. rats/
  10. admin/
  11. ckeditor/

The current path, img/rats/375/375_3048763293.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.