Crop-R Demo Application for using the Crop-R API v3
- set up virtual env
- install requirements:
- pip install Django
- pip install requests
- pip install shapely
- rename settings.copy to settings.py
- follow the tutorial
- copy
client_id
andclient_secret
to settings.py - run ./manage.py migrate
- run ./manage.py createsuperuser
- run ./manage.py runserver