]> git.parisson.com Git - teleforma.git/commitdiff
copy more seminars
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 28 Dec 2016 00:37:40 +0000 (01:37 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 28 Dec 2016 00:37:40 +0000 (01:37 +0100)
teleforma/management/commands/teleforma-copy-seminars.py

index 49b74bdd4693a7985cd94afee91329b7cc7d44be..88502bb0f67a8e8e9e41af51e16de7b4866e2cf6 100644 (file)
@@ -30,10 +30,10 @@ class Command(BaseCommand):
     help = """Copy some seminars and their content thanks to their expiry date year"""
     args = ['site_domain from_year to_year log_file']
     language_code = 'fr_FR'
-    more = ['deontologie_1', 'deontologie_2', 'commercial_2', 'Contrats_4', 'PAC_5']
+    more = ['deontologie_1', 'deontologie_2', 'commercial_2', 'Contrats_4', 'PAC_5']
     more = []
     site = Site.objects.get_current()
-    
+
     def handle(self, *args, **kwargs):
         to_year = int(args[-2])
         from_year = int(args[-3])