Page not found (404)

Request Method: GET
Request URL: http://politika.cl/2012/06/01/los-cuatro-elementos-y-la-alquimia-del-buen-gobierno/

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

  1. ckeditor/
  2. admin/
  3. geo/
  4. recorte/ [name='recorte']
  5. listado_recortes/ [name='listado_recortes']
  6. crear_noticia/<code>/ [name='crear_noticia']
  7. crear_noticia/ [name='crear_noticia_sola']
  8. crear_columna/ [name='columna']
  9. login/ [name='login']
  10. actividad/<code>/ [name='ver_actividad']
  11. columna/<code>/ [name='ver_columna']
  12. noticia/<code>/ [name='ver_noticia']
  13. listado_videosyoutube/ [name='listado_videosyoutube']
  14. lista_columnas/ [name='lista_columnas']
  15. lista_noticias/ [name='lista_noticias']
  16. lista_inscripciones/ [name='lista_inscripciones']
  17. listado_scrapeados/ [name='listado_scrapeados']
  18. noticias_medios/ [name='noticias_medios']
  19. listado_no_enviados/ [name='listado_no_enviados']
  20. listado_actividades/ [name='listado_actividades']
  21. logout/ [name='logout']
  22. nosotros/ [name='nosotros']
  23. [name='home']
  24. ^media/(?P<path>.*)$
  25. ^static/(?P<path>.*)$

The current path, 2012/06/01/los-cuatro-elementos-y-la-alquimia-del-buen-gobierno/, 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.