Page not found (404)

Request Method: GET
Request URL: http://neuma.huma-num.fr/home/corpus/psautiers:lyon1548/http

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

  1. ^$ [name='index']
  2. ^neumadmin/
  3. api/v1/openapi/ [name='openapi']
  4. schema/ [name='schema']
  5. schema/swagger-ui/ [name='swagger-ui']
  6. schema/redoc/ [name='redoc']
  7. ^manager/
  8. ^home/ ^$ [name='index']
  9. ^home/ wildwebmidi.data [name='wildwebdata']
  10. ^home/ (.+\.data)$ [name='coco']
  11. ^home/ ^presentation$ [name='presentation']
  12. ^home/ ^services$ [name='services']
  13. ^home/ ^collections$ [name='collections']
  14. ^home/ ^contact$ [name='contact']
  15. ^home/ ^testVerovio [name='contact']
  16. ^home/ ^IIIF/(?P<iiif_ref>.+)/$ [name='IIIF']
  17. ^home/ ^test [name='test']
  18. ^home/ ^auth [name='auth']
  19. ^home/ ^form_login [name='form_login']
  20. ^home/ ^transcription [name='transcription']
  21. ^home/ ^keyboard [name='keyboard']
  22. ^home/ ^corpus/(?P<corpus_ref>.+)/_export_zip/$ [name='corpus_export_zip']
  23. ^home/ ^corpus/(?P<corpus_ref>.+)/_upload_zip/$ [name='upload_corpus_zip']
  24. ^home/ ^corpus/(?P<corpus_ref>.+)/_create_child/$ [name='create_corpus_child']
  25. ^home/ ^corpus/(?P<corpus_ref>.+)/_add_opus/$ [name='add_opus']
  26. ^home/ corpus/<str:corpus_ref>/ [name='corpus']
  27. ^home/ ^show_licence/(?P<licence_code>.+)/$ [name='show_licence']
  28. ^home/ ^opus/(?P<opus_ref>.+)/_edit/$ [name='edit_opus']
  29. ^home/ ^opus/(?P<opus_ref>.+)/_export_zip/$ [name='opus_export_zip']
  30. ^home/ ^opus/(?P<opus_ref>.+)/$ [name='opus']
  31. ^home/ ^zoom/(?P<score_url>.+)/$ [name='zoom']
  32. ^home/ ^search [name='search']
  33. ^home/ ^structsearch [name='structsearch']
  34. ^rest/
  35. ^media/(?P<path>.*)$

The current path, home/corpus/psautiers:lyon1548/http, 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.