Page not found (404)

“/root/pyAllo/alloladyapi/media/catalog/product/cache/1/image/430x430/31513113471738488cb3f0323e42113b/s/s/ssscopie_2.jpg” does not exist
Request Method: GET
Request URL: http://allolady.com/media/catalog/product/cache/1/image/430x430/31513113471738488cb3f0323e42113b/s/s/ssscopie_2.jpg
Raised by: django.views.static.serve

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

  1. admin/
  2. api/token/ [name='token_obtain_pair']
  3. api/testtoken/ [name='token_obtain_pair']
  4. api/token/refresh/ [name='token_refresh']
  5. __debug__/
  6. ^api/annonces/
  7. ^api/accounts/
  8. ^media/(?P<path>.*)$

The current path, media/catalog/product/cache/1/image/430x430/31513113471738488cb3f0323e42113b/s/s/ssscopie_2.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.