Installation

Requirements

Must be installed, for the package to work:

  • terracommon.terra
  • template_model
  • template_engines

With pip

From Pypi:

pip install xxxxxxxxxx-xxxxxxxxxxxx

From Github:

pip install -e https://github.com/Terralego/terra.backend.crud.git@master#egg=django-template-engines

With git

git clone https://github.com/Terralego/terra.backend.crud.git
cd terra.backend.crud
python setup.py install