Metadata-Version: 1.0
Name: django-consent
Version: 0.2
Summary: A Django app for managing permissions that a user has granted the website to do. This could be used for a number of requests, from asking the user if you can post to their twitter, or send them newsletter updates.
Home-page: http://appregsiter.readthedocs.org/
Author: Dougal Matthews
Author-email: dougal85@gmail.com
License: MIT
Description: Django consent
        ========================================
        
        A Django app for managing permissions that a user has granted the website to do.
        This could be used for a number of requests, from asking the user if you can
        post to their twitter, or send them newsletter updates.
        
        The app has no requirements, but supports south for migrations.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
