Page not found (404)

Request Method: GET
Request URL: http://www.elcuencodeplata.com.ar/libro.php?id=118

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

  1. admin/
  2. [name='home']
  3. autores/ [name='autores']
  4. autor/<int:pk> [name='autor']
  5. autor/<int:pk>/<str:slug>/ [name='autor']
  6. en_los_medios/ [name='prensa']
  7. noticias/ [name='noticias']
  8. en_los_medios/<int:pk> [name='nota']
  9. recomendados/ [name='libros_destacados']
  10. libros/ [name='libros']
  11. libros/en_preparacion/ [name='preparacion']
  12. libro/<int:pk> [name='libro']
  13. libro/<int:pk>/<str:slug>/ [name='libro']
  14. distribucion/ [name='distribucion']
  15. colecciones/ [name='colecciones']
  16. colecciones/<str:slug>/ [name='colecciones']
  17. la_editorial/ [name='editorial']
  18. librerias/ [name='librerias']
  19. contacto/ [name='contacto']
  20. contacto/ventas/ [name='contacto.ventas']
  21. contacto/derechos/ [name='contacto.derechos']
  22. contacto/ok/ [name='contacto_ok']
  23. newsletter/ [name='newsletter_add']
  24. sendmail/ [name='sendmail']
  25. tinymce/
  26. search/
  27. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  28. robots.txt
  29. ^media\/(?P<path>.*)$

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