Metadata-Version: 1.0
Name: django-attributes
Version: 0.2.0
Summary: A reusable applicaton to add arbitrary attributes to a model. Idea yoinked from Satchmo
Home-page: http://github.com/powellc/django-attributes
Author: Colin Powell
Author-email: colin@onecardinal.com
License: BSD
Download-URL: http://github.com/powellc/django-attributes/downloads
Description: django-attributes
        ==================
        
        Taking the concept of attributes from [Satchmo](http://satchmoproject.com) and creating a reusable app around the idea.
        
        Installation
        --------------
        
        Like most django apps:
        
        1. Put 'attributes' in your INSTALLED_APPS list.
        2. ...
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
