Multiple image upload in Django admin for a gallery

1k Views Asked by At

I have spent a lot of time trying different ways to upload multiple images in Django admin but I have failed miserably. I have tried django-multiupload-admin which I didn't manage to make it work and inlines is not what I am looking for. I just want to select several images all at once, upload them under one category and them display them into a mansory gallery. I am willing to pay someone to help me find a simple way. Please help!

1

There are 1 best solutions below

0
On

You can extend the Admin interface pretty easily using Javascript. Here is the link ... it will help you design django admin with drag and drop method to upload images

Django Snippet Article about Image Upload