MANIFEST.in
setup.py
configstore/__init__.py
configstore/admin.py
configstore/configs.py
configstore/forms.py
configstore/listeners.py
configstore/models.py
configstore/serializer.py
configstore/tests.py
configstore/templates/admin/configstore/add_form.html
configstore/templatetags/__init__.py
configstore/templatetags/configuration.py
django_configstore.egg-info/PKG-INFO
django_configstore.egg-info/SOURCES.txt
django_configstore.egg-info/dependency_links.txt
django_configstore.egg-info/top_level.txt
tests/example_app/__init__.py
tests/example_app/configforms.py
tests/example_app/models.py
tests/example_app/views.py