Page not found (404)

Request Method: GET
Request URL: http://www.atomicloungebar.com/shop/botella-glenlivet-12-anos-140?category=10

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

  1. admin/
  2. [name='Home']
  3. reserva
  4. thankyou [name='thankyou']
  5. Menu/ [name='Menu']
  6. Eventos/ [name='Eventos']
  7. Link/ [name='Link']
  8. cantina/ [name='Cantina']
  9. robots.txt
  10. ^static/(?P<path>.*)$
  11. ^media/(?P<path>.*)$

The current path, shop/botella-glenlivet-12-anos-140, 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.