Page not found (404)

Request Method: GET
Request URL: http://dsapattern.nl/event/63d3b79a60757657076cf64b/
Raised by: wagtail.views.serve

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

  1. django-admin/
  2. admin/
  3. documents/
  4. search/ [name='search']
  5. accounts/
  6. members/
  7. events/
  8. retail/
  9. partners/<pk>/ [name='view_partner']
  10. vacancies/<pk>/ [name='view_vacancy']
  11. logs/ [name='view_logs']
  12. sync_pictures [name='sync_pictures']
  13. documents/ [name='view_documents']
  14. documents/<path:path> [name='view_documents']
  15. pictures/ [name='view_pictures']
  16. pictures/<path:path> [name='view_pictures']
  17. ^static/(?P<path>.*)$
  18. ^media/(?P<path>.*)$
  19. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  20. _util/login/ [name='wagtailcore_login']
  21. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, event/63d3b79a60757657076cf64b/, matched the last one.

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.