Page not found (404)

Request Method: GET
Request URL: https://generoymetodologias.org/eventos/

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

  1. admin/
  2. contactenos/
  3. actualidad/
  4. iniciativas-destacadas/
  5. foros/
  6. recursos-metodologicos/galerias/
  7. recursos-metodologicos/
  8. alianzas/
  9. puntos-vista/
  10. accounts/password/change/ [name='account_change_password']
  11. accounts/signup/ [name='account_signup']
  12. accounts/
  13. accounts/profile/ [name='perfil']
  14. accounts/edit/<id>/ [name='editar_perfil']
  15. ckeditor/
  16. pages/
  17. taggit_autosuggest/
  18. nested_admin/
  19. search/
  20. compromisos/
  21. buscador/ [name='buscador-general']
  22. sitemap.xml
  23. sitemap-<section>.xml [name='django.contrib.sitemaps.views.sitemap']
  24. robots.txt
  25. ^media\/(?P<path>.*)$

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