Page not found (404)

Request Method: GET
Request URL: http://libreria.uimunicipalistas.org/carro-de-la-compra?add&id_product=191&token=ba11b15f592243f7ff3ec1319d336881

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

  1. [name='libreria_home']
  2. search/ [name='libreria_search']
  3. coleccion/<slug:slug_coleccion> [name='libreria_coleccion']
  4. eje/<int:pk_eje>-<slug:slug_eje> [name='libreria_eje']
  5. autor/<slug:slug_autor> [name='libreria_autor']
  6. tematica/<int:pk_tema>-<slug:slug_tema> [name='libreria_tematica']
  7. <int:pk_libro>/<slug:slug_libro> [name='libreria_libro']
  8. cart/
  9. jx/libUIMchart/add-item
  10. jx/libUIMchart/del-item
  11. jx/libUIMchart/del-item-all
  12. accounts/
  13. admuim/
  14. adm/
  15. ckeditor/
  16. api/
  17. hitcount/
  18. ^media\/(?P<path>.*)$
  19. ^static\/(?P<path>.*)$

The current path, carro-de-la-compra, 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.