.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.rst
pyproject.toml
tox.ini
.github/ISSUE_TEMPLATE.md
.github/dependabot.yml
.github/workflows/docs.yml
.github/workflows/release.yml
.github/workflows/test.yml
constance/__init__.py
constance/_version.py
constance/admin.py
constance/apps.py
constance/base.py
constance/checks.py
constance/codecs.py
constance/context_processors.py
constance/forms.py
constance/models.py
constance/settings.py
constance/signals.py
constance/utils.py
constance/backends/__init__.py
constance/backends/database.py
constance/backends/memory.py
constance/backends/redisd.py
constance/locale/ar/LC_MESSAGES/django.mo
constance/locale/ar/LC_MESSAGES/django.po
constance/locale/cs_CZ/LC_MESSAGES/django.mo
constance/locale/cs_CZ/LC_MESSAGES/django.po
constance/locale/de/LC_MESSAGES/django.mo
constance/locale/de/LC_MESSAGES/django.po
constance/locale/en/LC_MESSAGES/django.mo
constance/locale/en/LC_MESSAGES/django.po
constance/locale/es/LC_MESSAGES/django.mo
constance/locale/es/LC_MESSAGES/django.po
constance/locale/et/LC_MESSAGES/django.mo
constance/locale/et/LC_MESSAGES/django.po
constance/locale/fa/LC_MESSAGES/django.mo
constance/locale/fa/LC_MESSAGES/django.po
constance/locale/fr/LC_MESSAGES/django.mo
constance/locale/fr/LC_MESSAGES/django.po
constance/locale/it/LC_MESSAGES/django.mo
constance/locale/it/LC_MESSAGES/django.po
constance/locale/pl/LC_MESSAGES/django.mo
constance/locale/pl/LC_MESSAGES/django.po
constance/locale/ru/LC_MESSAGES/django.mo
constance/locale/ru/LC_MESSAGES/django.po
constance/locale/tr/LC_MESSAGES/django.mo
constance/locale/tr/LC_MESSAGES/django.po
constance/locale/uk/LC_MESSAGES/django.mo
constance/locale/uk/LC_MESSAGES/django.po
constance/locale/zh_CN/LC_MESSAGES/django.mo
constance/locale/zh_CN/LC_MESSAGES/django.po
constance/locale/zh_Hans/LC_MESSAGES/django.mo
constance/locale/zh_Hans/LC_MESSAGES/django.po
constance/management/__init__.py
constance/management/commands/__init__.py
constance/management/commands/constance.py
constance/migrations/0001_initial.py
constance/migrations/0002_migrate_from_old_table.py
constance/migrations/0003_drop_pickle.py
constance/migrations/__init__.py
constance/static/admin/css/constance.css
constance/static/admin/js/constance.js
constance/templates/admin/constance/change_list.html
constance/templates/admin/constance/includes/results_list.html
constance/test/__init__.py
constance/test/pytest.py
constance/test/unittest.py
django_constance.egg-info/PKG-INFO
django_constance.egg-info/SOURCES.txt
django_constance.egg-info/dependency_links.txt
django_constance.egg-info/entry_points.txt
django_constance.egg-info/requires.txt
django_constance.egg-info/top_level.txt
docs/Makefile
docs/backends.rst
docs/changes.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/testing.rst
docs/_static/screenshot1.png
docs/_static/screenshot2.png
docs/_static/screenshot3.png
docs/extensions/__init__.py
docs/extensions/settings.py
example/manage.py
example/requirements.txt
example/cheeseshop/__init__.py
example/cheeseshop/fields.py
example/cheeseshop/settings.py
example/cheeseshop/urls.py
example/cheeseshop/wsgi.py
example/cheeseshop/apps/__init__.py
example/cheeseshop/apps/catalog/__init__.py
example/cheeseshop/apps/catalog/admin.py
example/cheeseshop/apps/catalog/models.py
example/cheeseshop/apps/catalog/migrations/0001_initial.py
example/cheeseshop/apps/catalog/migrations/__init__.py
example/cheeseshop/apps/storage/__init__.py
example/cheeseshop/apps/storage/admin.py
example/cheeseshop/apps/storage/models.py
example/cheeseshop/apps/storage/migrations/0001_initial.py
example/cheeseshop/apps/storage/migrations/__init__.py
tests/__init__.py
tests/redis_mockup.py
tests/settings.py
tests/storage.py
tests/test_admin.py
tests/test_checks.py
tests/test_cli.py
tests/test_codecs.py
tests/test_form.py
tests/test_pytest_overrides.py
tests/test_test_overrides.py
tests/test_utils.py
tests/urls.py
tests/backends/__init__.py
tests/backends/test_database.py
tests/backends/test_memory.py
tests/backends/test_redis.py