.coveragerc
.travis.yml
AUTHORS
ChangeLog
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
.tx/config
constance/__init__.py
constance/admin.py
constance/apps.py
constance/base.py
constance/context_processors.py
constance/forms.py
constance/models.py
constance/settings.py
constance/utils.py
constance/backends/__init__.py
constance/backends/redisd.py
constance/backends/database/__init__.py
constance/backends/database/models.py
constance/backends/database/migrations/0001_initial.py
constance/backends/database/migrations/__init__.py
constance/backends/database/south_migrations/0001_initial.py
constance/backends/database/south_migrations/0002_auto__chg_field_constance_key__add_unique_constance_key.py
constance/backends/database/south_migrations/__init__.py
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/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/zh_CN/LC_MESSAGES/django.mo
constance/locale/zh_CN/LC_MESSAGES/django.po
constance/templates/admin/constance/change_list.html
docs/Makefile
docs/backends.rst
docs/changes.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/screenshot1.png
docs/screenshot2.png
docs/extensions/__init__.py
docs/extensions/settings.py
example/manage.py
example/requirements.txt
example/cheeseshop/__init__.py
example/cheeseshop/settings.py
example/cheeseshop/urls.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/storage/__init__.py
example/cheeseshop/apps/storage/admin.py
example/cheeseshop/apps/storage/models.py
leonardo_constance.egg-info/PKG-INFO
leonardo_constance.egg-info/SOURCES.txt
leonardo_constance.egg-info/dependency_links.txt
leonardo_constance.egg-info/not-zip-safe
leonardo_constance.egg-info/pbr.json
leonardo_constance.egg-info/top_level.txt
tests/__init__.py
tests/redis_mockup.py
tests/settings.py
tests/storage.py
tests/test_admin.py
tests/test_database.py
tests/test_redis.py
tests/urls.py