Page not found (404)

Event not found
Request Method: GET
Request URL: https://coxhealth-staging.mostlyserious.io/events/wellness-warriors/register/
Raised by: events.views.register

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

  1. django-admin/
  2. ^admin/pages/(\d+)/bulk-publish/$ [name='wagtailadmin_bulk_publish']
  3. admin/
  4. documents/
  5. api/v2/
  6. ^search/$ [name='search']
  7. ^pop-up-cookie/(?P<pop_up_id>[0-9]+)/$ [name='pop_up_cookie']
  8. ^alert-cookie/$ [name='alert_cookie']
  9. ^access-listing-items/primary/$ [name='access_primary_listing']
  10. ^access-listing-items/urgent/$ [name='access_urgent_listing']
  11. ^access-listing-items/walkin/$ [name='access_walkin_listing']
  12. ^events/(?P<slug>[\w\d-]+)/register/$ [name='event-registration']

The current path, events/wellness-warriors/register/, 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.