Search for your Strava activities within a distance range:
pipenv shell
pipenv install
- Set a Django secret key to use locally in
dev_vars.sh
, thensource dev_vars.sh
python manage.py migrate
if necessary- In Django admin create a 'Social Application' record with your Strava application's client ID and secret key (see django-allauth docs for more)
python manage.py runserver
coverage run --source='.' manage.py test distance_search
coverage report