K
K
Kamilya Askarova2020-01-29 10:47:47
Django
Kamilya Askarova, 2020-01-29 10:47:47

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

1 answer(s)
M
Mastermind-S, 2020-02-06
@Mastermind-S

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 question

Ask a Question

731 491 924 answers to any question