.gitignore
.travis.yml
AUTHORS
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
configurations/__init__.py
configurations/base.py
configurations/decorators.py
configurations/fastcgi.py
configurations/importer.py
configurations/management.py
configurations/sphinx.py
configurations/utils.py
configurations/values.py
configurations/version.py
configurations/wsgi.py
django_configurations.egg-info/PKG-INFO
django_configurations.egg-info/SOURCES.txt
django_configurations.egg-info/dependency_links.txt
django_configurations.egg-info/entry_points.txt
django_configurations.egg-info/not-zip-safe
django_configurations.egg-info/requires.txt
django_configurations.egg-info/top_level.txt
docs/Makefile
docs/changes.rst
docs/conf.py
docs/cookbook.rst
docs/index.rst
docs/make.bat
docs/patterns.rst
docs/values.rst
docs/_build/doctrees/changes.doctree
docs/_build/doctrees/cookbook.doctree
docs/_build/doctrees/environment.pickle
docs/_build/doctrees/index.doctree
docs/_build/doctrees/patterns.doctree
docs/_build/doctrees/values.doctree
docs/_build/html/.buildinfo
docs/_build/html/changes.html
docs/_build/html/cookbook.html
docs/_build/html/genindex.html
docs/_build/html/index.html
docs/_build/html/objects.inv
docs/_build/html/patterns.html
docs/_build/html/py-modindex.html
docs/_build/html/search.html
docs/_build/html/searchindex.js
docs/_build/html/values.html
docs/_build/html/_modules/index.html
docs/_build/html/_modules/configurations/values.html
docs/_build/html/_sources/changes.rst.txt
docs/_build/html/_sources/cookbook.rst.txt
docs/_build/html/_sources/index.rst.txt
docs/_build/html/_sources/patterns.rst.txt
docs/_build/html/_sources/values.rst.txt
docs/_build/html/_static/ajax-loader.gif
docs/_build/html/_static/basic.css
docs/_build/html/_static/classic.css
docs/_build/html/_static/comment-bright.png
docs/_build/html/_static/comment-close.png
docs/_build/html/_static/comment.png
docs/_build/html/_static/default.css
docs/_build/html/_static/doctools.js
docs/_build/html/_static/documentation_options.js
docs/_build/html/_static/down-pressed.png
docs/_build/html/_static/down.png
docs/_build/html/_static/file.png
docs/_build/html/_static/jquery-3.2.1.js
docs/_build/html/_static/jquery.js
docs/_build/html/_static/language_data.js
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/pygments.css
docs/_build/html/_static/searchtools.js
docs/_build/html/_static/sidebar.js
docs/_build/html/_static/underscore-1.3.1.js
docs/_build/html/_static/underscore.js
docs/_build/html/_static/up-pressed.png
docs/_build/html/_static/up.png
docs/_build/html/_static/websupport.js
test_project/.env
test_project/manage.py
test_project/test_project/__init__.py
test_project/test_project/settings.py
test_project/test_project/urls.py
test_project/test_project/wsgi.py
tests/__init__.py
tests/setup_test.py
tests/test_env.py
tests/test_inheritance.py
tests/test_main.py
tests/test_sphinx.py
tests/test_values.py
tests/urls.py
tests/docs/conf.py
tests/docs/index.rst
tests/management/__init__.py
tests/management/commands/__init__.py
tests/management/commands/old_optparse_command.py
tests/settings/__init__.py
tests/settings/base.py
tests/settings/dot_env.py
tests/settings/main.py
tests/settings/mixin_inheritance.py
tests/settings/multiple_inheritance.py
tests/settings/single_inheritance.py