.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
.github/workflows/release.yml
.github/workflows/test.yml
configurations/__init__.py
configurations/__main__.py
configurations/asgi.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/changes.rst
docs/conf.py
docs/cookbook.rst
docs/index.rst
docs/patterns.rst
docs/requirements.txt
docs/values.rst
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/.doctrees/changes.doctree
docs/_build/html/.doctrees/cookbook.doctree
docs/_build/html/.doctrees/environment.pickle
docs/_build/html/.doctrees/index.doctree
docs/_build/html/.doctrees/patterns.doctree
docs/_build/html/.doctrees/values.doctree
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/basic.css
docs/_build/html/_static/doctools.js
docs/_build/html/_static/documentation_options.js
docs/_build/html/_static/file.png
docs/_build/html/_static/jquery-3.5.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/underscore-1.13.1.js
docs/_build/html/_static/underscore.js
docs/_build/html/_static/css/badge_only.css
docs/_build/html/_static/css/theme.css
docs/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff
docs/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff2
docs/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff
docs/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff2
docs/_build/html/_static/css/fonts/fontawesome-webfont.eot
docs/_build/html/_static/css/fonts/fontawesome-webfont.svg
docs/_build/html/_static/css/fonts/fontawesome-webfont.ttf
docs/_build/html/_static/css/fonts/fontawesome-webfont.woff
docs/_build/html/_static/css/fonts/fontawesome-webfont.woff2
docs/_build/html/_static/css/fonts/lato-bold-italic.woff
docs/_build/html/_static/css/fonts/lato-bold-italic.woff2
docs/_build/html/_static/css/fonts/lato-bold.woff
docs/_build/html/_static/css/fonts/lato-bold.woff2
docs/_build/html/_static/css/fonts/lato-normal-italic.woff
docs/_build/html/_static/css/fonts/lato-normal-italic.woff2
docs/_build/html/_static/css/fonts/lato-normal.woff
docs/_build/html/_static/css/fonts/lato-normal.woff2
docs/_build/html/_static/js/badge_only.js
docs/_build/html/_static/js/html5shiv-printshiv.min.js
docs/_build/html/_static/js/html5shiv.min.js
docs/_build/html/_static/js/theme.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_values.py
tests/urls.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