Page not found (404)

Request Method: GET
Request URL: http://cafodca.org/agendas/eventos

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/
  8. ^contrapartes/
  9. ^agendas/ ^$ [name='agenda-list']
  10. ^agendas/ ^(?P<id>\d+)/$ [name='agenda-detail']
  11. ^agendas/ ^pais/(?P<id>\d+)/$ [name='events_list_pais']
  12. ^agendas/ ^crear/$ [name='crear-agenda']
  13. ^agendas/ ^editar/(?P<id>\d+)/$ [name='editar-agenda']
  14. ^agendas/ ^borrar/(?P<id>\d+)/$ [name='borrar-agenda']
  15. ^foros/
  16. ^pages/
  17. ^biblioteca/$ [name='lista_biblioteca']
  18. ^uploads\/(?P<path>.*)$

The current URL, agendas/eventos, 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.