Answer the question
In order to leave comments, you need to log in
Is it possible to add multiple images at once in Django admin panel?
I am designing a website for a clothing store. Suppose, when adding a new product in the admin panel, you also need to add more than one photo, as you can usually do using ImageField, but several at once (from different angles). Can this be done in Django? Because uploading each photo individually is quite expensive and takes a lot of time.
I would be grateful for your help :)
Answer the question
In order to leave comments, you need to log in
You can , but for this you need to write an API and a custom widget. There is also an outdated .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question