Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-etcsettings-0.1.1.tar.gz (2.6 kB view details)

Uploaded Source

File details

Details for the file django-etcsettings-0.1.1.tar.gz.

File metadata

File hashes

Hashes for django-etcsettings-0.1.1.tar.gz
Algorithm Hash digest
SHA256 cd9812c6fbaf93b94dc31e8669d9523208ee9a177033b89e1fbabf18d6550876
MD5 7fcc4ef06ca9c7de0501243c1e248549
BLAKE2b-256 d272007a30a944077910c4a78133bb630eb71c2878f2d1828c5aa5b060971844

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page