Private
Public Access
1
0

got redirects in wrapper working with messaging

This commit is contained in:
Sander Roosendaal
2018-10-23 18:36:07 +02:00
parent ffc9ae91e9
commit 464b5cf807
13 changed files with 221 additions and 145 deletions

View File

@@ -38,7 +38,7 @@ from django.contrib.auth.decorators import login_required
from rowingdata import rowingdata, make_cumvalues
import pandas as pd
from rowers.models import Rower,Workout,checkworkoutuser
from rowers import types
from rowers import mytypes
from rowsandall_app.settings import (
C2_CLIENT_ID, C2_REDIRECT_URI, C2_CLIENT_SECRET,
STRAVA_CLIENT_ID, STRAVA_REDIRECT_URI,