Metadata-Version: 1.0
Name: imagestore
Version: 1.1.0
Summary: Django simple image gallery
Home-page: http://bitbucket.org/zeus/imagestore/
Author: Pavel Zhukov
Author-email: gelios@gmail.com
License: GPL
Description: 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
        
        
Keywords: django gallery
Platform: UNKNOWN
