GOOGLE_ELEVATION_API_KEY=https://developers.google.com/maps/documentation/elevation
GOOGLE_TIME_ZONE_API_KEY=https://developers.google.com/maps/documentation/timezone
OPEN_WEATHER_MAP_API_KEY=http://openweathermap.org/api
JCDECAUX_API_KEY=https://developer.jcdecaux.com/
KEOLIS_API_KEY=https://data.keolis-rennes.com/fr/accueil.html
LACUB_API_KEY=http://data.bordeaux-metropole.fr/apicub
SECRET_KEY=keep_it_secret_keep_it_safe
$ conda create --name openbikes python=3.7 pip
$ conda activate openbikes
$ pip install -r requirements.txt
$ python manage.py makemigrations core
$ python manage.py migrate
python manage.py help
- Finish adding APIs
- Finish federated API