Page not found (404)

Request Method: GET
Request URL: http://www.cnpc.cult.cu/Patrimonio_Humanidad/Trinidad/Centro-Historico-Trinidad.php

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

  1. infoweb321/
  2. [name='index']
  3. comments/
  4. ckeditor/
  5. search/ [name='search']
  6. config_site/
  7. acontecer/
  8. legislaciones/
  9. galeria/
  10. enlaces/
  11. directorios/
  12. patrimonio/
  13. ^media/(?P<path>.*)$

The current path, Patrimonio_Humanidad/Trinidad/Centro-Historico-Trinidad.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.