Metadata-Version: 1.0
Name: tango-photos
Version: 0.2
Summary: Reusable Django photo galleries app. Can be used with or without Tango.
Home-page: http://github.com/tBaxter/tango-photos
Author: Tim Baxter
Author-email: mail.baxter@gmail.com
License: LICENSE.txt
Description: Tango Photos
        =====
        
        Tango-Photos is a reusable app for photo galleries in Django. While it forms a key component of Tango, it can also be dropped into an existing non-Tango project. 
        
        
        ##Installation:
        
            pip install git+https://github.com/tBaxter/tango-photos.git
        
        tango_shared is a dependency. It will be installed. 
        
        ## Usage:
        Add 'photos' and 'tango_shared' to your installed apps, then run syncdb or migrate.
        
        
Platform: UNKNOWN
