Page not found (404)

Request Method: GET
Request URL: http://cafodca.org/notas/458/index.html

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

  1. ^admin/
  2. ^ckeditor/
  3. ^accounts/login/$ [name='login']
  4. ^accounts/logout/$ [name='logout']
  5. ^password_change/$ [name='password-change']
  6. ^$
  7. ^notas/ ^$ [name='notas_list']
  8. ^notas/ ^pais/(?P<id>\d+)/$ [name='notas_list_pais']
  9. ^notas/ ^coparte/(?P<id>\d+)/$ [name='notas_list_copartes']
  10. ^notas/ ^(?P<id>\d+)/$ [name='notas-detail']
  11. ^notas/ ^crear/$ [name='crear-nota']
  12. ^notas/ ^imagenes/$ [name='imagenes-nota']
  13. ^notas/ ^videos/$ [name='videos-nota']
  14. ^contrapartes/
  15. ^agendas/
  16. ^foros/
  17. ^pages/
  18. ^biblioteca/$ [name='lista_biblioteca']
  19. ^uploads\/(?P<path>.*)$

The current URL, notas/458/index.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.