Metadata-Version: 1.0
Name: django-constance
Version: 1.0.1
Summary: Django live settings with pluggable backends, including Redis.
Home-page: http://github.com/jezdez/django-constance
Author: Jannis Leidel
Author-email: jannis@leidel.info
License: BSD
Description: Constance - Dynamic Django settings
        ===================================
        
        .. image:: https://secure.travis-ci.org/jezdez/django-constance.png
            :alt: Build Status
            :target: http://travis-ci.org/jezdez/django-constance
        
        A Django app for storing dynamic settings in pluggable backends (Redis and
        Django model backend built in) with an integration with the Django admin app.
        
        For more information see the documentation at:
        
        http://django-constance.readthedocs.org/
        
        If you have questions or have trouble using the app please file a bug report
        at:
        
        https://github.com/jezdez/django-constance/issues
        
Keywords: django,libraries,settings,redis
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Utilities
