Sidebar Network

django-photologue A customizable plug-in photo management application for Django.

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 Homehttp://code.google.com/p/django-photologue/
Grab the Repository – svn checkout http://django-photologue.googlecode.com/svn/trunk/
 

Recent Commits

  • 289 was committed 1 week, 2 days ago.
    Fixed call to get_image_url.
  • 288 was committed 1 week, 2 days ago.
    Cleaned up white space.
  • 287 was committed 1 week, 2 days ago.
    Moved a couple functions around.
  • 286 was committed 1 week, 2 days ago.
    Renamed variable.
  • 285 was committed 1 week, 2 days ago.
    Upload path can now be customized using the PHOTOLOGUE_PATH setting.
  • 284 was committed 1 week, 2 days ago.
    Updated tests to work with the new refactored file storage backend with help from Bernd’s patch: http://groups.google.com/group/django-photologue/browse_thread/thread/de769b4ec484d921.
  • 283 was committed 1 week, 2 days ago.
    Updated models.py to work with the new file storage system in Django.
  • 282 was committed 1 week, 5 days ago.
    Refactored management commands and initialization routine. Removed some magic and set it up so the plcache and plflush commands work with models inheriting from ImageModel.
  • 280 was committed 2 weeks ago.
    Removed unused import.
  • 279 was committed 2 weeks ago.
    Updated signals code due to backwards incompatible change in Django r8223.