diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index ec4c9b0..2282239 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -3,8 +3,12 @@
+
+
+
+
@@ -81,13 +85,6 @@
1680804787304
-
- 1728125449140
-
-
-
- 1728125449141
-
1728145402808
@@ -424,7 +421,14 @@
1746293658250
-
+
+ 1746294987207
+
+
+
+ 1746294987208
+
+
diff --git a/Inscription_mgt.py b/Inscription_mgt.py
index 2ede1b7..362b44d 100644
--- a/Inscription_mgt.py
+++ b/Inscription_mgt.py
@@ -1511,6 +1511,8 @@ def GetAllClassStagiaire(diction):
user = retval
user['id'] = str(val_tmp)
+
+
client_rattachement_id = ""
client_rattachement_nom = ""
@@ -1599,6 +1601,16 @@ def GetAllClassStagiaire(diction):
lms_user_id = retval['lms_user_id']
user['lms_user_id'] = lms_user_id
+ if ("rang" not in retval.keys()):
+ user['rang'] = "-"
+ else:
+ user['rang'] = retval['rang']
+
+ if ("rang_calculation_date" not in retval.keys()):
+ user['rang_calculation_date'] = "-"
+ else:
+ user['rang_calculation_date'] = retval['rang_calculation_date']
+
RetObject.append(mycommon.JSONEncoder().encode(user))
return True, RetObject
diff --git a/Log/log_file.log b/Log/log_file.log
index c1bf010..ae08709 100644
--- a/Log/log_file.log
+++ b/Log/log_file.log
@@ -43297,3 +43297,3775 @@ INFO:root:2025-05-03 19:56:19.684773 : Security check : IP adresse '127.0.0.1'
INFO:root:2025-05-03 19:56:19.687873 : Security check : IP adresse '127.0.0.1' connected
INFO:werkzeug:127.0.0.1 - - [03/May/2025 19:56:19] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_With_Filter HTTP/1.1" 200 -
INFO:werkzeug:127.0.0.1 - - [03/May/2025 19:56:19] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_Detail_With_Filter HTTP/1.1" 200 -
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 10:42:24.795908 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 10:42:24.795908 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 10:42:24.795908 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 10:42:24.795908 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 10:42:24.795908 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+INFO:werkzeug:[31m[1mWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.[0m
+ * Running on http://localhost:5001
+INFO:werkzeug:[33mPress CTRL+C to quit[0m
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 10:42:36.808237 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 10:42:36.808237 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 10:42:36.809243 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 10:42:36.809243 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 10:42:36.809243 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 11:57:54.119752 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 11:57:54.119752 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 11:57:54.119752 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 11:57:54.119752 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 11:57:54.119752 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+INFO:werkzeug:[31m[1mWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.[0m
+ * Running on http://localhost:5001
+INFO:werkzeug:[33mPress CTRL+C to quit[0m
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 11:58:05.684729 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 11:58:05.684729 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 11:58:05.684729 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 11:58:05.684729 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 11:58:05.684729 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:root:2025-05-04 13:45:22.836579 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:45:23] "POST /myclass/api/partner_login/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 13:45:23.117120 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:45:23.121129 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:45:23.126516 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:45:23.130652 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:45:23] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:45:23] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 13:45:23.201169 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:45:23.204934 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:45:23.207997 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:45:23.213038 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:45:23.255230 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise ŕ jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:45:23] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 13:45:23.259156 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:45:23] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:45:23] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:45:23] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:45:23] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:45:26] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:45:26] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 13:45:32.994646 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:45:35] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 13:45:37.033976 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:45:37.037278 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:45:37.040851 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:45:37.044238 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:45:37.047391 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:45:37] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 13:45:37.060473 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:45:37] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 13:45:37.065473 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:45:37] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:45:37] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 13:45:37.071845 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:45:37.075515 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:45:37] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 13:45:37.082352 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:45:37] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 13:45:37.087879 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:45:37.093338 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:45:37] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:45:37] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:45:37] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:45:37] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:45:37] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:45:37] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 13:45:37.406730 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:45:37.410868 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:45:37] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:45:37] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 13:45:41.309375 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:45:41] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 13:47:36.835358 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:47:36.838956 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:47:36.843358 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:47:36] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 13:47:36.856671 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise ŕ jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:47:36] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:47:36] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 13:47:36.945742 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:47:36.949061 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:47:36.953476 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:47:36.957560 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:47:36] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 13:47:36.967218 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:47:36] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:47:36] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:47:36] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:47:39] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 13:47:59.660853 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:47:59.664855 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:47:59.666858 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:47:59] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:47:59] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:47:59] "POST /myclass/api/Get_List_Type_Cours/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 13:48:02.892775 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:48:02.895817 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:48:02] "POST /myclass/api/Get_Given_Unite_Enseignement/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:48:02] "POST /myclass/api/Get_List_Unite_Enseignement_Planif_lines/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 13:48:06.895887 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:48:06.900906 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:48:06.902926 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:48:06.932665 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:48:06] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 13:48:06.938523 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:48:06.946396 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:48:06.950926 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:48:06] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:48:06] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:48:06] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:48:06] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:48:06] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 13:48:06.980583 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:48:06.985976 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:48:06] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 13:48:06.991191 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:48:06.999253 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:48:07.002274 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:48:07] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:48:07] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:48:07] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:48:07] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:48:07] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 13:48:08.301139 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 13:48:08.309379 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:48:08] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 13:48:08] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:00:48.121713 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:00:48.126715 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:00:48.131710 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:00:48.137710 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:00:48] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:00:48.143717 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:00:48.147732 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:00:48] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:00:48.153729 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:00:48.158729 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:00:48] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:00:48] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:00:48] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:00:48.174266 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:00:48.177264 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:00:48] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:00:48.182684 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:00:48.192510 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:00:48] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:00:48] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:00:48] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:00:48] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:00:48] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:00:48] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:00:48.553818 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:00:48.556629 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:00:48] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:00:48] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 14:02:17.027420 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 14:02:17.027420 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 14:02:17.027420 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 14:02:17.027420 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 14:02:17.027420 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\unite_enseignement_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 14:04:03.928006 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 14:04:03.928006 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 14:04:03.928006 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 14:04:03.928006 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 14:04:03.928006 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+INFO:werkzeug:[31m[1mWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.[0m
+ * Running on http://localhost:5001
+INFO:werkzeug:[33mPress CTRL+C to quit[0m
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 14:04:13.872550 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 14:04:13.872550 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 14:04:13.872550 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 14:04:13.872550 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 14:04:13.872550 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:root:2025-05-04 14:04:55.950464 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:04:58] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:05:00.456058 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:05:03] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:05:04.461886 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:05:04.464356 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:05:04.469303 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:05:04.472300 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:05:04.475303 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:05:04.479825 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:05:04] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:05:04.489928 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:05:04] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:05:04.496952 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:05:04] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:05:04] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:05:04.509335 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:05:04] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:05:04] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:05:04.515333 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:05:04.517601 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:05:04] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:05:04.524503 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:05:04] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:05:04] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:05:04] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:05:04] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:05:04] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:05:04.971556 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:05:04.975118 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:05:04] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:05:04] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:05:12.612761 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:05:12] "POST /myclass/api/Add_Update_UE_To_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:05:12.772600 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:05:12] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:06:33.663368 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:06:33.665369 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:06:33.669630 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:06:33.674722 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:06:33] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:06:33.680908 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:06:33.687675 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:06:33] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:06:33.695349 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:06:33.702073 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:06:33] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:06:33] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:06:33] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:06:33] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:06:33.712356 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:06:33.718698 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:06:33.723692 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:06:33] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:06:33.728511 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:06:33] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:06:33] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:06:33] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:06:33] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:06:33] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:06:34.104528 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:06:34.106504 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:06:34] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:06:34] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:06:53.342620 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:06:53] "POST /myclass/api/Add_Update_UE_To_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:06:53.446781 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:06:53] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 14:09:45.179639 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 14:09:45.180640 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 14:09:45.180640 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 14:09:45.180640 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 14:09:45.192636 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 14:10:43.472659 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 14:10:43.473662 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 14:10:43.473662 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 14:10:43.473662 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 14:10:43.473662 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:root:2025-05-04 14:10:43.524670 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:10:43] "POST /myclass/api/Add_Update_UE_To_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:10:43.556608 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:10:43] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:10:48.996829 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:10:49] "POST /myclass/api/Add_Update_UE_To_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:10:49.081246 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:10:49] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:12:23.833685 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:12:23.836683 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:12:23.841732 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:12:23.845730 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:12:23] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:12:23.850729 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:12:23.856875 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:12:23.862873 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:12:23] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:12:23] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:12:23.874959 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:12:23] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:12:23] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:12:23.880151 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:12:23] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:12:23.893384 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:12:23] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:12:23.898960 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:12:23.903957 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:12:23] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:12:23] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:12:23] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:12:23] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:12:23] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:12:24.259579 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:12:24.262701 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:12:24] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:12:24] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:13:09.056287 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:13:09.059301 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:13:09.062662 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:13:09.066145 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:13:09] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:13:09.074703 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:13:09.080037 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:13:09.085156 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:13:09] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:13:09] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:13:09] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:13:09] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:13:09.100255 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:13:09] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:13:09] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:13:09.107927 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:13:09.109152 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:13:09.115029 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:13:09.120122 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:13:09] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:13:09] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:13:09] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:13:09] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:13:09] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:13:09.452864 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:13:09.456211 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:13:09] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:13:09] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:13:44.285900 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:13:44.288931 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:13:44] "POST /myclass/api/Get_Given_Unite_Enseignement/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:13:44] "POST /myclass/api/Get_List_Unite_Enseignement_Planif_lines/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:17:27.745275 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:17:27] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:20:02.073794 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:20:02] "POST /myclass/api/Update_Unite_Enseignement/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:20:02.279055 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:20:02] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\main.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 14:21:07.758838 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 14:21:07.758838 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 14:21:07.758838 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 14:21:07.758838 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 14:21:07.758838 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:root:2025-05-04 14:22:02.824481 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:22:02.828482 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:22:02] "POST /myclass/api/Get_Given_Unite_Enseignement/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:22:02] "POST /myclass/api/Get_List_Unite_Enseignement_Planif_lines/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:22:31.307602 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:22:31.311372 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:22:31.315721 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:22:31.319969 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:22:31] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:22:31.325970 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:22:31.335396 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:22:31.337408 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:22:31] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:22:31] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:22:31] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:22:31] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:22:31.358087 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:22:31] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:22:31] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:22:31.364134 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:22:31.368616 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:22:31.375632 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:22:31.378633 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:22:31] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:22:31] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:22:31] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:22:31] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:22:31] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:22:31.910694 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:22:31.913690 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:22:31] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:22:31] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:22:47.785783 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:22:47.866128 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:22:47.873260 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:22:47] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:22:47.882019 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:22:47.889746 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:22:47.895740 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:22:47] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:22:47] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:22:47] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:22:50] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:22:50] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:22:52.377329 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:22:52.380330 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:22:52.385328 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:22:52] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:22:52] "POST /myclass/api/Get_List_Type_Cours/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:22:52] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:23:55.965515 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:23:55.967943 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:23:55] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:23:55] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:24:00.806262 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:24:00.809264 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:24:00.815342 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:24:00] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:24:00] "POST /myclass/api/Get_List_Type_Cours/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:24:00] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:26:53.927694 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:26:53] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:27:42.504771 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:27:45] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:27:47.879595 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:27:50] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:27:53.716632 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:27:53.719631 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:27:53] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:27:53.727643 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:27:53.728638 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:27:53.732636 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:27:53.738651 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:27:53.746652 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:27:53] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:27:53] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:27:53.752191 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:27:53] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:27:53.761188 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:27:53.763185 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:27:53] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:27:53] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:27:53.772193 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:27:53.777192 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:27:53] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:27:53] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:27:53] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:27:53] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:27:53] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:27:53] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:27:54.331378 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:27:54.337396 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:27:54] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:27:54] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:28:01.570605 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:28:01] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:28:16.518354 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:28:16] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:31:15.920806 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:31:15.926312 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:31:15.934911 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:31:15] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:31:15.937867 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:31:15.945903 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:31:15.955152 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:31:15] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:31:15.962828 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:31:15] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:31:15] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:31:15.975133 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:31:15] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:31:15] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:31:15.984739 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:31:15.987223 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:31:15] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:31:15.994974 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:31:16.001347 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:31:16] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:31:16] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:31:16] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:31:16] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:31:16] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:31:16.452416 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:31:16.456640 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:31:16] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:31:16] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\unite_enseignement_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 14:38:10.913673 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 14:38:10.913673 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 14:38:10.913673 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 14:38:10.913673 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 14:38:10.913673 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 14:38:36.724720 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 14:38:36.724720 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 14:38:36.724720 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 14:38:36.724720 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 14:38:36.724720 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 14:38:56.926754 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 14:38:56.927756 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 14:38:56.927756 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 14:38:56.927756 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 14:38:56.927756 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:root:2025-05-04 14:38:56.968760 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:38:56.971777 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:38:59] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:38:59] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:39:01.188158 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:39:01.194025 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:39:01.197217 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:01] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:39:01.203001 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:39:01.209006 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:39:01.215007 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:39:01.219006 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:01] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:01] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:39:01.224003 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:01] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:39:01.236128 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:01] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:01] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:39:01.241649 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:01] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:39:01.248881 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:39:01.255070 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:01] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:01] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:01] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:01] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:01] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:39:01.836768 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:39:01.841281 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:01] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:01] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:39:15.687549 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:15] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:39:45.943413 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:39:45.947042 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:39:45.950123 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:39:45.956337 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:45] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:39:45.959438 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:39:45.960437 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:45] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:39:45.970563 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:45] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:45] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:45] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:39:45.984122 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:45] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:45] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:39:45.993716 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:39:45.997173 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:39:46.001466 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:39:46.008395 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:46] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:46] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:46] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:46] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:46] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:39:46.679599 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:39:46.684170 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:46] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:46] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:39:51.893754 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:39:51.896756 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:51] "POST /myclass/api/Get_Given_Unite_Enseignement/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:51] "POST /myclass/api/Get_List_Unite_Enseignement_Planif_lines/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:39:59.438289 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:39:59.442323 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:59] "POST /myclass/api/Get_Given_Unite_Enseignement/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:39:59] "POST /myclass/api/Get_List_Unite_Enseignement_Planif_lines/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:40:09.839150 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:40:09] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:40:43.391340 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:40:43.394393 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:40:43.397390 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:40:43.402398 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:40:43] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:40:43.408152 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:40:43.416463 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:40:43] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:40:43.423806 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:40:43] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:40:43] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:40:43.431977 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:40:43] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:40:43.438623 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:40:43] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:40:43.446320 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:40:43] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:40:43.452855 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:40:43.456381 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:40:43] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:40:43] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:40:43] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:40:43] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:40:43] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:40:43.818896 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:40:43.820889 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:40:43] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:40:43] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:41:02.329016 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:41:02] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:53:05.198916 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:53:05] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:53:23.354780 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:53:23.358255 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:53:23.363842 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:53:23] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:53:23.371727 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:53:23] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:53:23.378079 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:53:23] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:53:23.384157 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:53:23.391218 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:53:23] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:53:23.400661 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:53:23.405893 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:53:23] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:53:23] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:53:23.415103 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:53:23] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:53:23.420128 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:53:23.430821 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:53:23] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:53:23] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:53:23] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:53:24] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:53:26] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:53:41.930720 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:53:42] "POST /myclass/api/GetAllValideSessionPartner_List_filter_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:53:48.257261 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:53:48.260914 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:53:48.265953 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:53:48.268459 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:53:48] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:53:48.277603 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:53:48] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:53:48.282211 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:53:48.285544 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:53:48] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:53:48] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:53:48] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:53:48] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:53:48] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:53:51.533298 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:53:51.537286 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:53:51] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:53:51] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_Detail_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 14:57:36.383573 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 14:57:36.383573 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 14:57:36.383573 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 14:57:36.383573 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 14:57:36.383573 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 14:58:20.818668 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 14:58:20.818668 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 14:58:20.818668 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 14:58:20.818668 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 14:58:20.818668 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\main.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 14:58:47.851726 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 14:58:47.851726 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 14:58:47.851726 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 14:58:47.852725 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 14:58:47.852725 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:root:2025-05-04 14:59:19.768228 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 14:59:19.773252 : La session de connexion n'est pas valide
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:59:19] "GET /myclass/api/run_ue_pre_calcul_moyenne_somme HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:59:38.655670 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:59:38] "GET /myclass/api/run_ue_pre_calcul_moyenne_somme HTTP/1.1" 200 -
+INFO:root:2025-05-04 14:59:56.471174 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 14:59:56] "[33mGET /myclass/api/Cacul_UE_Note_By_Evaluation_Type HTTP/1.1[0m" 404 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\main.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 15:01:06.565527 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 15:01:06.565527 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 15:01:06.565527 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 15:01:06.565527 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 15:01:06.565527 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:root:2025-05-04 15:01:06.615129 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 15:01:06] "GET /myclass/api/Cacul_UE_Note_Finale_For_calcul_mode_1 HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 15:03:56.961135 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 15:03:56.961135 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 15:03:56.962139 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 15:03:56.962139 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 15:03:56.962139 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+INFO:werkzeug:[31m[1mWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.[0m
+ * Running on http://localhost:5001
+INFO:werkzeug:[33mPress CTRL+C to quit[0m
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 15:04:08.849680 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 15:04:08.849680 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 15:04:08.849680 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 15:04:08.849680 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 15:04:08.849680 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 15:04:31.707977 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 15:04:31.708962 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 15:04:31.708962 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 15:04:31.708962 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 15:04:31.708962 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 15:07:28.576269 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 15:07:28.576269 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 15:07:28.576269 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 15:07:28.576269 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 15:07:28.576269 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+INFO:werkzeug:[31m[1mWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.[0m
+ * Running on http://localhost:5001
+INFO:werkzeug:[33mPress CTRL+C to quit[0m
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 15:07:38.362235 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 15:07:38.362235 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 15:07:38.362235 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 15:07:38.363239 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 15:07:38.363239 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 15:13:27.760869 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 15:13:27.760869 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 15:13:27.761870 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 15:13:27.761870 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 15:13:27.761870 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 15:13:48.187132 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 15:13:48.187132 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 15:13:48.187132 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 15:13:48.187132 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 15:13:48.187132 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 15:18:07.304320 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 15:18:07.304320 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 15:18:07.305321 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 15:18:07.305321 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 15:18:07.305321 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+INFO:werkzeug:[31m[1mWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.[0m
+ * Running on http://localhost:5001
+INFO:werkzeug:[33mPress CTRL+C to quit[0m
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 15:18:18.583025 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 15:18:18.583025 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 15:18:18.583025 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 15:18:18.583025 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 15:18:18.583025 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:root:2025-05-04 15:18:18.629270 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 15:18:18] "GET /myclass/api/Cacul_Session_Note_Finale_For_calcul_mode_1 HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 15:18:52.967885 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 15:18:52.967885 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 15:18:52.967885 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 15:18:52.968887 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 15:18:52.968887 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:root:2025-05-04 15:18:55.574012 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 15:18:55] "GET /myclass/api/Cacul_Session_Note_Finale_For_calcul_mode_1 HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 15:20:49.570972 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 15:20:49.570972 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 15:20:49.571978 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 15:20:49.571978 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 15:20:49.571978 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 15:21:08.501727 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 15:21:08.501727 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 15:21:08.501727 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 15:21:08.501727 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 15:21:08.501727 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 15:22:25.878344 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 15:22:25.878344 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 15:22:25.878344 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 15:22:25.878344 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 15:22:25.879551 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 15:26:10.313517 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 15:26:10.314517 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 15:26:10.314517 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 15:26:10.314517 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 15:26:10.314517 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:root:2025-05-04 15:26:16.418667 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 15:26:17.101406 : Cacul_Session_Note_Finale_For_calcul_mode_1 -unsupported operand type(s) for +: 'int' and 'str' - Line : 1190
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 15:26:17] "GET /myclass/api/Cacul_Session_Note_Finale_For_calcul_mode_1 HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 15:27:42.955794 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 15:27:42.955794 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 15:27:42.955794 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 15:27:42.955794 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 15:27:42.955794 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:root:2025-05-04 15:27:43.001902 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 15:27:43] "GET /myclass/api/Cacul_Session_Note_Finale_For_calcul_mode_1 HTTP/1.1" 200 -
+INFO:root:2025-05-04 15:28:16.820087 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 15:28:16.824261 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 15:28:16.827385 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 15:28:16.829760 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 15:28:16] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 15:28:16.836583 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 15:28:16.843781 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 15:28:16] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 15:28:16.850966 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 15:28:16] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 15:28:16] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 15:28:16] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 15:28:16] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 15:28:16] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 15:28:19.951491 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 15:28:19.954619 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 15:28:19] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 15:28:19] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_Detail_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 15:31:32.159905 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 15:31:32.160927 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 15:31:32.160927 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 15:31:32.160927 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 15:31:32.160927 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 15:31:47.932334 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 15:31:47.932334 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 15:31:47.932334 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 15:31:47.932334 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 15:31:47.932334 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:root:2025-05-04 15:32:02.058249 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 15:32:02] "GET /myclass/api/Cacul_Session_Note_Finale_For_calcul_mode_1 HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 15:34:58.754812 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 15:34:58.755929 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 15:34:58.755929 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 15:34:58.755929 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 15:34:58.755929 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:root:2025-05-04 15:34:58.796107 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 15:34:58] "GET /myclass/api/Cacul_Session_Note_Finale_For_calcul_mode_1 HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 15:38:36.209553 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 15:38:36.210553 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 15:38:36.210553 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 15:38:36.210553 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 15:38:36.210553 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 15:41:30.515205 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 15:41:30.515205 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 15:41:30.515205 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 15:41:30.515205 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 15:41:30.515205 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 15:42:08.472709 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 15:42:08.472709 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 15:42:08.472709 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 15:42:08.472709 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 15:42:08.472709 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 15:42:22.849811 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 15:42:22.849811 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 15:42:22.849811 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 15:42:22.849811 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 15:42:22.849811 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 15:48:35.875554 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 15:48:35.876556 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 15:48:35.876556 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 15:48:35.876556 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 15:48:35.876556 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:root:2025-05-04 15:48:50.521160 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 15:48:51.166740 : Cacul_Session_Note_Finale_For_calcul_mode_1 -Collection.find_one_and_update() missing 1 required positional argument: 'update' - Line : 1220
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 15:48:51] "GET /myclass/api/Cacul_Session_Note_Finale_For_calcul_mode_1 HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 15:50:00.118631 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 15:50:00.118631 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 15:50:00.119641 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 15:50:00.119641 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 15:50:00.119641 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:root:2025-05-04 15:50:14.393354 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 15:50:15.206386 : Cacul_Session_Note_Finale_For_calcul_mode_1 -'note_finale' - Line : 1228
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 15:50:15] "GET /myclass/api/Cacul_Session_Note_Finale_For_calcul_mode_1 HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 15:51:45.097212 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 15:51:45.098214 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 15:51:45.098214 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 15:51:45.098214 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 15:51:45.098214 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:root:2025-05-04 15:51:45.138927 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 15:51:45] "GET /myclass/api/Cacul_Session_Note_Finale_For_calcul_mode_1 HTTP/1.1" 200 -
+INFO:root:2025-05-04 15:52:10.290487 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 15:52:10] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 15:52:22.059495 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 15:52:22.062499 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 15:52:22] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_Detail_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 15:52:22] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 17:53:46.072558 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 17:53:46.072558 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 17:53:46.072558 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 17:53:46.072558 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 17:53:46.072558 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:root:2025-05-04 17:54:15.185857 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 17:54:15] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\Inscription_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 17:56:34.546201 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 17:56:34.546201 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 17:56:34.547699 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 17:56:34.547699 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 17:56:34.547699 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\Inscription_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 17:56:52.180000 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 17:56:52.181030 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 17:56:52.181030 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 17:56:52.181030 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 17:56:52.181030 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 17:59:29.555455 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 17:59:29.555455 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 17:59:29.555455 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 17:59:29.555455 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 17:59:29.555455 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 18:00:12.340724 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 18:00:12.340724 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 18:00:12.340724 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 18:00:12.340724 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 18:00:12.340724 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 18:12:49.689021 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 18:12:49.690023 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 18:12:49.690023 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 18:12:49.690023 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 18:12:49.690023 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+INFO:werkzeug:[31m[1mWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.[0m
+ * Running on http://localhost:5001
+INFO:werkzeug:[33mPress CTRL+C to quit[0m
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 18:12:59.622862 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 18:12:59.622862 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 18:12:59.622862 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 18:12:59.622862 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 18:12:59.622862 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 18:13:29.657596 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 18:13:29.657596 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 18:13:29.658612 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 18:13:29.658612 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 18:13:29.658612 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 18:14:04.884644 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 18:14:04.884644 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 18:14:04.884644 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 18:14:04.884644 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 18:14:04.884644 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 18:14:22.796251 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 18:14:22.796251 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 18:14:22.796251 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 18:14:22.796251 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 18:14:22.796251 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:root:2025-05-04 18:14:29.285424 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:14:29] "GET /myclass/api/run_ue_pre_calcul_moyenne_somme HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:14:38.166734 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:14:38] "GET /myclass/api/Cacul_UE_Note_Finale_For_calcul_mode_1 HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:14:44.048467 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:14:44] "GET /myclass/api/Cacul_Session_Note_Finale_For_calcul_mode_1 HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:14:49.756882 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:14:49] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:14:50.667638 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:14:50] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:14:54.285751 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:14:54.288753 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:14:54] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:14:54] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_Detail_With_Filter HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:18:35.070202 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:18:35] "POST /myclass/api/Add_Update_UE_To_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:18:35.187306 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:18:35] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:18:40.891758 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:18:40] "POST /myclass/api/Add_Update_UE_To_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:18:40.991786 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:18:41] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:18:49.726951 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:18:49] "POST /myclass/api/Add_Update_UE_To_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:18:49.883201 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:18:49] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:18:54.421518 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:18:54] "POST /myclass/api/Add_Update_UE_To_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:18:54.535429 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:18:54] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:19:09.573875 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:19:09] "POST /myclass/api/Add_Update_UE_To_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:19:09.685761 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:19:09] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 18:21:25.231362 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 18:21:25.231362 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 18:21:25.232355 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 18:21:25.232355 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 18:21:25.232355 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 18:21:56.559733 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 18:21:56.559733 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 18:21:56.559733 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 18:21:56.559733 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 18:21:56.559733 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 18:22:29.709866 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 18:22:29.709866 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 18:22:29.709866 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 18:22:29.710903 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 18:22:29.710903 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:root:2025-05-04 18:22:45.537484 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:22:48] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:22:50.439681 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:22:53] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:22:54.648763 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:22:54.653117 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:22:54.657439 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:22:54.660050 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:22:54.664791 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:22:54] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:22:54.673743 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:22:54.678742 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:22:54] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:22:54.684286 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:22:54] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:22:54.692721 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:22:54] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:22:54] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:22:54.700691 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:22:54] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:22:54.708181 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:22:54.714562 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:22:54] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:22:54] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:22:54] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:22:54] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:22:54] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:22:54] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:22:55.355798 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:22:55.359855 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:22:55] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:22:55] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:23:02.436186 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:23:02.439187 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:23:02.446422 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:23:02] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:23:02.456989 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:23:02] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:23:02.464022 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:23:02] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:23:02] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:23:02.476597 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:23:02] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:23:02.482105 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:23:02] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:23:02.490538 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:23:02] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:23:02.497911 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:23:02] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:23:02.518271 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:23:02.520272 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:23:02.526901 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:23:02] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:23:02] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:23:02] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:23:02] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:23:02.666814 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:23:02.670009 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:23:02] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:23:02] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:24:23.436920 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:24:26] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:24:36.654668 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:24:39] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:24:41.118129 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:24:41.121129 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:24:41.126625 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:24:41.157929 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:24:41] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:24:41.161947 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:24:41.167191 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:24:41.173847 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:24:41] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:24:41.179344 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:24:41.215158 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:24:41] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:24:41.219157 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:24:41] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:24:41] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:24:41.231266 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:24:41] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:24:41] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:24:41] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:24:41.251018 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:24:41] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:24:41] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:24:41] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:24:41] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:24:42.235873 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:24:42.237872 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:24:42] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:24:42] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:26:15.342712 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:26:15] "POST /myclass/api/Add_Update_UE_To_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:26:15.448579 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:26:15] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:26:28.237326 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:26:28] "POST /myclass/api/Add_Update_UE_To_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:26:28.352211 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:26:28] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:26:36.123917 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:26:36] "POST /myclass/api/Add_Update_UE_To_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:26:36.231687 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:26:36] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:28:28.281904 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:28:28.284905 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:28:28.287908 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:28:28.293380 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:28:28] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:28:28.301648 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:28:28] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:28:28.309914 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:28:28] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:28:28] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:28:28.316411 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:28:28.322275 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:28:28] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:28:28.326887 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:28:28] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:28:28.334041 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:28:28.339050 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:28:28] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:28:28.345048 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:28:28] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:28:28] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:28:28] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:28:28] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:28:28] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:28:28.804240 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:28:28.807241 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:28:28] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:28:28] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:29:27.703142 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:29:27.707794 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:29:27.709816 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:29:27.714853 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:29:27] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:29:27.721862 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:29:27.728144 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:29:27] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:29:27.733136 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:29:27] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:29:27.743833 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:29:27] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:29:27] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:29:27.753203 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:29:27] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:29:27] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:29:27.762627 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:29:27.767355 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:29:27.773754 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:29:27] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:29:27] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:29:27] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:29:27] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:29:27] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:29:28.135606 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:29:28.139603 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:29:28] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:29:28] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:29:29.273600 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:29:29] "GET /myclass/api/run_ue_pre_calcul_moyenne_somme HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:29:32.523398 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:29:32] "GET /myclass/api/Cacul_UE_Note_Finale_For_calcul_mode_1 HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:29:35.126845 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:29:35] "GET /myclass/api/Cacul_Session_Note_Finale_For_calcul_mode_1 HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:34:11.959001 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:34:11.967683 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:34:12] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:34:12] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_Detail_With_Filter HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:38:41.372014 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:38:41.382716 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:38:41] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:38:41] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_Detail_With_Filter HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:38:56.118645 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:38:56.126560 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:38:56.135654 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:38:56] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:38:56] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:38:56.180532 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise ŕ jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:38:56] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:38:56.294969 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:38:56.302084 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:38:56.308526 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:38:56.315225 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:38:56] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:38:56] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:38:56.328891 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:38:56.336136 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:38:56] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:38:56] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:38:56.354153 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:38:56.363877 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:38:56] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:38:56.373931 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:38:56.389485 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:38:56] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:38:56.403636 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:38:56] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:38:56.417378 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:38:56] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:38:56] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:38:56] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:38:57] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:38:59] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:39:17.980020 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:39:18] "POST /myclass/api/GetAllValideSessionPartner_List_filter_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:39:21.822425 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:39:21.827870 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:39:21.835069 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:39:21.839243 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:39:21.847719 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:39:21] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:39:21.856889 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:39:21] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:39:21.862284 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:39:21] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:39:21] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:39:21] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:39:21] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:39:21] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:39:24.991955 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:39:24.995956 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:39:25] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:39:25] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_Detail_With_Filter HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:40:17.062583 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:40:17.067614 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:40:17] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:40:17] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_Detail_With_Filter HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:42:30.868688 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:42:30.873689 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:42:30] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:42:30] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_Detail_With_Filter HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:45:38.607781 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:45:38.614024 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:45:38] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:45:38] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_Detail_With_Filter HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:47:13.586830 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:47:13.592053 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:47:13] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:47:13] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_Detail_With_Filter HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:47:23.551647 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:47:23] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:47:25.612373 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:47:25.618274 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:47:25] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:47:25] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_Detail_With_Filter HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:47:42.521391 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:47:42.537339 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:47:42] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:47:42] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_Detail_With_Filter HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:48:20.044217 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:48:20] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:48:40.905737 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:48:40] "POST /myclass/api/Add_Update_UE_To_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:48:41.013472 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:48:41] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:49:01.112278 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:49:01.118365 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:49:01.131342 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:49:01] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:49:01] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:49:01.161607 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise ŕ jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:49:01] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:49:01.215882 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:49:01.223507 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:49:01.228513 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:49:01.238503 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:49:01] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:49:01.252194 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:49:01] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:49:01] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:49:01] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:49:04] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:49:08.078496 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:49:10] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:49:13.929296 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:49:13.934191 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:49:13.939643 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:49:13.941648 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:49:13] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:49:13.953438 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:49:13.965619 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:49:13] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:49:13] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:49:13.980384 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:49:13.989705 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:49:13] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:49:13] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:49:13.996705 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:49:14] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:49:14.007702 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:49:14] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:49:14.018243 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:49:14.026559 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:49:14] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:49:14] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:49:14] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:49:14] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:49:14] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:49:14.252962 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:49:14.257909 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:49:14] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:49:14] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:51:46.740017 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:51:46.745141 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:51:46.752856 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:51:46] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:51:46.759908 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:51:46.767873 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:51:46] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:51:46.781997 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:51:46] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:51:46.789249 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:51:46] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:51:46.802194 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:51:46] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:51:46.810915 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:51:46.814354 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:51:46.823649 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:51:46] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:51:46] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:51:46] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:51:46.844956 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:51:46] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:51:46] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:51:46] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:51:46] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:51:47.269863 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:51:47.274861 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:51:47] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:51:47] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:54:21.948445 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:54:21.959410 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:54:21.966538 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:54:21.974020 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:54:21.980357 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:54:21.992197 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:22] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:22] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:22] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:22] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:22] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:54:22.066828 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:54:22.073181 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:54:22.080653 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:22] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:54:22.087748 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:54:22.094958 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:22] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:54:22.101144 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:22] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:22] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:22] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:22] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:22] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:54:22.611213 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:54:22.616417 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:22] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:22] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:54:45.109081 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:48] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:54:51.098196 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:53] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:54:56.826398 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:54:56.829877 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:54:56.834459 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:54:56.839206 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:54:56.843592 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:56] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:54:56.850056 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:56] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:56] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:54:56.856615 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:56] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:54:56.862786 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:54:56.866812 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:54:56.871637 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:56] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:56] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:54:56.882581 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:56] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:56] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:54:56.890160 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:56] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:56] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:56] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:56] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 18:54:57.436009 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 18:54:57.440694 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:57] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 18:54:57] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\unite_enseignement_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 19:00:04.957941 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 19:00:04.957941 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 19:00:04.957941 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 19:00:04.957941 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 19:00:04.957941 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:root:2025-05-04 19:00:05.026381 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:00:05.029868 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:00:08] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:00:08] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:00:12.935311 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:00:12.939309 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:00:12.943811 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:00:12] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:00:12.950501 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:00:12.958011 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:00:12.961038 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:00:12] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:00:12] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:00:12.969676 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:00:12] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:00:12] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:00:12.979577 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:00:12.983576 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:00:12] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:00:12.988939 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:00:12] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:00:12.993954 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:00:12.999567 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:00:13] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:00:13] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:00:13] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:00:13] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:00:13] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:00:13.575536 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:00:13.585573 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:00:13] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:00:13] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\unite_enseignement_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 19:02:26.570228 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 19:02:26.570228 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 19:02:26.570228 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 19:02:26.570228 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 19:02:26.570228 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:root:2025-05-04 19:02:26.615797 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:02:29.255988 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:02:29] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:02:31] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:02:33.925088 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:02:33.929089 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:02:33.933650 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:02:33.937711 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:02:33] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:02:33.944944 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:02:33.948559 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:02:33] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:02:33.955021 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:02:33] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:02:33] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:02:33.962414 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:02:33.967435 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:02:33] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:02:33.977006 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:02:33] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:02:33.979027 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:02:33] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:02:33.984143 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:02:33] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:02:34] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:02:34] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:02:34] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:02:34] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:02:34.542418 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:02:34.548644 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:02:34] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:02:34] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\unite_enseignement_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 19:05:18.696609 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 19:05:18.696609 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 19:05:18.696609 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 19:05:18.696609 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 19:05:18.696609 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:root:2025-05-04 19:05:20.809029 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:05:23] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:05:28.277345 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:05:30] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:05:33.660538 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:05:33.663689 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:05:33.667256 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:05:33.671264 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:05:33.674257 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:05:33] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:05:33.682596 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:05:33.685588 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:05:33] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:05:33] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:05:33.694592 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:05:33.697588 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:05:33] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:05:33] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:05:33.710015 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:05:33] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:05:33] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:05:33.719015 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:05:33.728033 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:05:33] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:05:33] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:05:33] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:05:33] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:05:33] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:05:34.265961 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:05:34.268066 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:05:34] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:05:34] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:06:07.009920 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:06:07] "POST /myclass/api/Add_Update_UE_To_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:06:07.111433 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:06:07] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\unite_enseignement_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 19:07:07.239989 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 19:07:07.239989 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 19:07:07.239989 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 19:07:07.239989 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 19:07:07.240991 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:root:2025-05-04 19:07:09.432285 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:07:12] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:07:15.679942 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:07:18] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:07:19.543406 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:07:19.545959 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:07:19.551068 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:07:19] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:07:19.558070 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:07:19.562238 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:07:19.566354 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:07:19.571487 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:07:19] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:07:19] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:07:19] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:07:19.582071 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:07:19] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:07:19.591873 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:07:19.595661 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:07:19] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:07:19.601845 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:07:19] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:07:19.608490 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:07:19] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:07:19] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:07:19] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:07:19] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:07:19] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:07:20.172234 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:07:20.178706 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:07:20] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:07:20] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\unite_enseignement_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 19:09:47.877596 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 19:09:47.878600 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 19:09:47.878600 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 19:09:47.878600 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 19:09:47.878600 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\unite_enseignement_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 19:10:19.480649 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 19:10:19.480649 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 19:10:19.480649 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 19:10:19.480649 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 19:10:19.480649 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\unite_enseignement_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 19:10:44.368166 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 19:10:44.368166 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 19:10:44.368166 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 19:10:44.368166 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 19:10:44.368166 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:root:2025-05-04 19:10:44.413115 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:10:46] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:10:49.271916 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:10:52] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:10:53.302252 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:10:53.305253 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:10:53.309745 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:10:53.311191 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:10:53] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:10:53.319190 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:10:53.324505 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:10:53] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:10:53.334809 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:10:53] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:10:53.345556 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:10:53] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:10:53] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:10:53.351033 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:10:53.353343 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:10:53] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:10:53.363879 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:10:53] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:10:53.369830 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:10:53] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:10:53] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:10:53] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:10:53] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:10:53] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:10:53.933625 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:10:53.936621 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:10:53] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:10:53] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:11:34.324094 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:11:34.330150 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:11:34.334442 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:11:34] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:11:34.340450 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:11:34.346448 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:11:34.353441 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:11:34] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:11:34] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:11:34.361799 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:11:34] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:11:34.371591 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:11:34] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:11:34] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:11:34] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:11:34.381548 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:11:34.383549 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:11:34.397580 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:11:34.411105 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:11:34] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:11:34] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:11:34] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:11:34] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:11:34] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:11:34.873133 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:11:34.876208 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:11:34] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:11:34] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:14:31.180630 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:14:31.187195 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:14:31.190607 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:14:31.192624 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:14:31.198722 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:14:31.201722 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:14:31] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:14:31] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:14:31] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:14:31] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:14:31.289909 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:14:31] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:14:31.294061 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:14:31.300026 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:14:31] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:14:31.303087 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:14:31.306238 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:14:31] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:14:31.319033 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:14:31] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:14:31] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:14:31] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:14:31] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:14:31] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:14:31.661755 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:14:31.665854 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:14:31] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:14:31] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:17:04.619714 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:17:05] "GET /myclass/api/run_ue_pre_calcul_moyenne_somme HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:17:09.201287 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:17:09] "GET /myclass/api/Cacul_UE_Note_Finale_For_calcul_mode_1 HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:17:14.704122 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:17:14] "GET /myclass/api/Cacul_Session_Note_Finale_For_calcul_mode_1 HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:17:21.865441 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:17:22] "POST /myclass/api/GetAllValideSessionPartner_List_filter_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:17:24.749498 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:17:24] "POST /myclass/api/GetAllValideSessionPartner_List_filter_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:17:27.576213 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:17:27.583464 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:17:27.590207 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:17:27.598028 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:17:27.607221 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:17:27] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:17:27.615379 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:17:27] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:17:27.626208 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:17:27] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:17:27] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:17:27] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:17:27] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:17:27] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:17:30.299427 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:17:30.308996 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:17:30] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:17:30] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_Detail_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 19:19:39.189256 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 19:19:39.189256 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 19:19:39.190253 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 19:19:39.190253 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 19:19:39.190253 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:root:2025-05-04 19:19:39.248570 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:19:39] "GET /myclass/api/Cacul_UE_Note_Finale_For_calcul_mode_1 HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 19:20:45.983180 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 19:20:45.983180 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 19:20:45.983180 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 19:20:45.983180 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 19:20:45.983180 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 19:21:03.242486 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 19:21:03.242486 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 19:21:03.242486 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 19:21:03.242486 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 19:21:03.242486 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-04 19:22:39.818834 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-04 19:22:39.819834 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-04 19:22:39.819834 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-04 19:22:39.819834 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-04 19:22:39.819834 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 578-793-014
+INFO:root:2025-05-04 19:22:39.913451 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:22:39] "GET /myclass/api/Cacul_UE_Note_Finale_For_calcul_mode_1 HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:22:48.313158 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:22:48] "GET /myclass/api/Cacul_Session_Note_Finale_For_calcul_mode_1 HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:22:54.416024 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:22:54] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:22:55.466708 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:22:55.469985 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:22:55] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:22:55] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_Detail_With_Filter HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:24:21.480025 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:24:21] "GET /myclass/api/run_ue_pre_calcul_moyenne_somme HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:24:50.237836 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:24:50] "GET /myclass/api/Cacul_UE_Note_Finale_For_calcul_mode_1 HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:24:59.219685 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:24:59] "GET /myclass/api/Cacul_UE_Note_Finale_For_calcul_mode_1 HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:25:04.247010 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:25:04] "GET /myclass/api/Cacul_Session_Note_Finale_For_calcul_mode_1 HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:25:09.999231 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:25:10] "POST /myclass/api/Get_Action_Historique_List/ HTTP/1.1" 200 -
+INFO:root:2025-05-04 19:25:11.051410 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-04 19:25:11.054665 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:25:11] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [04/May/2025 19:25:11] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_Detail_With_Filter HTTP/1.1" 200 -
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 15:48:40.261755 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 15:48:40.261755 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 15:48:40.263185 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 15:48:40.263185 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 15:48:40.263185 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+INFO:werkzeug:[31m[1mWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.[0m
+ * Running on http://localhost:5001
+INFO:werkzeug:[33mPress CTRL+C to quit[0m
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 15:48:51.421550 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 15:48:51.421550 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 15:48:51.421550 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 15:48:51.421550 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 15:48:51.421550 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:root:2025-05-05 15:49:27.428245 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:49:27] "POST /myclass/api/partner_login/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 15:49:27.668587 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 15:49:27.674057 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 15:49:27.679083 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 15:49:27.682481 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:49:27] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:49:27] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 15:49:27.756976 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 15:49:27.760241 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 15:49:27.764267 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 15:49:27.772197 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 15:49:27.776666 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise ŕ jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:49:27] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 15:49:27.783318 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:49:27] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:49:27] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:49:27] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:49:27] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:49:30] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:49:30] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 15:49:38.768721 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:49:41] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 15:49:42.757408 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 15:49:42.761920 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 15:49:42.766521 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:49:42] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 15:49:42.773687 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 15:49:42.781688 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 15:49:42.785029 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:49:42] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 15:49:42.794924 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:49:42] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 15:49:42.802648 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 15:49:42.810705 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:49:42] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:49:42] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 15:49:42.821286 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:49:42] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 15:49:42.828078 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 15:49:42.834921 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:49:42] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:49:42] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:49:42] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:49:42] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:49:42] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:49:42] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 15:49:43.268241 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 15:49:43.273707 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:49:43] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:49:43] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 15:49:47.075953 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:49:47] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 15:51:05.521231 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 15:51:05.522716 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 15:51:05.522716 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 15:51:05.522716 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 15:51:05.522716 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 15:52:02.378628 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 15:52:02.379608 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 15:52:02.379608 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 15:52:02.379608 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 15:52:02.379608 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 15:52:40.778010 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 15:52:40.778010 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 15:52:40.778010 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 15:52:40.778010 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 15:52:40.778010 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 15:54:38.619001 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 15:54:38.619001 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 15:54:38.619001 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 15:54:38.619001 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 15:54:38.619001 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 15:55:45.338910 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 15:55:45.338910 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 15:55:45.340442 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 15:55:45.340442 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 15:55:45.340442 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 15:56:20.878805 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 15:56:20.879806 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 15:56:20.879806 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 15:56:20.879806 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 15:56:20.879806 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 15:57:51.993243 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 15:57:51.993243 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 15:57:51.993243 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 15:57:51.993243 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 15:57:51.993243 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+INFO:werkzeug:[31m[1mWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.[0m
+ * Running on http://localhost:5001
+INFO:werkzeug:[33mPress CTRL+C to quit[0m
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 15:58:03.188481 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 15:58:03.189490 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 15:58:03.189490 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 15:58:03.189490 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 15:58:03.189490 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:root:2025-05-05 15:58:23.143326 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:58:25] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 15:58:29.429925 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 15:58:29.433498 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 15:58:29.436661 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 15:58:29.441420 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:58:29] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 15:58:29.444443 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 15:58:29.450109 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 15:58:29.455354 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:58:29] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:58:29] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 15:58:29.468814 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:58:29] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:58:29] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 15:58:29.481070 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:58:29] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:58:29] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 15:58:29.486235 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 15:58:29.493233 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:58:29] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 15:58:29.500263 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:58:29] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:58:29] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:58:29] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:58:29] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 15:58:30.211946 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 15:58:30.216262 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:58:30] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:58:30] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 15:58:35.958336 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 15:58:35] "GET /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 16:01:18.840165 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 16:01:18.840165 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 16:01:18.840165 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 16:01:18.840165 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 16:01:18.840165 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 16:08:13.498601 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 16:08:13.498601 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 16:08:13.498601 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 16:08:13.498601 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 16:08:13.498601 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+INFO:werkzeug:[31m[1mWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.[0m
+ * Running on http://localhost:5001
+INFO:werkzeug:[33mPress CTRL+C to quit[0m
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 16:08:23.552666 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 16:08:23.552666 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 16:08:23.552666 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 16:08:23.552666 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 16:08:23.552666 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:root:2025-05-05 16:08:23.594419 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:08:23] "GET /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 16:08:46.371783 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 16:08:46.371783 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 16:08:46.371783 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 16:08:46.371783 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 16:08:46.371783 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:root:2025-05-05 16:08:46.418151 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:08:46] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:10:58.451116 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:10:58] "GET /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:14:39.038165 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:14:39.042154 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:14:39.045212 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:14:39.048530 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:14:39.055327 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:14:39.058697 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:14:39] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:14:39.069350 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:14:39] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:14:39] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:14:39] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:14:39] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:14:39.091287 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:14:39] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:14:39] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:14:39.097297 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:14:39.102302 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:14:39.107540 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:14:39.111538 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:14:39] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:14:39] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:14:39] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:14:39] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:14:39] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:14:39.613052 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:14:39.616857 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:14:39] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:14:39] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:16:48.993565 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:16:48.997105 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:16:49] "[33mPOST /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter/ HTTP/1.1[0m" 404 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:16:49] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:18:22.778300 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:18:22.785235 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:18:22.790783 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:22] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:18:22.797011 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:18:22.799476 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:18:22.810560 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:22] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:18:22.817565 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:22] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:18:22.827158 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:22] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:22] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:18:22.837972 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:22] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:22] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:18:22.846107 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:18:22.848129 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:18:22.853239 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:22] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:22] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:22] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:22] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:22] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:18:23.387574 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:18:23.392103 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:23] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:23] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:18:49.201489 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:18:49.205009 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:18:49.208343 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:18:49.213966 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:49] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:18:49.223013 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:18:49.226034 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:49] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:18:49.236479 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:49] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:49] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:18:49.248055 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:49] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:18:49.252700 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:49] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:18:49.261157 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:18:49.265662 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:18:49.269672 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:49] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:49] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:49] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:49] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:49] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:49] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:18:49.390943 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:18:49.394324 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:49] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:49] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:18:57.546153 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:18:57.549171 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:57] "[33mPOST /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter/ HTTP/1.1[0m" 404 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:18:57] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:19:53.693673 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:19:53.698679 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:19:53.705842 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:19:53.710189 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:19:53.726288 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:19:53] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:19:53] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:19:53.742745 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:19:53.760981 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:19:53] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:19:53] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:19:53] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:19:53] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:19:53.785819 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:19:53.791815 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:19:53] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:19:53.808722 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:19:53.823041 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:19:53] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:19:53.834061 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:19:53] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:19:53] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:19:53] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:19:53] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:19:54.297034 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:19:54.300206 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:19:54] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:19:54] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:19:55.531426 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:19:55.535912 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:19:55] "[33mPOST /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter/ HTTP/1.1[0m" 404 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:19:55] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:21:25.837418 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:21:25.842475 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:21:25.919976 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:21:25.921206 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:21:25.927439 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:21:25] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:21:25.929902 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:21:25] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:21:25.943149 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:21:25.980554 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:21:25] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:21:25] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:21:25] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:21:25] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:21:26.001561 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:21:26] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:21:26.008177 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:21:26.013502 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:21:26.018245 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:21:26] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:21:26] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:21:26] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:21:26] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:21:26] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:21:26.564973 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:21:26.570317 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:21:26] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:21:26] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:21:43.870942 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:21:43.881040 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:21:43.887893 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:21:43.891891 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:21:43] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:21:43.907206 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:21:43] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:21:43.920510 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:21:43.923690 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:21:43] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:21:43] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:21:43.938426 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:21:43] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:21:43.947874 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:21:43] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:21:43.957765 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:21:43] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:21:43.970459 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:21:43.981513 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:21:43] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:21:43] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:21:44] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:21:44] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:21:44] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:21:44.147887 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:21:44.152242 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:21:44] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:21:44] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:22:13.289320 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:22:13.296843 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:22:13] "[33mPOST /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter/ HTTP/1.1[0m" 404 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:22:13] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:22:38.845713 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:22:38] "GET /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:23:28.449719 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:23:28.490429 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:23:28.537545 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:23:28.541084 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:23:28.551587 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:23:28.558432 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:23:28] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:23:28] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:23:28] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:23:28] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:23:28] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:23:28.610897 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:23:28.615786 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:23:28.621777 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:23:28] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:23:28.657362 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:23:28] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:23:28.662862 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:23:28] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:23:28.670842 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:23:28] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:23:28] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:23:28] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:23:28] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:23:30.084233 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:23:30.091818 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:23:30] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:23:30] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:23:54.906467 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:23:54.913460 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:23:54] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:23:54] "POST /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:26:43.545371 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:26:43.557075 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:26:43.563863 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:26:43.568610 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:26:43.571865 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:26:43.579358 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:26:43] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:26:43] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:26:43] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:26:43] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:26:43.614281 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:26:43] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:26:43] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:26:43.623560 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:26:43.629730 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:26:43.632736 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:26:43.640953 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:26:43] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:26:43.649084 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:26:43] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:26:43] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:26:43] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:26:43] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:26:43] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:26:43.803161 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:26:43.808161 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:26:43] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:26:43] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:27:08.408734 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:27:08.413291 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:27:08] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:27:08] "POST /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 16:30:10.562943 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 16:30:10.562943 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 16:30:10.562943 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 16:30:10.562943 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 16:30:10.562943 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 16:31:14.930389 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 16:31:14.930389 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 16:31:14.930389 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 16:31:14.930389 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 16:31:14.930389 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 16:33:38.396593 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 16:33:38.396593 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 16:33:38.396593 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 16:33:38.396593 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 16:33:38.396593 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 16:34:28.603171 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 16:34:28.604169 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 16:34:28.604169 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 16:34:28.604169 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 16:34:28.604169 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 16:36:39.490930 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 16:36:39.490930 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 16:36:39.490930 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 16:36:39.490930 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 16:36:39.490930 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 16:38:16.031038 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 16:38:16.031038 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 16:38:16.031038 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 16:38:16.031038 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 16:38:16.031038 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 16:39:25.000156 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 16:39:25.000156 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 16:39:25.000156 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 16:39:25.000156 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 16:39:25.000156 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:root:2025-05-05 16:43:15.720387 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:43:15.723394 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:43:15.727173 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:43:15.730550 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:43:15.734556 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:43:15.737317 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:43:15] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:43:15] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:43:15] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:43:15] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:43:15.773797 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:43:15.776270 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:43:15] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:43:15.780273 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:43:15] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:43:15.788442 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:43:15.794565 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:43:15] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:43:15] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:43:15.803405 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:43:15] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:43:15] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:43:15] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:43:17.218231 : get_partner_class -local variable 'user' referenced before assignment - Line : 3301
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:43:17] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:43:42.606462 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:43:45] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:43:47.951921 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:43:50] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:43:53.881440 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:43:53.884439 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:43:53.888440 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:43:53.894448 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:43:53] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:43:53.900445 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:43:53.907448 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:43:53] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:43:53] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:43:53] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:43:53.915946 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:43:53.919606 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:43:53] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:43:53.925469 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:43:53] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:43:53.928482 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:43:53.933918 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:43:53] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:43:53.941785 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:43:53] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:43:53] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:43:53] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:43:53.968680 : get_partner_class -local variable 'user' referenced before assignment - Line : 3301
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:43:53] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:43:53] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:44:41.479039 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:44:41.484590 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:44:41] "POST /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:44:41] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:48:19.546681 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:48:19.549695 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:48:19.556134 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:48:19] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:48:19.564501 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:48:19.571368 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:48:19.577774 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:48:19] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:48:19.586774 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:48:19] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:48:19.591844 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:48:19] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:48:19] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:48:19] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:48:19.608133 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:48:19] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:48:19.612768 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:48:19.617765 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:48:19.629292 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:48:19] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:48:19] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:48:19] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:48:19.660683 : get_partner_class -local variable 'user' referenced before assignment - Line : 3301
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:48:19] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:48:19] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:48:24.254002 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:48:24.257703 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:48:24] "POST /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:48:24] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:55:32.818850 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:55:32.826880 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:55:32.833873 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:55:32.841415 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:55:32] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:55:32.859916 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:55:32] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:55:32] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:55:32] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:55:32.876250 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:55:32.885523 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:55:32.888759 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:55:32] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:55:32] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:55:32.902964 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:55:32] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:55:32.915131 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:55:32.923529 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:55:32.939097 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:55:32] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:55:32] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:55:32] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:55:32.999441 : get_partner_class -local variable 'user' referenced before assignment - Line : 3301
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:55:33] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:55:33] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:55:37.204235 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:55:37.211434 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:55:37] "POST /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:55:37] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:55:44.835226 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:55:44.869609 : update_class -'class_id' - ERRORRRR AT Line : 1343
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:55:44] "POST /myclass/api/update_class/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 16:57:19.058928 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 16:57:19.058928 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 16:57:19.059946 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 16:57:19.059946 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 16:57:19.059946 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:root:2025-05-05 16:58:17.854353 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:58:17.857345 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:58:17.860968 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:58:17.863585 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:58:17.865956 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:58:17.874822 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:58:17] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:58:17] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:58:17] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:58:17] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:58:17.897515 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:58:17] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:58:17] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:58:17.905239 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:58:17.909668 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:58:17.913677 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:58:17] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:58:17.921869 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:58:17.925643 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:58:17] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:58:17] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:58:17] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:58:17] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:58:18.784784 : get_partner_class -local variable 'user' referenced before assignment - Line : 3301
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:58:18] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:58:34.170000 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:58:34.173729 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:58:34] "POST /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:58:34] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 16:58:44.705511 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 16:58:44.741615 : update_class - Impossible de mettre ŕ jour la formation :
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 16:58:44] "POST /myclass/api/update_class/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 17:01:20.804746 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 17:01:20.804746 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 17:01:20.804746 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 17:01:20.804746 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 17:01:20.804746 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:root:2025-05-05 17:01:42.630589 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:01:43.354221 : update_class - Impossible de mettre ŕ jour la formation :
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:01:43] "POST /myclass/api/update_class/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:02:52.204850 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:02:52.208018 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:02:52.212026 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:02:52.216673 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:02:52] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:02:52.222128 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:02:52.227548 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:02:52.233807 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:02:52] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:02:52] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:02:52] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:02:52.243027 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:02:52] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:02:52.249899 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:02:52] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:02:52.255563 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:02:52] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:02:52.261358 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:02:52.269374 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:02:52] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:02:52] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:02:52] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:02:52.297099 : get_partner_class -local variable 'user' referenced before assignment - Line : 3307
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:02:52] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:02:52] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:03:11.545905 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:03:11.549909 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:03:11] "POST /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:03:11] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:03:22.968978 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:03:22.993211 : update_class - Impossible de mettre ŕ jour la formation :
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:03:22] "POST /myclass/api/update_class/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:03:44.539212 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:03:44.544214 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:03:44.549219 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:03:44.556217 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:03:44] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:03:44.563220 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:03:44.568219 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:03:44] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:03:44.584231 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:03:44] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:03:44] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:03:44.593772 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:03:44] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:03:44.603768 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:03:44] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:03:44.609776 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:03:44] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:03:44.615774 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:03:44.621770 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:03:44] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:03:44] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:03:44] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:03:44.649764 : get_partner_class -local variable 'user' referenced before assignment - Line : 3307
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:03:44] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:03:44] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:03:47.154570 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:03:47.156991 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:03:47] "POST /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:03:47] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:03:56.785158 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:03:56.824324 : update_class - Impossible de mettre ŕ jour la formation :
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:03:56] "POST /myclass/api/update_class/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:05:24.357001 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:05:24.363714 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:05:24.368484 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:05:24] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:05:24.374159 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:05:24.379014 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:05:24.386187 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:05:24] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:05:24.393286 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:05:24] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:05:24] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:05:24] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:05:24] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:05:24.411251 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:05:24.414259 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:05:24.421052 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:05:24.427084 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:05:24.433123 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:05:24] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:05:24] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:05:24] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:05:24.530031 : get_partner_class -local variable 'user' referenced before assignment - Line : 3307
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:05:24] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:05:24] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:05:24] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:05:28.998653 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:05:29.000815 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:05:29] "POST /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:05:29] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:05:34.413632 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:05:34.493081 : update_class - La formation a bin ete mise ŕ jour =6655b721fd47c656dcaf8f05
+INFO:root:2025-05-05 17:05:34.499348 : external_code = MYS_LIC_INF ==> MySy Licence Informatique
+INFO:root:2025-05-05 17:05:35.182199 : La formation indexée (champ title) =6655b721fd47c656dcaf8f05
+INFO:root:2025-05-05 17:05:35.182199 : 1 ont été indexes => title
+INFO:root:2025-05-05 17:05:35.187215 : external_code = MYS_LIC_INF ==>
+INFO:root:2025-05-05 17:05:35.437964 : documents must be a non-empty list
+INFO:root:2025-05-05 17:05:35.440982 : La formation indexée (champs objectif) =6655b721fd47c656dcaf8f05
+INFO:root:2025-05-05 17:05:35.441973 : 1 ont été indexes ==> keyword
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:05:35] "POST /myclass/api/update_class/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\main.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 17:07:18.883022 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 17:07:18.883022 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 17:07:18.883022 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 17:07:18.883022 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 17:07:18.883022 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 17:07:53.210945 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 17:07:53.210945 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 17:07:53.211945 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 17:07:53.211945 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 17:07:53.211945 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:root:2025-05-05 17:07:53.306044 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:07:55.284559 : update_class - La formation a bin ete mise ŕ jour =6655b721fd47c656dcaf8f05
+INFO:root:2025-05-05 17:07:55.294450 : external_code = MYS_LIC_INF ==> MySy Licence Informatique
+INFO:root:2025-05-05 17:07:55.748655 : La formation indexée (champ title) =6655b721fd47c656dcaf8f05
+INFO:root:2025-05-05 17:07:55.749658 : 1 ont été indexes => title
+INFO:root:2025-05-05 17:07:55.753656 : external_code = MYS_LIC_INF ==>
+INFO:root:2025-05-05 17:07:56.036442 : documents must be a non-empty list
+INFO:root:2025-05-05 17:07:56.040438 : La formation indexée (champs objectif) =6655b721fd47c656dcaf8f05
+INFO:root:2025-05-05 17:07:56.041440 : 1 ont été indexes ==> keyword
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:07:56] "POST /myclass/api/update_class/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 17:08:48.027162 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 17:08:48.027162 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 17:08:48.027162 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 17:08:48.027162 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 17:08:48.028167 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:root:2025-05-05 17:08:48.096089 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:08:49.102940 : update_class - La formation a bin ete mise ŕ jour =6655b721fd47c656dcaf8f05
+INFO:root:2025-05-05 17:08:49.107941 : external_code = MYS_LIC_INF ==> MySy Licence Informatique
+INFO:root:2025-05-05 17:08:49.545382 : La formation indexée (champ title) =6655b721fd47c656dcaf8f05
+INFO:root:2025-05-05 17:08:49.545382 : 1 ont été indexes => title
+INFO:root:2025-05-05 17:08:49.551382 : external_code = MYS_LIC_INF ==>
+INFO:root:2025-05-05 17:08:49.969825 : documents must be a non-empty list
+INFO:root:2025-05-05 17:08:49.973816 : La formation indexée (champs objectif) =6655b721fd47c656dcaf8f05
+INFO:root:2025-05-05 17:08:49.974817 : 1 ont été indexes ==> keyword
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:08:49] "POST /myclass/api/update_class/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 17:09:30.645824 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 17:09:30.646823 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 17:09:30.646823 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 17:09:30.646823 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 17:09:30.646823 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:root:2025-05-05 17:09:30.759939 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:09:36] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:12:21.392192 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:12:24] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:12:25.390988 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:12:25.394197 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:12:25.397196 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:12:25.402416 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:12:25] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:12:25.407564 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:12:25.410895 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:12:25.417484 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:12:25.424380 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:12:25] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:12:25] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:12:25.431220 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:12:25] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:12:25.436825 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:12:25] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:12:25.444181 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:12:25] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:12:25.449187 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:12:25] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:12:25] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:12:25] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:12:25] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:12:25] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:12:26.147134 : get_partner_class -local variable 'user' referenced before assignment - Line : 3308
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:12:26] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:12:29.291287 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:12:29.293297 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:12:29] "POST /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:12:29] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 17:16:03.647986 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 17:16:03.647986 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 17:16:03.647986 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 17:16:03.647986 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 17:16:03.647986 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:root:2025-05-05 17:16:18.774850 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:16:22] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:16:24.095976 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:16:26] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:16:29.509910 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:16:29.513433 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:16:29.517484 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:16:29] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:16:29.521977 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:16:29.525972 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:16:29.532268 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:16:29.536619 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:16:29] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:16:29.543734 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:16:29] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:16:29.550729 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:16:29] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:16:29.558661 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:16:29.563330 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:16:29] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:16:29] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:16:29] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:16:29.573334 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:16:29] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:16:29] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:16:29] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:16:29] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:16:29] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:16:30.122636 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:16:30.126535 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:16:30] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:16:30] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:16:47.313988 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:16:47.319985 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:16:47] "POST /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:16:47] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:16:57.017774 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:16:59] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:17:01.071558 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:03] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:17:07.424419 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:17:07.429070 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:17:07.434465 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:07] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:17:07.439781 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:17:07.442823 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:07] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:17:07.450754 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:07] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:07] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:17:07.459502 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:07] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:17:07.463775 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:17:07.468738 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:07] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:17:07.476963 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:07] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:17:07.482658 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:17:07.486949 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:07] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:07] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:07] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:07] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:07] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:17:08.081425 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:17:08.089980 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:08] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:08] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:17:09.419464 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:17:09.422466 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:09] "POST /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:09] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:17:12.724142 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:15] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:17:17.176964 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:19] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:17:21.091057 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:17:21.094057 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:17:21.097138 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:17:21.101243 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:21] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:17:21.110701 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:21] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:17:21.118117 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:21] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:21] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:17:21.127721 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:17:21.132727 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:17:21.136036 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:21] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:21] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:17:21.141068 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:17:21.146115 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:21] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:17:21.153402 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:21] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:21] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:21] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:21] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:21] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:17:21.743684 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:17:21.748393 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:21] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:21] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:17:24.270177 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:17:24.274342 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:24] "POST /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:24] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:17:56.699705 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:17:56.705731 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:17:56.708739 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:17:56.713844 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:56] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:17:56.722843 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:56] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:17:56.732080 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:56] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:56] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:17:56.746082 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:17:56.753082 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:56] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:17:56.763077 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:56] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:17:56.770079 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:56] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:17:56.781100 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:17:56.786099 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:56] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:56] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:56] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:56] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:56] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:17:57.481471 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:17:57.486461 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:57] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:17:57] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:18:28.113487 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:18:28.117487 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:18:28.125565 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:18:28] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:18:28.131982 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:18:28.136977 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:18:28.142455 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:18:28.149775 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:18:28] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:18:28] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:18:28] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:18:28] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:18:28.171829 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:18:28] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:18:28] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:18:28.180800 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:18:28.187932 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:18:28.193598 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:18:28] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:18:28.204310 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:18:28] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:18:28] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:18:28] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:18:28] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:18:28.417367 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:18:28.421627 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:18:28] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:18:28] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:18:40.905167 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:18:40.908173 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:18:40.911464 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:18:40] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:18:40] "POST /myclass/api/Get_List_Type_Cours/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:18:40] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:18:44.422060 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:18:44.425062 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:18:44] "POST /myclass/api/Get_Given_Unite_Enseignement/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:18:44] "POST /myclass/api/Get_List_Unite_Enseignement_Planif_lines/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\unite_enseignement_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 17:32:00.572015 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 17:32:00.572015 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 17:32:00.572015 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 17:32:00.572015 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 17:32:00.572015 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\unite_enseignement_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 17:32:20.691205 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 17:32:20.691205 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 17:32:20.691205 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 17:32:20.691205 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 17:32:20.691205 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\unite_enseignement_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 17:32:59.727297 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 17:32:59.727297 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 17:32:59.727297 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 17:32:59.727297 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 17:32:59.727297 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\unite_enseignement_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 17:33:28.959395 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 17:33:28.959395 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 17:33:28.959395 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 17:33:28.959395 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 17:33:28.959395 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\unite_enseignement_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 17:34:25.787910 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 17:34:25.787910 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 17:34:25.787910 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 17:34:25.787910 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 17:34:25.787910 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\unite_enseignement_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 17:34:46.231484 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 17:34:46.231484 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 17:34:46.232484 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 17:34:46.232484 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 17:34:46.232484 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:root:2025-05-05 17:38:14.909053 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:38:14.911915 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:38:14.914107 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:38:15] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:38:15] "POST /myclass/api/Get_List_Type_Cours/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:38:15] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:38:21.171025 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:38:21.174029 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:38:21] "POST /myclass/api/Get_Given_Unite_Enseignement/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:38:21] "POST /myclass/api/Get_List_Unite_Enseignement_Planif_lines/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:39:43.738839 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:39:43.741845 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:39:43.745034 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:39:43] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:39:43] "POST /myclass/api/Get_List_Type_Cours/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:39:43] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:39:45.723565 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:39:45.737728 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:39:45] "POST /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:39:45.740931 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:39:45] "POST /myclass/api/Get_Given_Unite_Enseignement/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:39:45] "POST /myclass/api/Get_List_Unite_Enseignement_Planif_lines/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:39:57.070000 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:39:57] "POST /myclass/api/Update_Unite_Enseignement/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:39:57.276624 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:39:57] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:40:00.690909 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:40:00] "POST /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:40:00.703951 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:40:00.706952 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:40:00] "POST /myclass/api/Get_Given_Unite_Enseignement/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:40:00] "POST /myclass/api/Get_List_Unite_Enseignement_Planif_lines/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:40:03.650578 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:40:03] "POST /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:40:03.730477 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:40:03.734627 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:40:03] "POST /myclass/api/Get_Given_Unite_Enseignement/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:40:03] "POST /myclass/api/Get_List_Unite_Enseignement_Planif_lines/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:40:06.034403 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:40:06] "POST /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter HTTP/1.1" 200 -
+INFO:root:2025-05-05 17:40:06.111272 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 17:40:06.114742 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:40:06] "POST /myclass/api/Get_Given_Unite_Enseignement/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 17:40:06] "POST /myclass/api/Get_List_Unite_Enseignement_Planif_lines/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 18:36:57.872973 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 18:36:57.880402 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 18:36:57.894053 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 18:36:57] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 18:36:57] "POST /myclass/api/Get_List_Type_Cours/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 18:36:57] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 18:37:00.087237 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 18:37:00.097681 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 18:37:00] "POST /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter HTTP/1.1" 200 -
+INFO:root:2025-05-05 18:37:00.100978 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 18:37:00] "POST /myclass/api/Get_Given_Unite_Enseignement/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 18:37:00] "POST /myclass/api/Get_List_Unite_Enseignement_Planif_lines/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 18:38:20.812848 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 18:38:20] "POST /myclass/api/Update_Unite_Enseignement/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 18:38:20.997430 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 18:38:21] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 18:38:21.713998 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 18:38:21.720996 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 18:38:21.725286 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 18:38:21] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 18:38:21] "POST /myclass/api/Get_List_Type_Cours/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 18:38:21] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 18:38:24.171404 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 18:38:24] "POST /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter HTTP/1.1" 200 -
+INFO:root:2025-05-05 18:38:24.247018 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 18:38:24.252610 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 18:38:24] "POST /myclass/api/Get_Given_Unite_Enseignement/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 18:38:24] "POST /myclass/api/Get_List_Unite_Enseignement_Planif_lines/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 18:43:53.003974 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 18:43:53.004968 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 18:43:53.004968 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 18:43:53.004968 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 18:43:53.004968 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 18:44:18.776769 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 18:44:18.777771 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 18:44:18.777771 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 18:44:18.777771 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 18:44:18.777771 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 18:46:26.164113 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 18:46:26.164113 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 18:46:26.164677 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 18:46:26.164677 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 18:46:26.164677 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 18:47:32.492977 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 18:47:32.492977 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 18:47:32.494022 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 18:47:32.494022 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 18:47:32.494022 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 18:48:46.871985 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 18:48:46.871985 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 18:48:46.871985 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 18:48:46.871985 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 18:48:46.871985 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 18:49:13.094075 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 18:49:13.094075 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 18:49:13.094075 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 18:49:13.094075 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 18:49:13.094075 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 18:54:50.644186 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 18:54:50.644186 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 18:54:50.644186 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 18:54:50.644186 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 18:54:50.644186 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+INFO:werkzeug:[31m[1mWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.[0m
+ * Running on http://localhost:5001
+INFO:werkzeug:[33mPress CTRL+C to quit[0m
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 18:55:01.101659 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 18:55:01.101659 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 18:55:01.101659 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 18:55:01.101659 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 18:55:01.101659 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:root:2025-05-05 18:55:23.007304 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 18:55:23.688543 : Calcul_Note_Classement_Session -'session_formation' - Line : 1423
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 18:55:23] "GET /myclass/api/Calcul_Note_Classement_Session HTTP/1.1" 200 -
+INFO:root:2025-05-05 18:55:35.495551 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 18:55:35] "POST /myclass/api/Update_Unite_Enseignement/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 18:55:35.817057 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 18:55:35] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 18:55:41.408279 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 18:55:41] "POST /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter HTTP/1.1" 200 -
+INFO:root:2025-05-05 18:55:41.488376 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 18:55:41.491536 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 18:55:41] "POST /myclass/api/Get_Given_Unite_Enseignement/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 18:55:41] "POST /myclass/api/Get_List_Unite_Enseignement_Planif_lines/ HTTP/1.1" 200 -
+INFO:root:2025-05-05 18:56:27.020942 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 18:56:27.030367 : Calcul_Note_Classement_Session -'session_formation' - Line : 1423
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 18:56:27] "GET /myclass/api/Calcul_Note_Classement_Session HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 18:56:59.877959 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 18:56:59.877959 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 18:56:59.877959 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 18:56:59.877959 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 18:56:59.877959 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:root:2025-05-05 18:56:59.921346 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 18:57:00.558079 : Calcul_Note_Classement_Session -'session_formation' - Line : 1433
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 18:57:00] "GET /myclass/api/Calcul_Note_Classement_Session HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 18:57:29.069355 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 18:57:29.069355 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 18:57:29.069355 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 18:57:29.069355 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 18:57:29.069355 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:root:2025-05-05 18:57:29.112046 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 18:57:29] "GET /myclass/api/Calcul_Note_Classement_Session HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 18:58:41.010179 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 18:58:41.011179 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 18:58:41.011179 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 18:58:41.011179 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 18:58:41.011179 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 18:59:13.315352 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 18:59:13.315352 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 18:59:13.315352 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 18:59:13.315352 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 18:59:13.315352 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:root:2025-05-05 18:59:28.309430 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 18:59:28] "GET /myclass/api/Calcul_Note_Classement_Session HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 19:00:42.500401 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 19:00:42.500401 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 19:00:42.500401 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 19:00:42.500401 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 19:00:42.500401 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:root:2025-05-05 19:00:42.541891 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 19:00:42] "GET /myclass/api/Calcul_Note_Classement_Session HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 19:01:51.230604 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 19:01:51.230604 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 19:01:51.230604 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 19:01:51.230604 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 19:01:51.230604 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 19:04:47.116694 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 19:04:47.116694 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 19:04:47.116694 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 19:04:47.116694 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 19:04:47.116694 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+INFO:werkzeug:[31m[1mWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.[0m
+ * Running on http://localhost:5001
+INFO:werkzeug:[33mPress CTRL+C to quit[0m
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 19:04:57.505593 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 19:04:57.505593 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 19:04:57.505593 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 19:04:57.505593 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 19:04:57.505593 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 19:05:12.300644 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 19:05:12.300644 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 19:05:12.300644 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 19:05:12.300644 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 19:05:12.300644 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:root:2025-05-05 19:05:12.348448 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 19:05:13.043967 : Calcul_Note_Classement_Session -'job_name' - Line : 1457
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 19:05:13] "GET /myclass/api/Calcul_Note_Classement_Session HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-05-05 19:05:40.674977 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-05-05 19:05:40.675978 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-05-05 19:05:40.675978 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-05-05 19:05:40.675978 : ++ FLASK PORT 5001 ++
+INFO:root:2025-05-05 19:05:40.675978 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 463-008-395
+INFO:root:2025-05-05 19:06:10.801677 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-05-05 19:06:11.455470 : Calcul_Note_Classement_Session -Cacul_Session_Note_Finale_For_calcul_mode_1() missing 1 required positional argument: 'diction' - Line : 1468
+INFO:werkzeug:127.0.0.1 - - [05/May/2025 19:06:11] "GET /myclass/api/Calcul_Note_Classement_Session HTTP/1.1" 200 -
diff --git a/base_class_calcul_note.py b/base_class_calcul_note.py
index 4abee59..85eed3d 100644
--- a/base_class_calcul_note.py
+++ b/base_class_calcul_note.py
@@ -53,7 +53,7 @@ Les données en entrée :
- La session
- Liste des inscrit
"""
-def run_pre_calcul_moyenne_somme(diction):
+def run_ue_pre_calcul_moyenne_somme(diction):
try:
diction = mycommon.strip_dictionary(diction)
@@ -255,7 +255,7 @@ def run_pre_calcul_moyenne_somme(diction):
local_diction['evaluation_type_code'] = str(eval_type_id_data["code"])
local_diction['evaluation_type_id'] = str(eval_type_id_data["_id"])
- local_status, local_retval_moyenne_TD, local_retval_somme_TD, local_retval_nb_eval_TD = Cacul_Note_By_Evaluation_Type(
+ local_status, local_retval_moyenne_TD, local_retval_somme_TD, local_retval_nb_eval_TD = Cacul_UE_Note_By_Evaluation_Type(
local_diction)
if (local_status):
new_node = {}
@@ -322,7 +322,7 @@ def run_pre_calcul_moyenne_somme(diction):
print(" ### local_diction = ", local_diction)
- local_status, local_retval = Cacul_Note_Finale_For_calcul_mode_1(local_diction)
+ local_status, local_retval = Cacul_UE_Note_Finale_For_calcul_mode_1(local_diction)
return True, tab_note_final
@@ -335,7 +335,7 @@ def run_pre_calcul_moyenne_somme(diction):
"""
Cette fonction calcule les moyennes les sommes par ue/inscrit/type evaluation
"""
-def Cacul_Note_By_Evaluation_Type(diction):
+def Cacul_UE_Note_By_Evaluation_Type(diction):
try:
diction = mycommon.strip_dictionary(diction)
@@ -490,7 +490,7 @@ def Cacul_Note_By_Evaluation_Type(diction):
except Exception as e:
exc_type, exc_obj, exc_tb = sys.exc_info()
mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno))
- return False, " Impossible de lancer Cacul_Note_By_Evaluation_Type "
+ return False, " Impossible de lancer Cacul_UE_Note_By_Evaluation_Type "
"""
@@ -501,10 +501,9 @@ appliquant la forule 1:
Alog :
la fonction va essentiellement travailler sur la collection : session_formation_final_note_classement_detail
-
"""
-def Cacul_Note_Finale_For_calcul_mode_1(diction):
+def Cacul_UE_Note_Finale_For_calcul_mode_1(diction):
try:
diction = mycommon.strip_dictionary(diction)
@@ -565,6 +564,23 @@ def Cacul_Note_Finale_For_calcul_mode_1(diction):
'locked': '0',
'partner_owner_recid': str(my_partner['recid'])})
+ # Recuperer les données de l'UE dans la formation (ex : credit, seuil de validation, etc)
+ class_ue_data = {}
+ is_class_ue_data = "0"
+ if( "list_unite_enseignement" in is_myclass_valide_data.keys() ):
+ for data in is_myclass_valide_data['list_unite_enseignement']:
+ if( data['_id'] == str(diction['ue_id'])):
+ class_ue_data = data
+ is_class_ue_data = "1"
+
+
+ if( is_class_ue_data == "0"):
+ mycommon.myprint(
+ str(inspect.stack()[0][3]) + " La formation ne contient pas l'UE selectionné code = "+str(is_ue_valide_data['code']))
+ return False, " La formation ne contient pas l'UE selectionné code = "+str(is_ue_valide_data['code'])
+
+
+
# Verifier la validité de la liste des inscrits fournie
tab_inscriptions_ids = ""
if ("tab_inscriptions_ids" in diction.keys()):
@@ -664,9 +680,6 @@ def Cacul_Note_Finale_For_calcul_mode_1(diction):
print(" ############################ ")
note_finale_ue = ( (( (MA_TD_float + (MA_TP_float * 2 )) / 3 ) + MA_Examen_float) )/ 2
- tmp = (MA_TD_float + (MA_TP_float * 2 )) / 3
-
- print(" ## tmp = ", tmp)
note_finale_ue = round(note_finale_ue, 2)
@@ -683,6 +696,35 @@ def Cacul_Note_Finale_For_calcul_mode_1(diction):
local_node['type_eval_id'] = "----"
local_node['ue_id'] = str(diction['ue_id'])
+
+ if( "credit" in class_ue_data.keys() ):
+ local_node['credit'] = str(class_ue_data['credit'])
+ elif ( "ects" in is_ue_valide_data.keys() ):
+ local_node['credit'] = str(is_ue_valide_data['ects'])
+ else:
+ local_node['credit'] = "0"
+
+ if ("coefficient" in class_ue_data.keys()):
+ local_node['ue_coefficient'] = str(class_ue_data['coefficient'])
+ elif ("coefficient" in is_ue_valide_data.keys()):
+ local_node['ue_coefficient'] = str(is_ue_valide_data['coefficient'])
+ else:
+ local_node['ue_coefficient'] = "1"
+
+ if ("seuil_validation" in class_ue_data.keys()):
+ local_node['seuil_validation'] = str(class_ue_data['seuil_validation'])
+ elif ("seuil_validation" in is_ue_valide_data.keys()):
+ local_node['seuil_validation'] = str(is_ue_valide_data['seuil_validation'])
+ else:
+ local_node['seuil_validation'] = "99" # le 99 pour eviter les validation par defaut
+
+ # Acter si la personne valide l'UE
+ print(" #### si la personne valide l'UE CMP de float(note_finale_ue) = ", float(note_finale_ue) , " et float(local_node['seuil_validation'] ) = ", float(local_node['seuil_validation'] ))
+ if(float(note_finale_ue) >= float(local_node['seuil_validation'] )):
+ local_node['ue_validation'] = "1"
+ else:
+ local_node['ue_validation'] = "0"
+
local_node['class_id'] = str(diction['class_id'])
local_node['inscription_email'] = str(inscri_data_email)
local_node['inscription_nom'] = str(inscri_data_nom)
@@ -749,21 +791,17 @@ def Cacul_Note_Finale_For_calcul_mode_1(diction):
'locked':'0'
},
- {"$set": {'rang':str(classement)}},
+ {"$set": {'rang':str(classement), 'rang_calculation_date':str(datetime.now())}},
return_document=ReturnDocument.AFTER,
upsert=False,
)
-
-
-
-
return True, "Calcul Final Moyenne et Classement ok"
except Exception as e:
exc_type, exc_obj, exc_tb = sys.exc_info()
mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno))
- return False, " Impossible de lancer Cacul_Note_By_Evaluation_Type "
+ return False, " Impossible de lancer Cacul_UE_Note_By_Evaluation_Type "
@@ -1042,3 +1080,402 @@ def Get_List_Evaluation_Final_Note_Classement_With_Filter(diction):
mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno))
return False, " Impossible de récupérer la liste des évaluations "
+
+
+"""
+Cette fonction va calculer moyenne par session (formation)
+
+Précedemment les calculs se faisaient pas UE, a présent nous allons faire le calcul par formation.
+
+Calcul selon la règle :
+- [ UE * Coef (UE) ] / nb_coef
+
+"""
+def Cacul_Session_Note_Finale_For_calcul_mode_1(diction):
+ try:
+ diction = mycommon.strip_dictionary(diction)
+
+
+ """
+ Verification des input acceptés
+ """
+ field_list = ['token', 'class_id', 'session_id', 'tab_inscriptions_ids',]
+
+
+ incom_keys = diction.keys()
+ for val in incom_keys:
+ if val not in field_list and val.startswith('my_') is False:
+ mycommon.myprint(str(
+ inspect.stack()[0][3]) + " Le champ '" + val + "' n'est pas autorisé")
+ return False, " Les informations fournies sont incorrectes"
+
+ """
+ Verification des champs obligatoires
+ """
+ field_list_obligatoire = ['token', 'class_id', 'session_id', 'tab_inscriptions_ids',]
+
+ for val in field_list_obligatoire:
+ if val not in diction:
+ mycommon.myprint(
+ str(inspect.stack()[0][3]) + " - La valeur '" + val + "' n'est pas presente dans liste ")
+ return False, " Les informations fournies sont incorrectes"
+
+ """
+ Verification de l'identité et autorisation de l'entité qui
+ appelle cette API
+ """
+ token = ""
+ if ("token" in diction.keys()):
+ if diction['token']:
+ token = diction['token']
+
+ local_status, my_partner = mycommon.Check_Connexion_And_Return_Partner_Data(diction)
+ if (local_status is not True):
+ return local_status, my_partner
+
+ # Verifier la validité de la session
+ is_session_valide_count = MYSY_GV.dbname['session_formation'].count_documents(
+ {'_id': ObjectId(str(diction['session_id'])),
+ 'valide': '1',
+ 'partner_owner_recid': str(my_partner['recid'])})
+
+ if (is_session_valide_count != 1):
+ mycommon.myprint(
+ str(inspect.stack()[0][3]) + " L'identifiant de la session est invalide ")
+ return False, " L'identifiant de la session est invalide"
+
+ is_session_valide_data = MYSY_GV.dbname['session_formation'].find_one(
+ {'_id': ObjectId(str(diction['session_id'])),
+ 'valide': '1',
+ 'partner_owner_recid': str(my_partner['recid'])})
+
+ # Verifier si la formartion est valide
+ is_myclass_valide_count = MYSY_GV.dbname['myclass'].count_documents(
+ {'_id': ObjectId(str(diction['class_id'])),
+ 'valide': '1',
+ 'locked': '0',
+ 'partner_owner_recid': str(my_partner['recid'])})
+
+ if (is_myclass_valide_count != 1):
+ mycommon.myprint(
+ str(inspect.stack()[0][3]) + " L'identifiant de la formation est invalide ")
+ return False, " L'identifiant de la formation est invalide"
+
+ is_myclass_valide_data = MYSY_GV.dbname['myclass'].find_one(
+ {'_id': ObjectId(str(diction['class_id'])),
+ 'valide': '1',
+ 'locked': '0',
+ 'partner_owner_recid': str(my_partner['recid'])})
+
+ """
+ Recuperer la liste des UE de la formation, avec leur credit et coeff.*
+ """
+ tab_class_ue = []
+ if( "list_unite_enseignement" in is_myclass_valide_data.keys() ):
+ tab_class_ue = is_myclass_valide_data['list_unite_enseignement']
+
+ if(len(tab_class_ue) <= 0 ):
+ mycommon.myprint(
+ str(inspect.stack()[0][3]) + " Aucune unité d'enseignement pour cette formation ")
+ return False, " Aucune unité d'enseignement pour cette formation "
+
+
+ # Verifier la validité de la liste des inscrits fournie
+ tab_inscriptions_ids = ""
+ if ("tab_inscriptions_ids" in diction.keys()):
+ if diction['tab_inscriptions_ids']:
+ tab_inscriptions_ids = diction['tab_inscriptions_ids']
+
+ tab_inscriptions_ids_splited = str(tab_inscriptions_ids).split(",")
+
+ # Controle de validité de toutes info avant de commencer les traitements
+ for my_inscription in tab_inscriptions_ids_splited:
+ my_inscription = str(my_inscription).strip()
+
+ # Verifier que l'inscription est valide
+ my_inscription_is_valide = MYSY_GV.dbname['inscription'].count_documents(
+ {'_id': ObjectId(str(my_inscription)), 'status': '1',
+ 'partner_owner_recid': str(my_partner['recid'])})
+
+ if (my_inscription_is_valide != 1):
+ mycommon.myprint(
+ str(inspect.stack()[0][3]) + " L'inscription_id '" + my_inscription + "' n'est pas valide ")
+ return False, " L'inscription_id '" + my_inscription + "' n'est pas valide "
+
+ """
+ La formule : [ UE * Coef (UE) ] / nb_coef
+ """
+
+ # Controle de validité de toutes info avant de commencer les traitements
+ for my_inscription in tab_inscriptions_ids_splited:
+ my_inscription = str(my_inscription).strip()
+
+ print(" ### pour l'inscrit = ", my_inscription)
+ nb_coef = 0
+ session_somme_note_with_coef = 0
+ session_moyenne_note_with_coef = 0
+
+ for class_ue in tab_class_ue :
+ for tmps_data in MYSY_GV.dbname['session_formation_final_note_classement'].find({'partner_owner_recid':str(my_partner['recid']),
+ 'ue_id':str(class_ue['_id']),
+ 'inscription_id':str(my_inscription),
+ 'valide':'1',
+ 'locked':'0'}):
+
+
+
+ coefficient = "1"
+ if( "coefficient" in class_ue.keys() and class_ue['coefficient']):
+ coefficient = class_ue['coefficient']
+
+ nb_coef = nb_coef + float(coefficient)
+
+ ue_note_with_coef = round( (float(tmps_data['note_finale'])*float(coefficient)), 2)
+ session_somme_note_with_coef = round( (session_somme_note_with_coef + ue_note_with_coef), 2)
+
+ print(" ### nb_coef total = ", nb_coef)
+ print(" ### session_somme_note_with_coef = ", session_somme_note_with_coef)
+ session_moyenne_note_with_coef = round( (float(session_somme_note_with_coef) / float(nb_coef)), 2)
+ print(" ### session_moyenne_note_with_coef = ", session_moyenne_note_with_coef)
+
+ # MAJ de la note glabale
+ print(" MAJJ classement glabal sur l'inscription = ")
+ MYSY_GV.dbname['inscription'].find_one_and_update(
+ {'_id': ObjectId(str(my_inscription)),
+ 'partner_owner_recid': str(is_session_valide_data['partner_owner_recid']),
+ 'session_id':str(is_session_valide_data['_id']),
+ 'valide': '1',
+ 'locked': '0'
+
+ },
+ {"$set": {'note_finale': str(session_moyenne_note_with_coef)}},
+ return_document=ReturnDocument.AFTER,
+ upsert=False,
+ )
+
+
+ """
+ Apres avoir saisi la note finale sur l'inscription, on va mettre Ă jour le rang
+ """
+ classement = 0
+ note_precedente = ""
+ for sorted_data in MYSY_GV.dbname['inscription'].find(
+ {'partner_owner_recid': str(is_session_valide_data['partner_owner_recid']),
+ 'session_id':str(is_session_valide_data['_id']),
+ 'valide': '1',
+ 'locked': '0' }).sort(
+ [("note_finale", pymongo.DESCENDING), ]):
+
+ if( sorted_data and "note_finale" in sorted_data.keys() ):
+ # Gestion des Execo
+ if (str(note_precedente) != str(sorted_data['note_finale'])):
+ classement = classement + 1
+ note_precedente = str(sorted_data['note_finale'])
+
+ # MAJ du rang
+ print(" MAJJ classement = ", classement)
+ MYSY_GV.dbname['inscription'].find_one_and_update(
+ {'_id': ObjectId(str(sorted_data['_id'])),
+ 'partner_owner_recid': str(sorted_data['partner_owner_recid']),
+ 'valide': '1',
+ 'locked': '0'
+
+ },
+ {"$set": {'rang': str(classement), 'rang_calculation_date':str(datetime.now())}},
+ return_document=ReturnDocument.AFTER,
+ upsert=False,
+ )
+
+
+ return True, "Calcul Final Moyenne et Classement ok"
+
+ except Exception as e:
+ exc_type, exc_obj, exc_tb = sys.exc_info()
+ mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno))
+ return False, " Impossible de lancer Cacul_Session_Note_Finale_For_calcul_mode_1 "
+
+
+
+"""
+Cette fonction retourne les données de 'base_calcul_note_class_and_ue' avec des filter
+"""
+def Get_List_base_calcul_note_class_and_ue_With_Filter(diction):
+ try:
+ diction = mycommon.strip_dictionary(diction)
+
+ """
+ Verification des input acceptés
+ """
+ field_list = ['token','tab_related_collection', ]
+
+ incom_keys = diction.keys()
+ for val in incom_keys:
+ if val not in field_list and val.startswith('my_') is False:
+ mycommon.myprint(str(
+ inspect.stack()[0][3]) + " Le champ '" + val + "' n'existe pas")
+ return False, " Les informations fournies sont incorrectes",
+
+ """
+ Verification des champs obligatoires
+ """
+ field_list_obligatoire = ['token', ]
+ for val in field_list_obligatoire:
+ if val not in diction:
+ mycommon.myprint(
+ str(inspect.stack()[0][3]) + " - La valeur '" + val + "' n'est pas presente dans liste ")
+ return False, " Les informations fournies sont incorrectes",
+
+ """
+ Verification de l'identité et autorisation de l'entité qui
+ appelle cette API
+ """
+ token = ""
+ if ("token" in diction.keys()):
+ if diction['token']:
+ token = diction['token']
+
+ local_status, my_partner = mycommon.Check_Connexion_And_Return_Partner_Data(diction)
+ if (local_status is not True):
+ return local_status, my_partner
+
+ # Verifier la validité de la liste des inscrits fournie
+ tab_related_collection_name = ""
+ if ("tab_related_collection" in diction.keys()):
+ if diction['tab_related_collection']:
+ tab_related_collection_name = diction['tab_related_collection']
+
+ tab_related_collection_name_splited = str(tab_related_collection_name).split(",")
+
+ tab_partner_owner_recid = [str(my_partner['recid']), 'default']
+ data_cle = {}
+ data_cle['partner_owner_recid'] = {'$in':tab_partner_owner_recid}
+ data_cle['valide'] = "1"
+ data_cle['locked'] = "0"
+ data_cle['related_collection'] = {'$in':tab_related_collection_name_splited}
+
+
+ query = data_cle
+
+ RetObject = []
+ val_tmp = 0
+
+ for retval in MYSY_GV.dbname['base_calcul_note_class_and_ue'].find(query).sort([("_id", pymongo.DESCENDING)]):
+ user = retval
+ user['id'] = str(val_tmp)
+ val_tmp = val_tmp + 1
+
+ RetObject.append(mycommon.JSONEncoder().encode(user))
+
+ return True, RetObject
+
+
+ except Exception as e:
+ exc_type, exc_obj, exc_tb = sys.exc_info()
+ mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno))
+ return False, " Impossible de récupérer la liste des base_calcul_note_class_and_ue "
+
+
+"""
+Fonction globale de calcul en prenant en entrée une session
+"""
+
+
+def Calcul_Note_Classement_Session(diction):
+ try:
+ diction = mycommon.strip_dictionary(diction)
+
+ """
+ Verification des input acceptés
+ """
+ field_list = ['token','session_id', ]
+
+ incom_keys = diction.keys()
+ for val in incom_keys:
+ if val not in field_list and val.startswith('my_') is False:
+ mycommon.myprint(str(
+ inspect.stack()[0][3]) + " Le champ '" + val + "' n'existe pas")
+ return False, " Les informations fournies sont incorrectes",
+
+ """
+ Verification des champs obligatoires
+ """
+ field_list_obligatoire = ['token', ]
+ for val in field_list_obligatoire:
+ if val not in diction:
+ mycommon.myprint(
+ str(inspect.stack()[0][3]) + " - La valeur '" + val + "' n'est pas presente dans liste ")
+ return False, " Les informations fournies sont incorrectes",
+
+ """
+ Verification de l'identité et autorisation de l'entité qui
+ appelle cette API
+ """
+ token = ""
+ if ("token" in diction.keys()):
+ if diction['token']:
+ token = diction['token']
+
+ local_status, my_partner = mycommon.Check_Connexion_And_Return_Partner_Data(diction)
+ if (local_status is not True):
+ return local_status, my_partner
+
+
+ is_session_valide_count = MYSY_GV.dbname['session_formation'].count_documents({'_id':ObjectId(str(diction['session_id'])),
+ 'valide':'1',
+ 'partner_owner_recid':str(my_partner['recid'])})
+
+ if( is_session_valide_count != 1):
+ mycommon.myprint(
+ str(inspect.stack()[0][3]) + " L'identifiant de la session est invalide ")
+ return False, " L'identifiant de la session est invalide ",
+
+ is_session_valide_data = MYSY_GV.dbname['session_formation'].find_one(
+ {'_id': ObjectId(str(diction['session_id'])),
+ 'valide': '1',
+ 'partner_owner_recid': str(my_partner['recid'])})
+
+ print(" ### str(is_session_valide_data['class_internal_url']) = ", str(is_session_valide_data['class_internal_url']))
+
+ is_class_data = MYSY_GV.dbname['myclass'].find_one({'internal_url':str(is_session_valide_data['class_internal_url']),
+ 'valide':'1',
+ 'partner_owner_recid':str(my_partner['recid'])})
+
+
+ class_function_note_calcul_rule = ""
+ class_note_calcul_data = None
+ if( is_class_data and "note_finale_calculation_rule_id" in is_class_data.keys() and is_class_data['note_finale_calculation_rule_id'] ):
+ print(" ### note_finale_calculation_rule_id = ", is_class_data['note_finale_calculation_rule_id'])
+
+
+ class_note_calcul_data = MYSY_GV.dbname['base_calcul_note_class_and_ue'].find_one({ 'valide':'1',
+ 'locked':'0',
+ '_id':ObjectId(str(is_class_data['note_finale_calculation_rule_id']))})
+
+
+ if ("fonction_name" in class_note_calcul_data.keys() and class_note_calcul_data['fonction_name']):
+
+ print(" Traitement fonction = ", class_note_calcul_data['fonction_name'])
+
+ possibles = globals().copy()
+ possibles.update(locals())
+ cron_function = possibles.get(class_note_calcul_data['fonction_name'])
+
+ if not cron_function:
+ mycommon.myprint(str(
+ inspect.stack()[0][3]) + " Fonction '" + str(class_note_calcul_data['job_name']) + "' est introuvable")
+
+
+ local_con_status, local_con_retval = cron_function()
+
+
+ print(" ### class_note_calcul_data = ", class_note_calcul_data)
+ RetObject = []
+
+
+ return True, "OK"
+
+ except Exception as e:
+ exc_type, exc_obj, exc_tb = sys.exc_info()
+ mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno))
+ return False, " Impossible de récupérer la liste des base_calcul_note_class_and_ue "
+
diff --git a/class_mgt.py b/class_mgt.py
index bdb74cd..80834e5 100644
--- a/class_mgt.py
+++ b/class_mgt.py
@@ -59,7 +59,8 @@ def add_class(diction):
'programme', 'prerequis', 'note', 'cpf', 'certif', 'class_inscription_url', 'pourqui',
'support', 'img_banner_detail_class', 'source', 'lms_class_code', 'formateur_id',
'class_level', 'methode_pedagogique', 'condition_handicape', 'suivi_eval', 'class_id',
- 'version', 'categorie', 'recyclage_delai', 'recyclage_periodicite', 'recyclage_alert', 'contenu_attestation']
+ 'version', 'categorie', 'recyclage_delai', 'recyclage_periodicite', 'recyclage_alert',
+ 'contenu_attestation', 'note_finale_calculation_rule_id']
incom_keys = diction.keys()
for val in incom_keys:
@@ -263,6 +264,22 @@ def add_class(diction):
mydata['recyclage_periodicite'] = str(recyclage_periodicite)
+ note_finale_calculation_rule_id = ""
+ if( "note_finale_calculation_rule_id" in diction.keys() and diction['note_finale_calculation_rule_id']):
+ is_valide_calculation_rule_id_count = MYSY_GV.dbname['base_calcul_note_class_and_ue'].count_documents({'_id':ObjectId(str(diction['note_finale_calculation_rule_id'])),
+ 'valide':'1',
+ 'locked':'0'})
+
+ if(is_valide_calculation_rule_id_count != 1):
+ mycommon.myprint(str(
+ inspect.stack()[0][
+ 3]) + " L'identifiant de la règle de calcul de la note finale est invalide ")
+ return False, " L'identifiant de la règle de calcul de la note finale est invalide ", False
+
+ note_finale_calculation_rule_id = str(diction['note_finale_calculation_rule_id'])
+
+ mydata['note_finale_calculation_rule_id'] = str(note_finale_calculation_rule_id)
+
class_level = "0"
if ("class_level" in diction.keys()):
@@ -790,7 +807,8 @@ def update_class(diction):
'cpf', 'certif', 'class_inscription_url','pourqui', 'support', 'img_banner_detail_class',
'duration_unit', 'source', 'lms_class_code', 'formateur_id', 'class_level','methode_pedagogique',
'condition_handicape', 'suivi_eval', 'class_id', 'version', 'categorie', 'recyclage_delai',
- 'recyclage_periodicite', 'recyclage_alert', 'contenu_attestation']
+ 'recyclage_periodicite', 'recyclage_alert', 'contenu_attestation',
+ 'note_finale_calculation_rule_id']
incom_keys = diction.keys()
for val in incom_keys:
@@ -803,7 +821,7 @@ def update_class(diction):
Une fois qu'on a controlé que toutes les clés mise dans l'API sont correcte. etape precedente,
On controle que les champs obligatoires sont presents dans la liste
'''
- field_list_obligatoire = ['internal_url', 'token']
+ field_list_obligatoire = ['internal_url', 'token', 'class_id']
for val in field_list_obligatoire:
if val not in diction:
@@ -912,6 +930,24 @@ def update_class(diction):
mydata['recyclage_periodicite'] = str(recyclage_periodicite)
+ if ("note_finale_calculation_rule_id" in diction.keys() ):
+
+ if( diction['note_finale_calculation_rule_id'] ):
+ is_valide_calculation_rule_id_count = MYSY_GV.dbname['base_calcul_note_class_and_ue'].count_documents(
+ {'_id': ObjectId(str(diction['note_finale_calculation_rule_id'])),
+ 'valide': '1',
+ 'locked': '0'})
+
+ if (is_valide_calculation_rule_id_count != 1):
+ mycommon.myprint(str(
+ inspect.stack()[0][
+ 3]) + " L'identifiant de la règle de calcul de la note finale est invalide ")
+ return False, " L'identifiant de la règle de calcul de la note finale est invalide ", False
+
+ mydata['note_finale_calculation_rule_id']= str(diction['note_finale_calculation_rule_id'])
+
+ else:
+ mydata['note_finale_calculation_rule_id'] = ""
source = ""
if ("source" in diction.keys()):
@@ -1304,6 +1340,12 @@ def update_class(diction):
#print(" ### mydata = ", mydata)
# seules les formations avec locked = 0 et valide=1 sont modifiables
+ print(" QRY = ", {'internal_url': str(my_internal_url), 'partner_owner_recid':partner_recid, 'locked': '0', 'valide': '1',
+ '_id':ObjectId(str(diction['class_id']))})
+
+
+ print(" MY DATA = " , mydata)
+
ret_val = coll_name.find_one_and_update({'internal_url': str(my_internal_url), 'partner_owner_recid':partner_recid, 'locked': '0', 'valide': '1',
'_id':ObjectId(str(diction['class_id']))},
{"$set": mydata},
@@ -2468,6 +2510,9 @@ def get_class(diction):
if ("recyclage_periodicite" not in user.keys()):
user['recyclage_periodicite'] = ""
+ if ("note_finale_calculation_rule_id" not in user.keys()):
+ user['note_finale_calculation_rule_id'] = ""
+
"""
15/09/2024 :
Si la formation a des unité d'enseignements rattaché,
@@ -2911,6 +2956,8 @@ def get_class_for_partner_catalog(diction):
if ("recyclage_periodicite" not in user.keys()):
user['recyclage_periodicite'] = ""
+ if ("note_finale_calculation_rule_id" not in user.keys()):
+ user['note_finale_calculation_rule_id'] = ""
RetObject.append(JSONEncoder().encode(user))
@@ -3026,6 +3073,9 @@ def get_class_coup_de_coeur(diction):
if ("recyclage_periodicite" not in user.keys()):
user['recyclage_periodicite'] = ""
+ if ("note_finale_calculation_rule_id" not in user.keys()):
+ user['note_finale_calculation_rule_id'] = ""
+
RetObject.append(JSONEncoder().encode(user))
return True, RetObject
@@ -3255,6 +3305,8 @@ def get_partner_class(diction):
if ("recyclage_periodicite" not in retVal.keys()):
retVal['recyclage_periodicite'] = ""
+ if ("note_finale_calculation_rule_id" not in retVal.keys()):
+ retVal['note_finale_calculation_rule_id'] = ""
# Recuperation des données du formateur
formateur_nom_prenom = ""
@@ -3544,6 +3596,9 @@ def find_partner_class_like(diction):
retVal['recyclage_periodicite'] = ""
+ if ("note_finale_calculation_rule_id" not in retVal.keys()):
+ retVal['note_finale_calculation_rule_id'] = ""
+
# Recuperer le nombre de session pour cette formation
nb_session_formation_count = MYSY_GV.dbname['session_formation'].count_documents(
{'class_internal_url': str(retVal['internal_url']),
@@ -3808,6 +3863,9 @@ def get_partner_class_external_code(diction):
if ("recyclage_periodicite" not in user.keys()):
user['recyclage_periodicite'] = ""
+ if ("note_finale_calculation_rule_id" not in user.keys()):
+ user['note_finale_calculation_rule_id'] = ""
+
user['id'] = str(val_tmp)
'''
@@ -5105,6 +5163,9 @@ def get_class_by_metier(diction):
if ("recyclage_periodicite" not in user.keys()):
user['recyclage_periodicite'] = ""
+ if ("note_finale_calculation_rule_id" not in user.keys()):
+ user['note_finale_calculation_rule_id'] = ""
+
RetObject.append(JSONEncoder().encode(user))
# print(" 22222 ")
retVal_for_stat = retVal
@@ -5897,6 +5958,11 @@ def get_Class_From_Internal_Url(diction):
if ("recyclage_periodicite" not in user.keys()):
user['recyclage_periodicite'] = ""
+
+ if ("note_finale_calculation_rule_id" not in user.keys()):
+ user['note_finale_calculation_rule_id'] = ""
+
+
val_tmp = val_tmp + 1
RetObject.append(mycommon.JSONEncoder().encode(user))
@@ -5968,6 +6034,11 @@ def get_Class_From_Url(diction):
if ("recyclage_periodicite" not in user.keys()):
user['recyclage_periodicite'] = ""
+
+ if ("note_finale_calculation_rule_id" not in user.keys()):
+ user['note_finale_calculation_rule_id'] = ""
+
+
user['id'] = str(val_tmp)
val_tmp = val_tmp + 1
RetObject.append(mycommon.JSONEncoder().encode(user))
@@ -6565,7 +6636,8 @@ def Add_Update_UE_To_Class(diction):
"""
Verification des input acceptés
"""
- field_list = ['token', 'class_id', 'ue_id', 'credit', 'pres_dist_hyp', 'is_noted', ]
+ field_list = ['token', 'class_id', 'ue_id', 'credit', 'pres_dist_hyp', 'is_noted',
+ 'coefficient', 'seuil_validation' ]
incom_keys = diction.keys()
for val in incom_keys:
@@ -6692,6 +6764,7 @@ def Add_Update_UE_To_Class(diction):
if (is_ue_id_existe_class > 0):
# L'UE existe dans la formation, on autorise la mise Ă jour
+
update = MYSY_GV.dbname['myclass'].update_one({'_id': ObjectId(str(diction['class_id'])),
'partner_owner_recid': str(
my_partner['recid']),
@@ -6709,6 +6782,10 @@ def Add_Update_UE_To_Class(diction):
diction['is_noted']),
'list_unite_enseignement.$[xxx].date_update': str(
datetime.now()),
+ 'list_unite_enseignement.$[xxx].coefficient': str(
+ diction['coefficient']),
+ 'list_unite_enseignement.$[xxx].seuil_validation': str(
+ diction['seuil_validation']),
'list_unite_enseignement.$[xxx].update_by': str(
my_partner['_id']),
}
@@ -6750,6 +6827,9 @@ def Add_Update_UE_To_Class(diction):
new_data['pres_dist_hyp'] = str(diction['pres_dist_hyp'])
new_data['is_noted'] = str(diction['is_noted'])
+ new_data['coefficient'] = str(diction['coefficient'])
+ new_data['seuil_validation'] = str(diction['seuil_validation'])
+
new_data['_id'] = str(diction['ue_id'])
insert = MYSY_GV.dbname['myclass'].update_one({'_id': ObjectId(str(diction['class_id'])),
diff --git a/main.py b/main.py
index 7896586..0576a5c 100644
--- a/main.py
+++ b/main.py
@@ -9815,7 +9815,7 @@ API pour mettre à jour une unité d'enseignement (UE)
def Update_Unite_Enseignement():
# On recupere le corps (payload) de la requete
payload = mycommon.strip_dictionary (request.form.to_dict())
- print(" ### Update_Unite_Enseignement payload = ",payload)
+ print(" ### Update_Unite_Enseignement payload (trop lg cherif) = ")
status, retval = unite_enseignement_mgt.Update_Unite_Enseignement(payload)
return jsonify(status=status, message=retval)
@@ -12171,13 +12171,13 @@ def Add_Update_Equipe_Team_Membres():
"""
API de PRE PRE PRE calcul de la note finale
"""
-@app.route('/myclass/api/run_pre_calcul_moyenne_somme', methods=['POST','GET'])
+@app.route('/myclass/api/run_ue_pre_calcul_moyenne_somme', methods=['POST','GET'])
@crossdomain(origin='*')
-def run_pre_calcul_moyenne_somme():
+def run_ue_pre_calcul_moyenne_somme():
# On recupere le corps (payload) de la requete
payload = mycommon.strip_dictionary(request.form.to_dict())
- print(" ### run_pre_calcul_moyenne_somme : payload = ",payload)
- localStatus, message= base_class_calcul_note.run_pre_calcul_moyenne_somme(payload)
+ print(" ### run_ue_pre_calcul_moyenne_somme : payload = ",payload)
+ localStatus, message= base_class_calcul_note.run_ue_pre_calcul_moyenne_somme(payload)
return jsonify(status=localStatus, message=message )
@@ -12213,19 +12213,59 @@ def Get_List_Evaluation_Final_Note_Classement_With_Filter():
"""
-API de calcul de la note finale d'une formation avec le model : calcul_mode_1
+API de calcul de la note finale d'une UE avec le model : UE_calcul_mode_1
"""
-@app.route('/myclass/api/Cacul_Note_Finale_For_calcul_mode_1', methods=['POST','GET'])
+@app.route('/myclass/api/Cacul_UE_Note_Finale_For_calcul_mode_1', methods=['POST','GET'])
@crossdomain(origin='*')
-def Cacul_Note_Finale_For_calcul_mode_1():
+def Cacul_UE_Note_Finale_For_calcul_mode_1():
# On recupere le corps (payload) de la requete
payload = mycommon.strip_dictionary(request.form.to_dict())
- print(" ### Cacul_Note_Finale_For_calcul_mode_1 : payload = ",payload)
- localStatus, message= base_class_calcul_note.Cacul_Note_Finale_For_calcul_mode_1(payload)
+ print(" ### Cacul_UE_Note_Finale_For_calcul_mode_1 : payload = ",payload)
+ localStatus, message= base_class_calcul_note.Cacul_UE_Note_Finale_For_calcul_mode_1(payload)
return jsonify(status=localStatus, message=message )
+"""
+API de calcul de la note finale d'une formation avec le model : class_calcul_mode_1
+"""
+@app.route('/myclass/api/Cacul_Session_Note_Finale_For_calcul_mode_1', methods=['POST','GET'])
+@crossdomain(origin='*')
+def Cacul_Session_Note_Finale_For_calcul_mode_1():
+ # On recupere le corps (payload) de la requete
+ payload = mycommon.strip_dictionary(request.form.to_dict())
+ print(" ### Cacul_Session_Note_Finale_For_calcul_mode_1 : payload = ",payload)
+ localStatus, message= base_class_calcul_note.Cacul_Session_Note_Finale_For_calcul_mode_1(payload)
+ return jsonify(status=localStatus, message=message )
+
+
+"""
+API recupere la liste des formule de calcul avec un filtre que cela concerne 'myclass', ou 'unite_enseignement', ou les 2
+"""
+@app.route('/myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter', methods=['POST','GET'])
+@crossdomain(origin='*')
+def Get_List_base_calcul_note_class_and_ue_With_Filter():
+ # On recupere le corps (payload) de la requete
+ payload = mycommon.strip_dictionary(request.form.to_dict())
+ print(" ### Get_List_base_calcul_note_class_and_ue_With_Filter : payload = ",payload)
+ localStatus, message= base_class_calcul_note.Get_List_base_calcul_note_class_and_ue_With_Filter(payload)
+ return jsonify(status=localStatus, message=message )
+
+
+
+"""
+API qui prend une session de formation et lance le calcul des notes et moyenne
+"""
+@app.route('/myclass/api/Calcul_Note_Classement_Session', methods=['POST','GET'])
+@crossdomain(origin='*')
+def Calcul_Note_Classement_Session():
+ # On recupere le corps (payload) de la requete
+ payload = mycommon.strip_dictionary(request.form.to_dict())
+ print(" ### Calcul_Note_Classement_Session : payload = ",payload)
+ localStatus, message= base_class_calcul_note.Calcul_Note_Classement_Session(payload)
+ return jsonify(status=localStatus, message=message )
+
+
if __name__ == '__main__':
print(" debut api")
context = SSL.Context(SSL.SSLv23_METHOD)
diff --git a/unite_enseignement_mgt.py b/unite_enseignement_mgt.py
index 416c1e1..776ad61 100644
--- a/unite_enseignement_mgt.py
+++ b/unite_enseignement_mgt.py
@@ -65,7 +65,7 @@ def Add_Unite_Enseignement(diction):
field_list = ['token', 'code', 'titre', 'description', 'objectif', 'prerequis', 'programme', 'methode_pedagogique', 'methode_evaluation',
'support', 'duration', 'duration_unite', 'domain_id', 'bloc' ,
'ects', 'seuil_validation', 'niveau_competence', 'vh_cm', 'vh_tp', 'vh_tpg',
- 'vh_td', 'semestre']
+ 'vh_td', 'semestre', 'note_ue_calculation_rule_id']
incom_keys = diction.keys()
for val in incom_keys:
@@ -137,8 +137,17 @@ def Add_Unite_Enseignement(diction):
str(inspect.stack()[0][3]) + " La durée est invalide ")
return False, " La durée est invalide "
+ if ("note_ue_calculation_rule_id" in diction.keys() and diction['note_ue_calculation_rule_id']):
+ is_valide_calculation_rule_id_count = MYSY_GV.dbname['base_calcul_note_class_and_ue'].count_documents(
+ {'_id': ObjectId(str(diction['note_ue_calculation_rule_id'])),
+ 'valide': '1',
+ 'locked': '0'})
-
+ if (is_valide_calculation_rule_id_count != 1):
+ mycommon.myprint(str(
+ inspect.stack()[0][
+ 3]) + " L'identifiant de la règle de calcul de la note de l'UE est invalide ")
+ return False, " L'identifiant de la règle de calcul de la note de l'UE est invalide "
mydata['date_update'] = str(datetime.now())
mydata['update_by'] = str(my_partner['_id'])
@@ -179,7 +188,7 @@ def Update_Unite_Enseignement(diction):
field_list = ['token', '_id', 'code', 'titre', 'description', 'objectif', 'prerequis', 'programme',
'methode_pedagogique', 'methode_evaluation', 'support', 'duration', 'duration_unite',
'domain_id', 'bloc', 'ects', 'seuil_validation', 'niveau_competence',
- 'vh_cm', 'vh_tp', 'vh_tpg', 'vh_td', 'semestre']
+ 'vh_cm', 'vh_tp', 'vh_tpg', 'vh_td', 'semestre', 'note_ue_calculation_rule_id']
incom_keys = diction.keys()
for val in incom_keys:
@@ -231,6 +240,19 @@ def Update_Unite_Enseignement(diction):
return False, " L'identifiant de l'UE est invalide "
+ if ("note_ue_calculation_rule_id" in diction.keys() and diction['note_ue_calculation_rule_id']):
+ is_valide_calculation_rule_id_count = MYSY_GV.dbname['base_calcul_note_class_and_ue'].count_documents(
+ {'_id': ObjectId(str(diction['note_ue_calculation_rule_id'])),
+ 'valide': '1',
+ 'locked': '0'})
+
+ if (is_valide_calculation_rule_id_count != 1):
+ mycommon.myprint(str(
+ inspect.stack()[0][
+ 3]) + " L'identifiant de la règle de calcul de la note de l'UE est invalide ")
+ return False, " L'identifiant de la règle de calcul de la note de l'UE est invalide "
+
+
"""
Si on veut modidier le code, verifier que le nouveau code n'est pas deja prix
"""
@@ -735,6 +757,14 @@ def Get_List_Unite_Enseignement_Of_Given_Class(diction):
for New_retVal in MYSY_GV.dbname['myclass'].find(qry).sort([("_id", pymongo.DESCENDING), ]):
if( "list_unite_enseignement" in New_retVal.keys() ):
for local_val in New_retVal['list_unite_enseignement'] :
+ eu_class_coef = ""
+ if( "coefficient" in local_val.keys() and local_val['coefficient']):
+ eu_class_coef = local_val['coefficient']
+
+ eu_class_seuil_validation = ""
+ if ("seuil_validation" in local_val.keys() and local_val['seuil_validation']):
+ eu_class_seuil_validation = local_val['seuil_validation']
+
user = local_val
@@ -767,6 +797,20 @@ def Get_List_Unite_Enseignement_Of_Given_Class(diction):
else:
user['duration_concat'] = str(ue_data['duration']) + " ?"
+ # On ecrase les données si il y a les meme données sur la formation
+ if (eu_class_coef ):
+ user['coefficient'] = str(eu_class_coef)
+
+ if (eu_class_seuil_validation):
+ user['seuil_validation'] = str(eu_class_seuil_validation)
+
+
+ # Si il n'y a pas les infos dans les 2 cas, alors on met une valeur par defaut
+ if( "coefficient" not in user.keys()):
+ user['coefficient'] = "1"
+
+ if ("seuil_validation" not in user.keys()):
+ user['seuil_validation'] = "99"
RetObject.append(mycommon.JSONEncoder().encode(user))