Installation

Requirements

Must be installed, for the package to work:

  • django

With pip

From Pypi:

pip install django-terra-settings

From Github:

pip install -e https://github.com/Terralego/django-terra-settings.git@master#egg=django-terra-settings

With git

git clone https://github.com/Terralego/django-terra-settings.git
cd django-terra-settings
python setup.py install