Page not found (404)

Request Method: GET
Request URL: http://www.vet.unlpam.edu.ar/page.php?c=36

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

  1. admin/
  2. [name='index']
  3. lista [name='lista']
  4. seccion [name='seccion']
  5. busqueda [name='search']
  6. academico
  7. institucional
  8. posgrado
  9. post
  10. areasinstitutos
  11. extension
  12. investigacion
  13. ingresantes
  14. biblioteca
  15. publicaciones
  16. bedelia
  17. libros
  18. servicios
  19. gabinetepedagogico
  20. ^media\/(?P<path>.*)$

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