.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
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