Page not found (404)

No event found matching the query
Request Method: GET
Request URL: https://sippybee.com/events/wine-tasting-five-great-wines-from-around-the-globe/
Raised by: apps.events.views.EventDetailView

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

  1. total-sale/ [name='total_sale']
  2. api/v1/
  3. test/events/ [name='test_event_list']
  4. test/events/1 [name='test_event_details']
  5. sitemap.xml [name='sitemaps']
  6. robots.txt [name='robots']
  7. admin/
  8. admin2/
  9. account/notes/ [name='tasting_notes']
  10. account/notes/new/ [name='add_tasting_note']
  11. notes/update/ [name='update_tasting_note']
  12. account/notes/browse/ [name='browse_tasting_notes']
  13. account/notes/<id>/ [name='tasting_note']
  14. u/ [name='users']
  15. u/<username>/ [name='user_profile']
  16. u/<username>/notes/ [name='public_tasting_notes']
  17. u/<username>/notes/<id>/ [name='public_tasting_note']
  18. account/
  19. cart/
  20. checkout/
  21. orders/
  22. store/
  23. wine-tasting/
  24. comments/
  25. warehouse/
  26. ping/
  27. wine-101/
  28. events/ [name='list_view']
  29. events/ <slug>/ [name='detail_view']

The current path, events/wine-tasting-five-great-wines-from-around-the-globe/, 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.