Page not found (404)

Request Method: GET
Request URL: https://iglesiadetarragona.org/events/2021-01-24/

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

  1. login/ [name='user_login']
  2. [name='index']
  3. ministerios/ [name='ministerios']
  4. obra-social/ [name='obraSocial']
  5. boletin/ [name='boletin']
  6. user/ [name='user_home']
  7. user/mainworkship/<pk>/ [name='mainworkship_detail']
  8. user/sundayschool/<pk>/ [name='sundayschool_detail']
  9. user/prayerworkship/<pk>/ [name='prayerworkship_detail']
  10. user/event/<pk>/ [name='event_detail']
  11. user/newspaper/<pk>/ [name='newspaper_detail']
  12. ^media/(?P<path>.*)$
  13. admin/

The current path, events/2021-01-24/, 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.