onespacemedia / cms

A collection of Django extensions that add content-management facilities to Django projects.
BSD 3-Clause "New" or "Revised" License
14 stars 7 forks source link

Add in CMS image editing. #152

Closed AidanCurrah closed 5 years ago

AidanCurrah commented 5 years ago

This add in image editing to the image view section of the CMS. By default this allows to crop, rotate and flipping of the images.

AidanCurrah commented 5 years ago

This may mean we have to add DATA_UPLOAD_MAX_MEMORY_SIZE the the PT settings base.py as by default this will only allow users to edit files of 2.5MB in size.