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
-
359 was committed 1 week, 6 days ago.
PhotoSize now throws a ValueError if crop=True and width and height = 0. Issue #90.
-
358 was committed 1 week, 6 days ago.
Fixed issue #84. Two help text string we’re not being localized.
-
357 was committed 1 week, 6 days ago.
Fixed typo in README.txt (Issue #80).
-
356 was committed 1 week, 6 days ago.
Applied fix from issue #86. Image format is saved pre-processing.
-
355 was committed 1 week, 6 days ago.
Fixed issue #89. Deleting PhotoEffects no longer causes a loop.
-
354 was committed 2 months, 1 week ago.
Removed translation from PIL import error.
-
351 was committed 2 months, 2 weeks 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 2 months, 2 weeks ago.
Renamed Photologue tags file “photologue_tags” to prevent collisions.
-
349 was committed 2 months, 4 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.
-
348 was committed 3 months, 2 weeks ago.
Get next/prev methods now respect is_public. Patch submitted by Bernd.