From: Guillaume Pellerin Date: Mon, 8 Jul 2013 12:45:04 +0000 (+0200) Subject: update log X-Git-Tag: 1.1~586 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=dad8a4c92b7f69bff6c2583af5562c459f145bee;p=teleforma.git update log --- diff --git a/teleforma/management/commands/teleforma-reset-all-passwords-with-mail.py b/teleforma/management/commands/teleforma-reset-all-passwords-with-mail.py index 6eaec175..bb6c744e 100644 --- a/teleforma/management/commands/teleforma-reset-all-passwords-with-mail.py +++ b/teleforma/management/commands/teleforma-reset-all-passwords-with-mail.py @@ -44,7 +44,7 @@ class Command(BaseCommand): def handle(self, *args, **options): log_file = args[-1] logger = Logger(log_file) - logger.logger.info('Processing...') + logger.logger.info('########### Processing #############') users = User.objects.all() translation.activate(self.language_code) @@ -59,6 +59,6 @@ class Command(BaseCommand): self.init_password_email(user) profile.init_password = True profile.save() - logger.logger.info(user.username) + logger.logger.info('add : ' + user.username) - logger.logger.info('Done') \ No newline at end of file + logger.logger.info('############## Done #################') \ No newline at end of file