Page not found (404)

Request Method: GET
Request URL: https://ligasmunicipales.ayto-pinto.es/competition_home/127

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

  1. ^$
  2. ^deportes/
  3. ^deportes/admin/
  4. ^deportes/events/
  5. ^deportes/reservations/
  6. ^deportes/competitions/
  7. ^deportes/activities/
  8. ^deportes/notifications/
  9. ^deportes/news/
  10. ^deportes/ajax_select/
  11. ^deportes/local/accounts/login/$ [name='local_auth_login']
  12. ^deportes/local/logout/$ [name='local_auth_logout']
  13. ^deportes/local/accounts/login/$ [name='auth_login']
  14. ^deportes/local/logout/$ [name='auth_logout']
  15. ^media\/(?P<path>.*)$
  16. ^static\/(?P<path>.*)$
  17. ^deportes/front/competitions/

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