Page not found (404)

Request Method: GET
Request URL: http://test.escuelasindicalate.org/mod/page/view.php?id=2134

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

  1. ^i18n/
  2. ^alta[/]* [name='alta']
  3. ^inscriptos/(?P<course_name>\w+).(?P<myformat>\w+)
  4. ^confirmados/(?P<course_name>\w+).(?P<myformat>\w+)
  5. ^$ [name='inscripcion']
  6. ^registro/
  7. ^email_status/ [name='email_status']
  8. ^email_status_mailgun/ [name='email_status_mailgun']
  9. ^confirm/(?P<id_persona>\w+)
  10. ^admin/
  11. ^__debug__/

The current URL, mod/page/view.php, 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.