Page not found (404)

Request Method: GET
Request URL: https://dermotdaly.co.uk/performance/voicereel

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

  1. ^admin/
  2. ^ ^$ [name='index']
  3. ^ ^film/$ [name='film']
  4. ^ ^film/(?P<slug>[\w\-]+)/$ [name='filmDetail']
  5. ^ ^audio/$ [name='audio']
  6. ^ ^audio/(?P<slug>[\w\-]+)/$ [name='audioDetail']
  7. ^ ^digital/$ [name='digital']
  8. ^ ^digital/(?P<slug>[\w\-]+)/$ [name='digitalDetail']
  9. ^ ^photography/$ [name='photography']
  10. ^ ^theatre/$ [name='theatre']
  11. ^ ^theatre/(?P<slug>[\w\-]+)/$ [name='playDetail']
  12. ^ ^performance/$ [name='performance']
  13. ^ ^biography/$ [name='biography']
  14. ^ ^other/$ [name='other']
  15. ^ ^contact/$ [name='contact']
  16. ^ ^ifttt/prjOn/$ [name='prjOn']
  17. ^ ^ifttt/prjOff/$ [name='prjOff']
  18. ^static/(?P<path>.*)$
  19. ^media/(?P<path>.*)$

The current path, performance/voicereel, 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.