Page not found (404)

No Event matches the given query.
Request Method: GET
Request URL: https://listenpony.com/events/stephen-upshaw-magnard-ensemble-james-canty/
Raised by: events.views.detail

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

  1. ^events/the-albion-quartet-and-nas-duo/$
  2. ^$ [name='home']
  3. ^about/
  4. ^events/ ^$ [name='event-index']
  5. ^events/ ^archive/(?P<year>\d+)/$ [name='event-archive']
  6. ^events/ ^(?P<slugName>[\w-]+)/$ [name='event-detail']

The current path, events/stephen-upshaw-magnard-ensemble-james-canty/, 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.