Disable message job

This commit is contained in:
Oliver Marks 2018-05-17 07:16:24 +01:00
parent dfc48073f5
commit e73758ae75
1 changed files with 2 additions and 1 deletions

View File

@ -129,4 +129,5 @@ def send_subscription_update_message(sender, instance, **kwargs):
instance.user.username)) instance.user.username))
post_save.connect(send_subscription_update_message, sender=Membership) #Needs to be change to seend to admin room, and not triger on scheduled job
#post_save.connect(send_subscription_update_message, sender=Membership)