django settings manager
Project description
dj_settings offers way to add django settings in a way that has been battle-tested for years in numerous UNIX apps, reading from the value /etc/<conf_path> or ~/.config//<conf_path> or <proj_path>/<conf_path> or an ENV VAR, allowing overriding from the next read location.
In a nutshell
Installation
The easiest way is to use poetry to manage your dependencies and add dj_settings to them.
[tool.poetry.dependencies]
dj_settings = "^0.4.0"
Usage
dj_settings will read from various config files to get the value of a variable, in a way that’s very familiar to all UNIX users. It allows setting default values, and overriding with ENV VARs.
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dj_settings-0.4.0.tar.gz
(6.2 kB
view hashes)
Built Distribution
Close
Hashes for dj_settings-0.4.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c1f8d56f626c11536ac227552c9d433e252b55d04b1ff3fb311cdd4b289fdec |
|
MD5 | e28e12cb732a203797bd8264f2b9a5cf |
|
BLAKE2b-256 | 4bc70e243e3543cde1e780344ca5daf42a31ceae0d3bb1e895a345386fa90889 |