johnmnemonik / django-photologue

Automatically exported from code.google.com/p/django-photologue
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Setting for default images crop method #131

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello!

I don't want to crop all my photos by default when i'm using gallery upload. I 
add checking for PHOTOLOGUE_IMAGE_CROP_DEFAULT settings in models.py to 
control crop. If PHOTOLOGUE_IMAGE_CROP_DEFAULT = None in your settings.py 
file, crop photos by default will be disabled.

Have a nice day!

Original issue reported on code.google.com by kame...@gmail.com on 27 Aug 2009 at 10:29

Attachments:

GoogleCodeExporter commented 8 years ago
HOTOLOGUE_IMAGE_CROP_DEFAULT = '' not Null
or set null=True attribute in crop_from field in ImageModel class
Sory for my inattention

Original comment by kame...@gmail.com on 27 Aug 2009 at 11:02