From: Guillaume Pellerin Date: Tue, 16 Nov 2021 12:15:12 +0000 (+0100) Subject: Libertes only X-Git-Tag: 2.5.0~23^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=918ec039f66ab642640da6b457123aa93e9e9e47;p=teleforma.git Libertes only --- 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']