Page not found (404)

Request Method: GET
Request URL: http://neuma.huma-num.fr/transcription/

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/
  10. ^media/(?P<path>.*)$

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