Metadata-Version: 2.1
Name: tango-photos
Version: 0.5.1
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
Platform: UNKNOWN
Requires-Dist: django (>=2.0.8)
Requires-Dist: tango-shared-core (>=1.4.0)
Requires-Dist: tango-articles

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 tango-photos 

or

    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.


