From: Guillaume Pellerin Date: Fri, 6 Dec 2013 20:46:09 +0000 (+0100) Subject: save mess X-Git-Tag: 2.8.1-pro~476^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ebe3365d277c3f48a245f91ce74465a5da8d8529;p=teleforma.git save mess --- 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