Page not found (404)

Request Method: GET
Request URL: http://www.intercodex.com/materia.php/

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

  1. ^.*_L(?P<isbn>\w+)\.html/$
  2. ^_por_materias\.php/$
  3. ^libros.php$
  4. ^novedades.php$
  5. ^index.php$
  6. ^quienes.php$
  7. ^condiciones.php$
  8. ^enlaces.php$
  9. ^admin/libros/libro/importar/$
  10. ^admin/libros/libro/imagenes/$
  11. ^admin/cart30/pedido/ficha/(?P<id>\d+)/$
  12. ^admin/boletines/boletin/enviar/(?P<boletin_id>\d+)/$
  13. ^admin/boletines/boletin/vista_previa/(?P<boletin_id>\d+)/$
  14. ^admin/
  15. ^i18n/
  16. ^sitemap.xml$
  17. ^cart/
  18. ^$
  19. ^index/$
  20. ^libros/
  21. ^autores/[-\w]+/(?P<autor_id>\d+)/$
  22. ^editoriales/[-\w]+/(?P<editorial_id>\d+)/$
  23. ^boletines/
  24. ^noticias/
  25. ^enlaces/
  26. ^chistes/
  27. ^articulos/
  28. ^guiaslectura/$
  29. ^guiaslectura/[-\w]+/(?P<guia_id>\d+)/$
  30. ^favicon\.ico$

The current URL, materia.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.