Page not found (404)

Request Method: GET
Request URL: https://tradesoft24-1c.ru/sites/default/files/styles/max_1300x1300/public/fields/2020/01557-ms33333.jpg?itok=JkcAdDrP

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

  1. ckeditor/
  2. jet/
  3. jet/dashboard/
  4. admin/
  5. users/
  6. catalog/ [name='catalog']
  7. catalog/search/ [name='search']
  8. catalog/<slug>/ [name='category']
  9. ^catalog/(?P<slug>[\w-]+)/f/.{0,800} [name='category_sef']
  10. search/ [name='ajax_search']
  11. product/<slug>/ [name='product']
  12. order/ [name='order']
  13. 1c_exchange.py [name='1c_exchange']
  14. 1c_orders.xml [name='1c_orders_debug']
  15. robots.txt [name='robots']
  16. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  17. sber/
  18. komtet/
  19. cart/
  20. compare/
  21. feedback/
  22. wishlist/
  23. [name='index']
  24. contacts/ [name='contacts']
  25. privacy-policy/ [name='privacy']
  26. personal-data/ [name='personal']
  27. pages/<slug>/ [name='page_detail']
  28. <slug:heading_slug>/<slug:slug>/ [name='post_detail']
  29. <slug>/ [name='heading_detail']
  30. apiship/
  31. __debug__/
  32. ^media/(?P<path>.*)$

The current path, sites/default/files/styles/max_1300x1300/public/fields/2020/01557-ms33333.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.