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 hashes)

Uploaded Source

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