Metadata-Version: 1.0
Name: django-photologue-addons
Version: 0.1.1
Summary: An extension to the base photologue template tag set.
Home-page: http://github.com/powellc/django-photologue-addons
Author: Colin Powell
Author-email: colin@onecardinal.com
License: BSD
Download-URL: http://github.com/powellc/django-photologue-addons/downloads
Description: django-photologue-addons
        ==========================
        :author: Colin Powell
        :date: 2011-04-26
        :by: One Cardinal Web Development
        :license: BSD
        
        This project exists mostly to provide a way to have useful tools for photologue without cluttering the core repo, and also to allow these utilities to be used with any recent version of django-photologue.
        
        Tags
        --------
        
        Currently the only thing in the project are two new tags:
        
        * get_public_photos
        * get_gallery
        
        They allow you to embed photologue photos and galleries into whatever other pages on your site you'd like them to appear on, such as a flatpage.
        
        Checkout the templatetags/photologue_extra_tags.py file for more information.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
