Page not found (404)

Request Method: GET
Request URL: http://siglo21.com.co/clientes

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

  1. admin/
  2. [name='login']
  3. logout/ [name='locations']
  4. locations/ [name='locations']
  5. boxes/ [name='boxes']
  6. users/ [name='boxes']
  7. org/ [name='boxes']
  8. carpet/ [name='carpet']
  9. prestamo_type/ [name='carpet']
  10. user/boxes/ [name='user boxes']
  11. user/carpets/ [name='user boxes']
  12. change-password/ [name='change_password']
  13. user/devolucion/cajas [name='carpet']
  14. user/devolucion/carpetas [name='carpet']
  15. prestamos/cajas [name='carpet']
  16. prestamos/carpetas [name='carpet']
  17. worker/enviar_caja/ [name='user boxes']
  18. worker/enviar_carpeta/ [name='user boxes']
  19. worker/recibir_devolucion/ [name='user boxes']
  20. worker/recibir_devolucion_carpeta/ [name='user boxes']
  21. api/

The current path, clientes, 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.