A simple settings from yaml file loader
Project description
# django-etcsettings #
This simple thing allows you to factor out environment-dependant settings like database connection parameters and such from your huge settings.py into nice and clean YAML config placed anywhere in the filesystem.
## Usage ##
Add the following line to your settings.py file:
from etcsettings.settings import *
When running pass the ETCSETTINGS_FILE environment variable pointing to the YAML file with additional settings, e. g.:
ETCSETTINGS_FILE=/etc/mycompany/myproject/settings.yaml ./manage.py runserver …
This will load the mentioned file and mix up it’s contents to Django settings module.
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
File details
Details for the file django-etcsettings-0.1.1.tar.gz
.
File metadata
- Download URL: django-etcsettings-0.1.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd9812c6fbaf93b94dc31e8669d9523208ee9a177033b89e1fbabf18d6550876 |
|
MD5 | 7fcc4ef06ca9c7de0501243c1e248549 |
|
BLAKE2b-256 | d272007a30a944077910c4a78133bb630eb71c2878f2d1828c5aa5b060971844 |