SplitSettings – Django
code.djangoproject.com › wiki › SplitSettingsDec 17, 2014 · django-split-settings. See the blog post and GitHub project page for details. Main features: Settings can be split into files and directories. Files later in the list can modify configurations, for example add or remove apps from INSTALLED_APPS. The main settings file lists the files that make up the project’s settings.
SplitSettings – Django
https://code.djangoproject.com/wiki/SplitSettings17.12.2014 · django-split-settings. See the blog post and GitHub project page for details. Main features: Settings can be split into files and directories. Files later in the list can modify configurations, for example add or remove apps from INSTALLED_APPS. The main settings file lists the files that make up the project’s settings.
django-split-settings · PyPI
pypi.org › project › django-split-settingsAug 14, 2021 · django-split-settings 1.1.0. pip install django-split-settings. Copy PIP instructions. Latest version. Released: Aug 14, 2021. Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files. Project description.