rf-django-envconfig

Helpers to configure Django settings by environment variables


License
BSD-3-Clause
Install
pip install rf-django-envconfig==0.1.0

Documentation

Overview

docs Documentation Status
tests
Travis-CI Build Status AppVeyor Build Status Requirements Status
Coverage Status
package PyPI Package latest release PyPI Package monthly downloads PyPI Wheel Supported versions Supported implementations

Helpers to configure Django settings by environment variables

The goal of this package is to help making your Django settings configurable via environment variables, while keeping everything as simple and decoupled as possible.

Related work

Installation

pip install rf-django-envconfig

Documentation

https://rf-django-envconfig.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox