]> git.parisson.com Git - teleforma.git/commitdiff
again
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 2 Jul 2014 09:07:01 +0000 (11:07 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 2 Jul 2014 09:07:01 +0000 (11:07 +0200)
teleforma/management/commands/teleforma-exam-submit-scripts.py

index 141cab6bc0d8e7ed7883b2e6a8da5a8d0b0fac7b..8ef75548508ef412e26c85f6edd0f5069bada4dc 100644 (file)
@@ -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()