Page not found (404)

Request Method: GET
Request URL: http://www.basquery.com/carro-de-la-compra?add=1&id_product=391&token=729f718876bc366b0ef9e1071a8e2789

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

  1. ^admin/
  2. ^ ^$ [name='home']
  3. ^ ^beer/$ [name='beer']
  4. ^ ^pedidos/$ [name='away']
  5. ^ ^contacto/$ [name='contact']
  6. ^ ^colmado/$ [name='grocery']
  7. ^ ^pan/$ [name='bread']
  8. ^ ^basquery/$ [name='basquery']
  9. ^ ^menus/$ [name='gastro']
  10. ^ ^blog$ [name='blog_list']
  11. ^ ^blog/(?P<slug>[-\w]*)-(?P<id>[-\w]*)$ [name='blog_detail']
  12. ^ ^cookies$ [name='cookie_explanation']
  13. ^ ^legal [name='legal']
  14. ^ ^talleres/$ [name='events']
  15. ^ ^talleres/(?P<slug>[-\w]*)-(?P<id>[-\w]*)$ [name='event_detail']
  16. ^ ^tabla/$ [name='orderTable']
  17. ^ ^login/$ [name='login']
  18. ^ ^logout/$ [name='logout']
  19. ^ ^checkout/$ [name='checkout']
  20. ^ ^tienda/$ [name='shop']
  21. ^ ^detalle/(?P<slug>[-\w]*)-(?P<id>[-\w]*)$ [name='shop_detail']
  22. ^ ^(?P<filename>(robots.txt)|(humans.txt))$ [name='home-files']
  23. ^ ^subquantity/(?P<id>[-\w]*)$ [name='sub_quantity']
  24. ^ ^addquantity/(?P<id>[-\w]*)$ [name='add_quantity']
  25. ^ ^delcartitem/(?P<id>[-\w]*)$ [name='del_cart_item']
  26. ^ ^tabledetail/(?P<order_id>[-\w]*)$ [name='table_detail']
  27. ^ ^static\/(?P<path>.*)$
  28. ^ ^static\/(?P<path>.*)$
  29. ^ ^media\/(?P<path>.*)$
  30. ^bbeer/
  31. ^sitemap\.xml$ [name='django.contrib.sitemaps.views.sitemap']
  32. ^redactor/

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.