From ebe3365d277c3f48a245f91ce74465a5da8d8529 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 6 Dec 2013 21:46:09 +0100 Subject: [PATCH] save mess --- .../management/commands/teleforma-message-all-seminar-users.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/management/commands/teleforma-message-all-seminar-users.py b/teleforma/management/commands/teleforma-message-all-seminar-users.py index ea550b56..d14cfe11 100644 --- a/teleforma/management/commands/teleforma-message-all-seminar-users.py +++ b/teleforma/management/commands/teleforma-message-all-seminar-users.py @@ -63,7 +63,7 @@ class Command(BaseCommand): mess = Message(sender=sender, recipient=user, subject=subject[:119], body=text) mess.moderation_status = 'a' - #mess.save() + mess.save() #notify_user(mess, 'acceptance') print user.username, seminar.title -- 2.39.5