Contents

django-split-settings 1.3.1

0

Organize Django settings into multiple files and directories. Easily override and modify settings. U

Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files.

Stars: 1056, Watchers: 1056, Forks: 65, Open Issues: 8

The wemake-services/django-split-settings repo was created 10 years ago and the last code push was Yesterday.
The project is very popular with an impressive 1056 github stars!

How to Install django-split-settings

You can install django-split-settings using pip

pip install django-split-settings

or add it to a project with poetry

poetry add django-split-settings

Package Details

Author
sobolevn
License
BSD-2-Clause
Homepage
https://django-split-settings.readthedocs.io
PyPi:
https://pypi.org/project/django-split-settings/
GitHub Repo:
https://github.com/wemake-services/django-split-settings

Classifiers

  • Internet/WWW/HTTP
  • Internet/WWW/HTTP/Dynamic Content
  • Software Development/Libraries/Python Modules
No  django-split-settings  pypi packages just yet.

Errors

A list of common django-split-settings errors.

Code Examples

Here are some django-split-settings code examples and snippets.

Related Packages & Articles

django-environ 0.11.2

A package that allows you to utilize 12factor inspired environment variables to configure your Django application.