Hi, the current svn trunk does not support user-specified storage system for
the ImageField in photologue.models.ImageModel. So I added several lines to
allow the user to specify a custom storage system which will be used by
ImageField.
The user should be able to specify a custom storage system in settings, like:
PHOTOLOGUE_IMAGE_STORAGE = MyStorage(arguments...)
Attached is a diff against the trunk.
Please let me know what you think.
Xiaonuo
Original issue reported on code.google.com by Xiaonuo....@gmail.com on 8 Dec 2011 at 12:23
Original issue reported on code.google.com by
Xiaonuo....@gmail.com
on 8 Dec 2011 at 12:23Attachments: