Page not found (404)

Request Method: GET
Request URL: https://listenpony.com/commissions/apply/

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/
  5. ^record-label/
  6. ^media/
  7. ^support/ [name='support']
  8. ^commissions/ ^$ [name='commissions-index']
  9. ^commissions/ ^(?P<end_year>\d{4})-(?P<start_year>\d{4})/$ [name='commissions-archive']
  10. ^commissions/ ^(?P<composer_slug>[\w-]+)/(?P<commission_slug>[\w-]+)$ [name='commissions-detail']
  11. ^admin/
  12. ^sitemap\.xml$ [name='django.contrib.sitemaps.views.sitemap']
  13. ^markdownx/

The current path, commissions/apply/, 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.