pedagogy: simplify and implement department system according to old database model

This commit is contained in:
2019-06-18 10:56:05 +02:00
parent d44fa73b2a
commit 358a625cc4
8 changed files with 35 additions and 94 deletions

View File

@ -41,6 +41,7 @@ def create_uv_template(user_id, code="IFC1", exclude_list=[]):
"credit_type": "TM",
"semester": "SPRING",
"language": "FR",
"department": "TC",
"credits": 3,
"hours_CM": 10,
"hours_TD": 28,