Uploading multiple images in Django admin

前端 未结 2 1277
傲寒
傲寒 2020-12-13 11:47

I\'m currently building a portfolio site for a client, and I\'m having trouble with one small area. I want to be able to upload multiple images (varying number) inline for e

2条回答
  •  北海茫月
    2020-12-13 12:17

    photologue is a feature-rich photo app for django. it e.g. lets you upload galleries as zip files (which in a sense means uploading multiple files at once), automatically creates thumbnails of different custom sizes and can apply effects to images. I used it once on one project and the integration wasn't too hard.

提交回复
热议问题