/pedagogy/uv/create put urls in settings

This commit is contained in:
tleb
2019-10-21 17:01:21 +02:00
parent 6fce27113a
commit 419a48ac3a
2 changed files with 6 additions and 3 deletions

View File

@ -445,6 +445,9 @@ SITH_PEDAGOGY_UV_RESULT_GRADE = [
("ABS", _("Abs")),
]
SITH_PEDAGOGY_UTBM_API_UVS_URL = "https://extranet1.utbm.fr/gpedago/api/guide/uvs/{lang}/{year}"
SITH_PEDAGOGY_UTBM_API_UV_URL = "https://extranet1.utbm.fr/gpedago/api/guide/uv/{lang}/{year}/{code}/{formation}"
SITH_ECOCUP_CONS = 1152
SITH_ECOCUP_DECO = 1151