Welcome to Django Terralego’s documentation!

Getting started

Install using pip:

pip install terralego

Add to your INSTALLED_APPS:

INSTALLED_APPS = [
   'django_terralego',
   ...
]

Set your credentials in your settings:

TERRALEGO = {
    'USER': 'user',
    'PASSWORD': 'pass',
}

You can also disable the request made to terralego if needed:

TERRALEGO = {
    'ENABLED': False,
}

Contents:

Indices and tables