Update core/models.py
parent
7769bbd8b3
commit
97c7a8edc8
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue