ImageStore
==========

An image library, created for easy integration for an exiting django project
Very ligth, builded around django generic views

Features:
=========
* PrettyPhoto for image/gallery show
* Nested categories
* Category preview
* Tagging support
* Sorl support for upgrades


Installation:
=============

* Install with pip or easy install (All dependencies will be installed automatically)
* Put .. _prettyPhoto: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/ to your media directory
* Symlink or copy imagestore/media/imagestore.css to your MEDIA_ROOT
* Add imagestore to your INSTALLED_APPS
* Add imagestore.urls to your urls
* run ./manage.py syncdb or ./manage.py migrate

