Page not found (404)

Request Method: GET
Request URL: http://neuma.huma-num.fr/rest/collections/psautiers/godeau1656/1/_files

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/
  9. ^rest/ [name='welcome']
  10. ^rest/ misc/user/ [name='handle_user_request']
  11. ^rest/ analysis/_models/ [name='handle_models_request']
  12. ^rest/ analysis/_models/<str:code>/ [name='handle_model_request']
  13. ^rest/ analysis/_models/<str:model_code>/<str:concept_code>/ [name='handle_concept_request']
  14. ^rest/ collections/(?P<full_neuma_ref>(.*))/_sources/(?P<source_ref>[-\w]+)/_file/$ [name='handle_source_manifest_request']
  15. ^rest/ collections/(?P<full_neuma_ref>(.*))/_sources/(?P<source_ref>[-\w]+)/_manifest/$ [name='handle_source_manifest_request']
  16. ^rest/ collections/(?P<full_neuma_ref>(.*))/_sources/(?P<source_ref>[-\w]+)/$ [name='handle_source_request']
  17. ^rest/ collections/(?P<full_neuma_ref>(.*))/_sources/ [name='handle_sources_list_request']
  18. ^rest/ collections/<str:full_neuma_ref>/_annotations/_stats/ [name='opus_annotations_stats']
  19. ^rest/ collections/<str:full_neuma_ref>/_annotations/<str:model_code>/_stats/ [name='model_annotations_stats']
  20. ^rest/ collections/<str:full_neuma_ref>/_annotations/<str:annotation_id>/ [name='handle_annotation_detail']
  21. ^rest/ collections/<str:full_neuma_ref>/_annotations/ [name='put_annotation_request']
  22. ^rest/ collections/<str:full_neuma_ref>/_annotations/<str:model_code>/<str:concept_code>/ [name='handle_annotations_concept_list']
  23. ^rest/ collections/ [name='welcome_collections']
  24. ^rest/ collections/_corpora/ [name='handle_tl_corpora_request']
  25. ^rest/ collections/<str:full_neuma_ref>/_corpora/ [name='handle_corpora_request']
  26. ^rest/ collections/<str:full_neuma_ref>/_opera/ [name='handle_opera_request']
  27. ^rest/ collections/<str:full_neuma_ref>/ [name='handle_neuma_ref_request']
  28. ^rest/ retrieve_corpus/<str:id>/ [name='retrieve_corpus']
  29. ^rest/ list_elements/<str:corpus>/ [name='list_element']
  30. ^rest/ list_element_children/<str:id>/ [name='list_element_children']
  31. ^rest/ list_element_metadata/<str:id>/ [name='list_element_children']
  32. ^rest/ get_element_file/<str:id>/ [name='retrieve_element_file']
  33. ^media/(?P<path>.*)$

The current path, rest/collections/psautiers/godeau1656/1/_files, 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.