From: Guillaume Pellerin Date: Wed, 2 Jul 2014 09:07:01 +0000 (+0200) Subject: again X-Git-Tag: 1.1~445 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=24ba179e462e42f5ab7197568af220fc5f4d7f80;p=teleforma.git again --- diff --git a/teleforma/management/commands/teleforma-exam-submit-scripts.py b/teleforma/management/commands/teleforma-exam-submit-scripts.py index 141cab6b..8ef75548 100644 --- a/teleforma/management/commands/teleforma-exam-submit-scripts.py +++ b/teleforma/management/commands/teleforma-exam-submit-scripts.py @@ -14,6 +14,6 @@ class Command(BaseCommand): help = "submit all script to Box View" def handle(self, *args, **options): - for script in Script.ojects.all(): + for script in Script.objects.all(): script.submit() script.save()