first commit for v0.2
This commit is contained in:
parent
6ba03afc73
commit
1463854a45
143 changed files with 20775 additions and 2764 deletions
8
tracker/tasks.py
Normal file
8
tracker/tasks.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
from django.core.mail import send_mass_mail as django_send_mass_mail
|
||||
|
||||
from celery import shared_task
|
||||
|
||||
|
||||
@shared_task
|
||||
def send_mass_mail(datatuple):
|
||||
django_send_mass_mail(datatuple)
|
Loading…
Add table
Add a link
Reference in a new issue