adding logging in dataprep - for datetime issues
This commit is contained in:
@@ -4817,6 +4817,14 @@ def workout_upload_api(request):
|
||||
summary = post_data.get('summary',None)
|
||||
timezone = post_data.get('timezone',None)
|
||||
|
||||
s = 'Posting c2id {c2id} to Rowsandall. Startdatetime {startdatetime}, time zone {timezone}'.format(
|
||||
c2id=c2id,
|
||||
startdatetime=startdatetime,
|
||||
timezone=timezone,
|
||||
)
|
||||
|
||||
dologging('debuglog.log',s)
|
||||
|
||||
r = None
|
||||
if form.is_valid():
|
||||
t = form.cleaned_data['title']
|
||||
|
||||
Reference in New Issue
Block a user