Page not found (404)

“/app/media/website/categorias/Accesorios/www.kinemed.com.ar” no existe
Request Method: GET
Request URL: https://www.kinemed.com.ar/website/categorias/Accesorios/www.kinemed.com.ar
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/ [name='index']
  8. website/ ^marcas/(?P<person_id>[\d\D]+)/$ [name='website_marcas']
  9. website/ ^categorias/(?P<person_id>[\d\D]+)/$ [name='website_categoria']
  10. website/ ^colecciones/(?P<coleccion_id>[\d\D]+)/$ [name='website_colecciones']
  11. website/ ^whatsapp/(?P<texto>[\d\D]+)/(?P<sender_tel>[\d\D]+)/$ [name='whatsapp_send']
  12. website/ sobre-nosotros/ [name='website_nosotros']
  13. website/ testing/ [name='testing']
  14. website/ checkout/ [name='checkout']
  15. website/ save-catalog-order/ [name='save_catalog_order']
  16. website/ ^price-list/(?P<theme>[\d\D]+)/(?P<id_op>[\d\D]+)/$ [name='price-list']
  17. website/ ^graciasPorSuCompra/(?P<texto>[\d\D]+)/$ [name='graciasPorSuCompra']
  18. website/ ^pagoPendiente/(?P<texto>[\d\D]+)/$ [name='pagoPendiente']
  19. website/ ^errorEnPago/(?P<texto>[\d\D]+)/$ [name='errorEnPago']
  20. website/ ^procesar_pago/(?P<texto>[\d\D]+)/$ [name='procesar_pago']
  21. fulberg/
  22. stock-bucket/
  23. ^robots\.txt$
  24. ^(?P<path>.*)$

The current path, website/categorias/Accesorios/www.kinemed.com.ar, 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.