Page not found (404)

No musical work found matching the query
Request Method: GET
Request URL: http://db.simssa.ca/musicalworks/438
Raised by: database.views.musical_work.MusicalWorkDetailView

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

  1. ^__debug__/
  2. admin/doc/
  3. admin/
  4. [name='home']
  5. about/ [name='about']
  6. search/ [name='search']
  7. archives/<int:pk> [name='archive-detail']
  8. archives/ [name='archive-list']
  9. create/ [name='create']
  10. contributions/ [name='contributionmusicalwork-list']
  11. contributions/<int:pk> [name='contributionmusicalwork-detail']
  12. encodingworkflows/ [name='encodingworkflows-list']
  13. encodingworkflows/<int:pk> [name='encodingworkflow-detail']
  14. experimentalstudies [name='experimentalstudy-list']
  15. experimentalstudies/<int:pk> [name='experimentalstudy-detail']
  16. extractedfeatures [name='extractedfeature-list']
  17. extractedfeatures/<int:pk> [name='extractedfeature-detail']
  18. featurefiles/ [name='featurefile-list']
  19. featurefiles/<int:pk> [name='featurefile-detail']
  20. featuretypes/ [name='featuretype-list']
  21. featuretypes/<int:pk> [name='featuretype-detail']
  22. file-create/ [name='file-creation']
  23. files/ [name='file-list']
  24. files/<int:pk> [name='file-detail']
  25. styles/ [name='genreasinstyle-detail']
  26. styles/<int:pk> [name='genreasinstyle-detail']
  27. types/ [name='genreasintype-list']
  28. types/<int:pk> [name='genreasintype-detail']
  29. areas/ [name='geographicarea-list']
  30. areas/<int:pk> [name='geographicarea-detail']
  31. instruments/ [name='instrument-list']
  32. instruments/<int:pk> [name='instrument-detail']
  33. languages/ [name='language-list']
  34. languages/<int:pk> [name='language-detail']
  35. musicalworks/<int:pk> [name='musicalwork-detail']

The current path, musicalworks/438, 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.