From: Guillaume Pellerin Date: Wed, 2 Jul 2014 09:06:35 +0000 (+0200) Subject: again X-Git-Tag: 1.1~446 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ed6da214f389c6d7d9627496501c8b43f5205659;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 5fd4097b..141cab6b 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.bojects.all(): + for script in Script.ojects.all(): script.submit() script.save()