For my Django application, I'm currently using GRANIAN_STATIC_PATH_ROUTE and GRANIAN_STATIC_PATH_MOUNT to serve static assets from STATIC_ROOT as STATIC_URL. However, there is MEDIA_ROOT and MEDIA_URL to be served as well, so I'd need Granian to accept a list of static folders and according paths.