开发者

Django Bulk Zip upload

开发者 https://www.devze.com 2023-01-11 05:10 出处:网络
I want to upload images to a gallery app. I want the user to be able to either load images normaly, or upload on zip file containing all the images for that gallery. Then it must be uncompressed and a

I want to upload images to a gallery app. I want the user to be able to either load images normaly, or upload on zip file containing all the images for that gallery. Then it must be uncompressed and all images must be added to that model. This i开发者_Go百科s for the admin site.

Any ideas?


You could either use the existing django-app django-photologue which enables you to do that or have a look at how it is implemented there: https://code.google.com/p/django-photologue/source/browse/trunk/photologue/models.py. If you see that photlogue is lacking some of the functionality you need, you could also subclass and extend photologue's models in your app!

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号