Page not found (404)

“/app/media/producto/prolastic-light-cramer” no existe
Request Method: GET
Request URL: https://www.kinemed.com.ar/producto/prolastic-light-cramer/
Raised by: django.views.static.serve

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

  1. [name='proxi-index']
  2. accounts/
  3. catalog/api/
  4. admin/
  5. accounts/
  6. catalog/
  7. website/
  8. fulberg/
  9. stock-bucket/
  10. ^robots\.txt$
  11. ^(?P<path>.*)$

The current path, producto/prolastic-light-cramer/, 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.