The Basics
Photologue is a Django application, more specifically, it’s a complete image management solution for your Django site. Photologue replaces the ImageField in Django with a powerful system that supports resizing and image effects as well as providing a turn-key photo gallery solution. Photologue embraces the Django admin and smoothly integrates with photo thumbnails and effect previews.
Project Home – http://code.google.com/p/django-photologue/Grab the Repository – svn checkout http://django-photologue.googlecode.com/svn/trunk/
Recent Commits
-
378 was committed 5 months, 3 weeks ago.
No commit message supplied.
-
359 was committed 6 months, 1 week ago.
PhotoSize now throws a ValueError if crop=True and width and height = 0. Issue #90.
-
358 was committed 6 months, 1 week ago.
Fixed issue #84. Two help text string we’re not being localized.
-
357 was committed 6 months, 1 week ago.
Fixed typo in README.txt (Issue #80).
-
356 was committed 6 months, 1 week ago.
Applied fix from issue #86. Image format is saved pre-processing.
-
355 was committed 6 months, 1 week ago.
Fixed issue #89. Deleting PhotoEffects no longer causes a loop.
-
354 was committed 8 months, 1 week ago.
Removed translation from PIL import error.
-
351 was committed 8 months, 1 week ago.
Photo sizes with both a height and width of zero will apply any appropriate effects but will not resize the image.
-
350 was committed 8 months, 1 week ago.
Renamed Photologue tags file “photologue_tags” to prevent collisions.
-
349 was committed 8 months, 3 weeks ago.
Added a check to see if the model has been saved, an assert consistent with the Django ORM base model, to the delete methods of ImageModel and PhotoEffect.