Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2021-11-09 22:22:42 +01:00
parent d091f87691
commit 83e1de9866
5 changed files with 20 additions and 8 deletions

View File

@@ -243,6 +243,15 @@ def purchase_checkouts_view(request):
p.rowers.add(r)
create_sessions_from_json(plansteps,r,startdate,r.user)
print('aap')
job = myqueue(queuehigh,handle_send_email_instantplan_notification,
r.user.username,
r.user.email,
plan.price,
plan.name,
startdate,
enddate)
print(job,'noot')
url = reverse('plannedsessions_view')
timeperiod = startdate.strftime('%Y-%m-%d')+'/'+enddate.strftime('%Y-%m-%d')