Minimalistic Multiupload in Django Admin
> Django makes it very easy have a file upload field on a model in the admin. However, the admin doesn’t have a built-in facility for uploading multiple files at once, at the time of writing.
>
> For one of my projects I wanted to allow the site admins to upload photos in the admin and have django handle creating the related database objects for the files automatically.
https://ጮ.cc/2019/09/18/minimalistic-multiupload-in-django-admin.html