Beispiel #1
0
 def handle(self, *args, **options):
     """send reminders"""
     print '****** Processing send_reminders at %s *******' % datetime.datetime.today(
     )
     smartgrid.send_reminders()
     smartgrid.check_new_submissions()
     participation.award_participation()
Beispiel #2
0
def send_reminders():
    """send reminders."""
    print '****** Processing send_reminders at %s *******' % datetime.datetime.today(
    )

    challenge_mgr.init()
    smartgrid.send_reminders()
    smartgrid.check_new_submissions()
    participation.award_participation()
Beispiel #3
0
def send_reminders():
    """send reminders."""
    smartgrid.send_reminders()
    smartgrid.check_new_submissions()
    participation.award_participation()
 def handle(self, *args, **options):
     """send reminders"""
     print '****** Processing send_reminders at %s *******' % datetime.datetime.today()
     smartgrid.send_reminders()
     smartgrid.check_new_submissions()
     participation.award_participation()