Multiple files upload in django

Описание к видео Multiple files upload in django

In this tutorial, we are going to upload multiple images of a given product. So, we have two models: products model and product_image model.
The first model will store a product details and its display picture while the second model will store all the images of a given product.
scripts: https://github.com/ariel996/multiple_...

Комментарии

Информация по комментариям в разработке