scripts/mails.py
changeset 96 178b89a3ca4f
parent 82 a123369b0901
child 278 2ea8af6851c9
equal deleted inserted replaced
95:f94e0cd9a862 96:178b89a3ca4f
     9 
     9 
    10 
    10 
    11 from django.template import loader
    11 from django.template import loader
    12 from django.contrib.auth.models import User
    12 from django.contrib.auth.models import User
    13 
    13 
    14 from project.kiwipycon.registration.models import Registration
    14 from project.scipycon.registration.models import Registration
    15 from project.kiwipycon.talk.models import Talk
    15 from project.scipycon.talk.models import Talk
    16 
    16 
    17 
    17 
    18 def speaker_accepted():
    18 def speaker_accepted():
    19     """Sends a mail to each speaker whose talk has been accepted
    19     """Sends a mail to each speaker whose talk has been accepted
    20     informing them about the same.
    20     informing them about the same.