Page not found (404)

Request Method: GET
Request URL: https://www.cdmontesiontorrent.com/resultados_2013.html

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

  1. ^ [name='index']
  2. ^ club/ [name='club']
  3. ^ contacto/ [name='contact']
  4. ^ politica-cookies/ [name='cookies_policy']
  5. ^ junta-directiva/ [name='directive_club']
  6. ^ tramites/ [name='formalities']
  7. ^ aviso-legal/ [name='legal_warning']
  8. ^ revistas/ [name='magazines']
  9. ^ noticias/ [name='news']
  10. ^ noticia/<pk> [name='news_1']
  11. ^ politica-privacidad/ [name='privacy_policy']
  12. ^ equipos/<code> [name='teams']
  13. ^ equipo-tecnico/ [name='technical_team']
  14. ^ upload-data/<token> [name='upload_data']
  15. ^admin/
  16. ^tinymce/
  17. ^media/(?P<path>.*)$

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