bientôt a alpha
This commit is contained in:
@@ -228,7 +228,8 @@ def import_data_csv():
|
||||
if key == "dtDate":
|
||||
value = datetime.strptime(value, "%d.%m.%Y").date()
|
||||
elif key == "sStudent":
|
||||
temp_obj = cl_Student_eval(
|
||||
#temp_obj = cl_Student_eval(
|
||||
pass
|
||||
|
||||
setattr(new_eval, key,value)
|
||||
|
||||
|
Reference in New Issue
Block a user