Metadata-Version: 2.4
Name: django-constance
Version: 4.3.4
Summary: Django live settings with pluggable backends, including Redis.
Author-email: Jannis Leidel <jannis@leidel.info>
License: BSD
Project-URL: homepage, https://github.com/jazzband/django-constance/
Project-URL: documentation, https://django-constance.readthedocs.io/en/latest/
Project-URL: repository, https://github.com/jazzband/django-constance/
Project-URL: changelog, https://github.com/jazzband/django-constance/releases/
Keywords: django,libraries,redis,settings
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
Classifier: Framework :: Django :: 5.1
Classifier: Framework :: Django :: 5.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Provides-Extra: redis
Requires-Dist: redis; extra == "redis"

Constance - Dynamic Django settings
===================================

.. image:: https://jazzband.co/static/img/badge.svg
   :alt: Jazzband
   :target: https://jazzband.co/

.. image:: https://img.shields.io/readthedocs/django-constance.svg
   :target: https://django-constance.readthedocs.io/
   :alt: Documentation

.. image:: https://github.com/jazzband/django-constance/workflows/Test/badge.svg
   :target: https://github.com/jazzband/django-constance/actions
   :alt: GitHub Actions

.. image:: https://codecov.io/gh/jazzband/django-constance/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/jazzband/django-constance
   :alt: Coverage

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:

https://django-constance.readthedocs.io/

If you have questions or have trouble using the app please file a bug report
at:

https://github.com/jazzband/django-constance/issues
