Private
Public Access
1
0

added queues to mailprocessing.py

This commit is contained in:
Sander Roosendaal
2017-05-09 15:31:09 +02:00
parent 5e5cd625c8
commit b51719f170

View File

@@ -24,6 +24,11 @@ import zipfile
import os
import rowers.dataprep as dataprep
import django_rq
queue = django_rq.get_queue('default')
queuelow = django_rq.get_queue('low')
queuehigh = django_rq.get_queue('default')
# Sends a confirmation with a link to the workout
def send_confirm(u,name,link):
fullemail = u.email