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.3.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.3.0.tar.gz
(6.1 kB
view hashes)
Built Distribution
Close
Hashes for dj_settings-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 407dbe875d404e8542d8649f527d5a9b88a4b6f2cffdb76677d89b6d0ca6cf3f |
|
MD5 | 69eb48838f3849443b19d7873bff510d |
|
BLAKE2b-256 | 5ac4aa9cbccaea11833090e0fe6ce2c1e338f016ef1573bf653b3b3a7ea2e33a |