makinacorpus/django-terralego

Name: django-terralego

Owner: Makina Corpus

Description: Django mixins for Terralego services.

Created: 2017-03-02 09:35:18.0

Updated: 2017-05-04 19:35:22.0

Pushed: 2017-05-12 11:33:50.0

Homepage: null

Size: 24

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Django Terralego

Build Status Documentation Status

Getting started

Install django-terralego:

p install django-terralego

Configure terralego by updating your settings.py:

ALEGO = {
'USER': 'user',
'PASSWORD': 'password',

You can disabled the requests made to terralego by setting the terrelago ENABLED setting to False:

ALEGO = {
'ENABLED': False,

Exceptions

In case of errors, the exceptions raised are the one from requests.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.