From 918ec039f66ab642640da6b457123aa93e9e9e47 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 16 Nov 2021 13:15:12 +0100 Subject: [PATCH] Libertes only --- teleforma/management/commands/teleforma-copy-conferences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/management/commands/teleforma-copy-conferences.py b/teleforma/management/commands/teleforma-copy-conferences.py index d2c121c6..858186f9 100644 --- a/teleforma/management/commands/teleforma-copy-conferences.py +++ b/teleforma/management/commands/teleforma-copy-conferences.py @@ -25,7 +25,7 @@ class Logger: class Command(BaseCommand): help = "Copy conferences from one period to another" # courses = ['OB','PAC','PC','PP','DA','Civil','Fiscal','Affaires','DIE','Penal','Social'] - course_codes = ['Libertes', 'Anglais'] + course_codes = ['Libertes',] period_from_name = 'Estivale' period_to_name = 'Semestrielle' course_types = ['Cours', 'Corrections', 'Capsules'] -- 2.39.5