Page not found (404)

Request Method: GET
Request URL: http://juegos.gobdigital.gba.gob.ar/es/descargas/planillas/
Raised by: cms.views.details

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

  1. ^media/(?P<path>.*)$
  2. ^static\/(?P<path>.*)$
  3. ^api/
  4. ^noticias/
  5. ^medallero/
  6. ^calendario/
  7. ^sport-map/
  8. ^sitemap\.xml$
  9. ^ ^forms/submit/$ [name='djangocms_forms_submissions']
  10. ^ ^discipline-detail/(?P<pk>[0-9]+)/(?P<pk_activity>[0-9]+)/$ [name='discipline_detail']
  11. ^ ^discipline-athletics-detail/$ [name='discipline_athletics_detail']
  12. ^ ^es/actividades/deportes-juveniles/atletismo/(?P<pk_activity>[0-9]+)/$ [name='atletismo_detail']
  13. ^es/ ^admin/
  14. ^es/ ^ ^cms_wizard/
  15. ^es/ ^ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  16. ^es/ ^ ^$ [name='pages-root']

The current URL, /es/descargas/planillas/, 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.