Update core/models.py

pull/1/head
eshellman 2012-04-03 12:15:23 -03:00
parent 7769bbd8b3
commit 97c7a8edc8
1 changed files with 2 additions and 1 deletions

View File

@ -187,7 +187,8 @@ class Campaign(models.Model):
ungluers = self.work.wished_by()
notification.queue(ungluers, "active_campaign", {'campaign':self, 'active_claim':active_claim}, True)
#import regluit.core.tasks as tasks
#tasks.emit_notifications().delay()
#tasks.emit_notifications().delay()
return self
def suspend(self, reason):