Private
Public Access
1
0

fixed RQ issue - bg tasks now working on linux notebook

This commit is contained in:
Sander Roosendaal
2019-02-17 14:30:29 +01:00
parent 158a1e7956
commit f70b1a7ce5
6 changed files with 124 additions and 6 deletions

View File

@@ -1705,7 +1705,7 @@ def handle_sendemail_coachrequest(email,name,code,coachname,
fullemail = email
subject = 'Invitation to add {n} to your athletes'.format(n=name)
from_email = 'Rowsandall <info@rowsandall.com>'
siteurl = SITE_URL
if debug:
siteurl = SITE_URL_DEV
@@ -1731,7 +1731,7 @@ def handle_sendemail_coacheerequest(email,name,code,coachname,
fullemail = email
subject = '{n} asks coach access to your data on rowsandall.com'.format(n=coachname)
from_email = 'Rowsandall <info@rowsandall.com>'
siteurl = SITE_URL
if debug:
siteurl = SITE_URL_DEV