Metadata-Version: 1.1
Name: django-setty
Version: 1.0.1
Summary: Django app allowing users to configure settings dynamically in the Admin screen
Home-page: https://github.com/mikeengland/django-setty
Author: Michael England
Author-email: michael.k.england@gmail.com
License: Apache License Version 2.0
Description: Django Setty is a Django app which allows users to configure settings dynamically in the Django Admin console. A number of data types are supported - dicts, lists, integers, floats, strings and booleans. Two backends are bundled - one is a database backend which uses the database to retrieve the settings, and the other uses Memcached to cache the settings defined in the database.
Keywords: django dynamic live settings setty django-setty admin cache
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
