pedagogy: create first iteration of UV model

This commit is contained in:
2019-06-15 14:17:39 +02:00
parent b49f204e20
commit 31f6ee9ca4
3 changed files with 342 additions and 1 deletions

View File

@ -404,6 +404,30 @@ SITH_COUNTER_BANK = [
("LA-POSTE", "La Poste"),
]
SITH_PEDAGOGY_UV_TYPE = [
("FREE", _("Free")),
("CS", _("CS")),
("TM", _("TM")),
("EC", _("EC")),
("CG", _("CG")),
("RN", _("RN")),
("EXT", _("EXT")),
]
SITH_PEDAGOGY_UV_SEMESTER = [
("CLOSED", _("Closed")),
("AUTUMN", _("Autumn")),
("SPRING", _("Spring")),
("AUTOMN_AND_SPRING", _("Autumn and spring")),
]
SITH_PEDAGOGY_UV_LANGUAGE = [
("FR", _("French")),
("EN", _("English")),
("DE", _("German")),
("SP", _("Spanich")),
]
SITH_ECOCUP_CONS = 1152
SITH_ECOCUP_DECO = 1151