From 9f18c092ad0037e4a96c49a6681267094c2371a9 Mon Sep 17 00:00:00 2001 From: Cherif Date: Mon, 9 Feb 2026 20:10:54 +0100 Subject: [PATCH] 09/02/2026 Signed-off-by: Cherif --- .idea/workspace.xml | 88 +- Activite.py | 6 +- Collection_Historique.py | 2 +- Contact.py | 4 +- Dashbord_queries/common_tdb_qries.py | 2 +- Dev_api_functions.py | 2 +- E_Sign_Document.py | 6 +- Ela_Spacy.py | 2 +- Inscription_mgt.py | 181 +- Job_Cron.py | 12 +- Job_Cron_Common.py | 8 +- Log/log_file.log | 12932 +++++++++++++++++++++++++ Session_Formation.py | 84 +- Session_Formation_Sequence.py | 30 +- activite_pedagogique.py | 743 ++ agenda.py | 4 +- appel_offre.py | 2 +- apprenant_mgt.py | 14 +- articles_avis.py | 10 +- attached_file_mgt.py | 4 +- attestation_formation.py | 6 +- base_class_calcul_note.py | 4 +- base_config_modele_journee.py | 2 +- base_document_automatic_setup.py | 4 +- base_partner_catalog_config.py | 4 +- base_partner_session_step.py | 2 +- base_specific_fields.py | 4 +- business_prices.py | 6 +- class_mgt.py | 32 +- competence.py | 2 +- crm_opportunite.py | 6 +- domaine_formation_mgt.py | 2 +- ela_factures_mgt.py | 4 +- ela_user_account.py | 28 +- email_inscription_mgt.py | 2 +- email_mgt.py | 2 +- email_queu/email_queu_mgt.py | 4 +- emargement.py | 14 +- ent_alert_messages.py | 2 +- ent_student_common.py | 4 +- equipe_team_mgt.py | 10 +- financial_caracteristique_mgt.py | 2 +- formulaire_mgt.py | 6 +- groupe_client_mgt.py | 2 +- groupe_inscrit_mgt.py | 16 +- internal_email_mgt.py | 2 +- invoice_paiement_mgt.py | 10 +- jury_mgt.py | 40 +- lms_chamilo/mysy_lms.py | 10 +- main.py | 337 +- metier_formation_mgt.py | 4 +- model_planning_sequence_mgt.py | 6 +- module_editique.py | 14 +- note_evaluation_mgt.py | 10 +- notes_apprenant_mgt.py | 8 +- paiement_condition.py | 4 +- partner_base_setup.py | 2 +- partner_client.py | 22 +- partner_document_mgt.py | 8 +- partner_invoice.py | 34 +- partner_order.py | 90 +- partner_produit_service_mgt.py | 4 +- partners.py | 810 +- pole_activite_pedagogique.py | 751 ++ prj_common.py | 56 +- purchase_prices.py | 4 +- reference_pedagogique_mgt.py | 2 +- ressources_humaines.py | 24 +- ressources_materiels.py | 8 +- site_formation.py | 4 +- stage_mgt.py | 6 +- strype_payement.py | 2 +- suivi_pedagogique_mgt.py | 4 +- survey_mgt.py | 4 +- tache_pedagogique.py | 364 + tools_cherif/mysy_openai_file.py | 4 +- tools_cherif/tools_cherif.py | 2 +- unite_enseignement_mgt.py | 6 +- user_access_right.py | 4 +- user_message_mgt.py | 2 +- user_session.py | 6 +- wrapper.py | 29 +- 82 files changed, 16541 insertions(+), 462 deletions(-) create mode 100644 activite_pedagogique.py create mode 100644 pole_activite_pedagogique.py create mode 100644 tache_pedagogique.py diff --git a/.idea/workspace.xml b/.idea/workspace.xml index c2ff6e9..32a8a28 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,12 +4,89 @@ - @@ -519,6 +596,7 @@ - \ No newline at end of file diff --git a/Activite.py b/Activite.py index 264489d..f1981ad 100644 --- a/Activite.py +++ b/Activite.py @@ -220,7 +220,7 @@ def Add_activite(diction): data['valide'] = '1' data['locked'] = '0' - data['date_update'] = str(datetime.now()) + data['update_date'] = str(datetime.now()) data['creation_by'] = str(my_partner['_id']) @@ -411,7 +411,7 @@ def Update_activite(diction): data_update['valide'] = '1' data_update['locked'] = '0' - data_update['date_update'] = str(datetime.now()) + data_update['update_date'] = str(datetime.now()) """ Clés de mise à jour @@ -547,7 +547,7 @@ def Update_activite_status(diction): data_update['valide'] = '1' data_update['locked'] = '0' - data_update['date_update'] = str(datetime.now()) + data_update['update_date'] = str(datetime.now()) data_update['update_by'] = str(my_partner['_id']) diff --git a/Collection_Historique.py b/Collection_Historique.py index 91314e7..b082e86 100644 --- a/Collection_Historique.py +++ b/Collection_Historique.py @@ -166,7 +166,7 @@ def Add_Historique_Event(diction): mydata['connected_user_id'] = str(my_partner['_id']) mydata['valide'] = "1" mydata['locked'] = "0" - mydata['date_update'] = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) + mydata['update_date'] = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) mydata['update_by'] = str(my_partner['_id']) diff --git a/Contact.py b/Contact.py index 4fc6c36..f3620f5 100644 --- a/Contact.py +++ b/Contact.py @@ -276,7 +276,7 @@ def Add_Contact(diction): data['valide'] = '1' data['locked'] = '0' - data['date_update'] = str(datetime.now()) + data['update_date'] = str(datetime.now()) # Creation du RecId data['recid'] = mycommon.create_user_recid() @@ -518,7 +518,7 @@ def Update_Contact(diction): data_update['valide'] = '1' data_update['locked'] = '0' - data_update['date_update'] = str(datetime.now()) + data_update['update_date'] = str(datetime.now()) data_update['update_by'] = str(my_partner['_id']) diff --git a/Dashbord_queries/common_tdb_qries.py b/Dashbord_queries/common_tdb_qries.py index 7e6923d..94057aa 100644 --- a/Dashbord_queries/common_tdb_qries.py +++ b/Dashbord_queries/common_tdb_qries.py @@ -156,7 +156,7 @@ def Add_To_User_Dashbord(diction): my_data['dashbord_internal_code'] = str(diction['dashbord_internal_code']) my_data['valide'] = "1" my_data['locked'] = "0" - my_data['date_update'] = str(datetime.now()) + my_data['update_date'] = str(datetime.now()) if("type_event" in diction.keys() ): my_data['type_event'] = str(diction['type_event']) diff --git a/Dev_api_functions.py b/Dev_api_functions.py index 007e292..ff30181 100644 --- a/Dev_api_functions.py +++ b/Dev_api_functions.py @@ -77,7 +77,7 @@ def Dev_del_user_token(diction): email = diction['email'] - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['indexed'] = '0' coll_token = MYSY_GV.dbname['user_token'] diff --git a/E_Sign_Document.py b/E_Sign_Document.py index e7ce5dd..ac97871 100644 --- a/E_Sign_Document.py +++ b/E_Sign_Document.py @@ -192,7 +192,7 @@ def Create_E_Document(diction): new_diction['secret_key_open'] = str(secret_key) new_diction['email_destinataire'] = str(diction['email_destinataire']) new_diction['source_document'] = str(diction['source_document']) - new_diction['date_update'] = str(datetime.now()) + new_diction['update_date'] = str(datetime.now()) new_diction['update_by'] = str(my_partner['_id']) new_diction['creation_by'] = str(my_partner['_id']) @@ -322,7 +322,7 @@ def Create_E_Invoice(diction): new_diction['secret_key_open'] = str(secret_key) new_diction['email_destinataire'] = str(diction['email_destinataire']) new_diction['source_document'] = str(diction['source_document']) - new_diction['date_update'] = str(datetime.now()) + new_diction['update_date'] = str(datetime.now()) new_diction['update_by'] = str(my_partner['_id']) new_diction['creation_by'] = str(my_partner['_id']) @@ -467,7 +467,7 @@ def Get_Given_E_Document_Not_Signed_No_Token(diction): update_data = {} update_data['secret_key_signature'] = secret_key_for_sign - update_data['date_update'] = str(datetime.now()) + update_data['update_date'] = str(datetime.now()) update_data['update_by'] = str(diction['user_email']) ret_val2 = MYSY_GV.dbname['e_document_signe'].find_one_and_update(qry, diff --git a/Ela_Spacy.py b/Ela_Spacy.py index 14a8d4b..5fcf197 100644 --- a/Ela_Spacy.py +++ b/Ela_Spacy.py @@ -56,7 +56,7 @@ def correct_fr_word(word): print(" Fonction : correct_fr_word : '"+word+"' =======> "+MYSY_GV.spell_fr(word)) mydata['mot'] = str(word) mydata['mot_corrected'] = str(MYSY_GV.spell_fr(word)) - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['treated'] = 0 coll_name = MYSY_GV.dbname['correction_ortho'] ret_val_tmp = coll_name.insert_one(mydata) diff --git a/Inscription_mgt.py b/Inscription_mgt.py index 59e1527..285c074 100644 --- a/Inscription_mgt.py +++ b/Inscription_mgt.py @@ -563,7 +563,7 @@ def AddStagiairetoClass(diction): if ("email" in diction.keys()): if diction['email']: - mydata['email'] = str(diction['email']).strip() + mydata['email'] = str(diction['email']).strip().lower() regex = r'\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Z|a-z]{2,7}\b' if (not re.fullmatch(regex, str(diction['email']).strip() ) ): mycommon.myprint( @@ -571,6 +571,8 @@ def AddStagiairetoClass(diction): return False, " l'adresse email -"+str(diction['email']).strip() +"- est invalide" + + if ("modefinancement" in diction.keys() and diction['modefinancement']): mydata['modefinancement'] = str(diction['modefinancement']).strip() else: @@ -582,7 +584,7 @@ def AddStagiairetoClass(diction): mydata['opco'] = "" mydata['class_id'] = str(is_myclass_valide_data['_id']) - mydata['date_update'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") + mydata['update_date'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") mydata['date_creation'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") mydata['update_by'] = str(connected_user_id) mydata['creation_by'] = str(connected_user_id) @@ -649,10 +651,10 @@ def AddStagiairetoClass(diction): ## Verification si cette adresse n'est pas deja inscrite à cette session # print(" myquery pr demo_account = " + str(myquery)) - qry_count = {'email':str(mydata['email']), 'session_id':str( mydata['session_id']), } + qry_count = {'email':str(mydata['email']).lower(), 'session_id':str( mydata['session_id']), } #print(" ### qry_count = ", qry_count) - tmp = coll_inscription.count_documents({'email':str(mydata['email']), + tmp = coll_inscription.count_documents({'email':str(mydata['email']).lower(), 'session_id':str( mydata['session_id']), }) @@ -661,8 +663,8 @@ def AddStagiairetoClass(diction): str(inspect.stack()[0][3]) + " - L'adresse email "+str(mydata['email'])+" est deja inscrite à la session du " " "+str( mydata['session_id'])+ " ") - return False, "Impossible de créer le stagiaire. l'adresse email "+str(mydata['email'])\ - +" est deja inscrite à cette session de formation " + return False, " L'adresse email "+str(mydata['email'])\ + +" est deja inscrite à cette formation " """ @@ -670,7 +672,7 @@ def AddStagiairetoClass(diction): """ #print(" #### mydata before inscr = ", mydata) ret_val = MYSY_GV.dbname['inscription'].find_one_and_update( - {'session_id': str(mydata['session_id']), 'email': str(mydata['email']),}, + {'session_id': str(mydata['session_id']), 'email': str(mydata['email']).lower(),}, {"$set": mydata}, return_document=ReturnDocument.AFTER, upsert=True, @@ -1394,7 +1396,7 @@ def AddStagiairetoClass_from_marketplace(diction): if ("email" in diction.keys()): if diction['email']: - mydata['email'] = str(diction['email']).strip() + mydata['email'] = str(diction['email']).strip().lower() regex = r'\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Z|a-z]{2,7}\b' if (not re.fullmatch(regex, str(diction['email']).strip())): mycommon.myprint( @@ -1413,7 +1415,7 @@ def AddStagiairetoClass_from_marketplace(diction): mydata['opco'] = "" mydata['class_id'] = str(is_myclass_valide_data['_id']) - mydata['date_update'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") + mydata['update_date'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") mydata['date_creation'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") mydata['update_by'] = str(connected_user_id) mydata['creation_by'] = str(connected_user_id) @@ -1476,10 +1478,10 @@ def AddStagiairetoClass_from_marketplace(diction): ## Verification si cette adresse n'est pas deja inscrite à cette session # print(" myquery pr demo_account = " + str(myquery)) - qry_count = {'email': str(mydata['email']), 'session_id': str(mydata['session_id']), } + qry_count = {'email': str(mydata['email']).lower(), 'session_id': str(mydata['session_id']), } # print(" ### qry_count = ", qry_count) - tmp = coll_inscription.count_documents({'email': str(mydata['email']), + tmp = coll_inscription.count_documents({'email': str(mydata['email']).lower(), 'session_id': str(mydata['session_id']), }) @@ -1497,7 +1499,7 @@ def AddStagiairetoClass_from_marketplace(diction): """ # print(" #### mydata before inscr = ", mydata) ret_val = MYSY_GV.dbname['inscription'].find_one_and_update( - {'session_id': str(mydata['session_id']), 'email': str(mydata['email']), }, + {'session_id': str(mydata['session_id']), 'email': str(mydata['email']).lower(), }, {"$set": mydata}, return_document=ReturnDocument.AFTER, upsert=True, @@ -1924,12 +1926,31 @@ def UpdateStagiairetoClass(diction): myemail = "" if ("email" in diction.keys()): if diction['email']: - myemail = str(diction['email']).strip() + myemail = str(diction['email']).strip().lower() if( mycommon.isEmailValide(myemail)) : - mydata['email'] = str(diction['email']).strip() + mydata['email'] = str(diction['email']).strip().lower() else: - mycommon.myprint(str(inspect.stack()[0][3]) + " - l'adresse email "+str(myemail)+" n'est pas valide") - return False, "- l'adresse email "+str(myemail)+" n'est pas valide " + mycommon.myprint(str(inspect.stack()[0][3]) + " - l'adresse email "+str(diction['email'])+" n'est pas valide") + return False, " L'adresse email "+str(diction['email'])+" n'est pas valide " + + + """ + Verifier que cet email n'est pas déjà utilisé par un autre inscrit de la meme session + """ + print(" quryy nb_mail_inscrit_session = ", {'email':str(myemail), + 'session_id':str(diction['session_id']), + '_id':{'$ne':ObjectId(diction['_id'])}, + 'partner_owner_recid':my_partner['recid']}) + + nb_mail_inscrit_session = MYSY_GV.dbname['inscription'].count_documents({'email':str(myemail), + 'session_id':str(diction['session_id']), + '_id':{'$ne':ObjectId(diction['_id'])}, + 'partner_owner_recid':my_partner['recid']}) + + if( nb_mail_inscrit_session > 0 ): + mycommon.myprint(str(inspect.stack()[0][3]) + " - Un utilisateur avec cette adresse e-mail est déjà inscrit à cette formation.") + return False, " Un utilisateur avec cette adresse e-mail est déjà inscrit à cette formation. " + object_id = "" @@ -2335,7 +2356,7 @@ def UpdateStagiairetoClass(diction): mydata['inscription_preinscription_date'] = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) message_for_historic = "Préinscription " - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['update_by'] = str(my_partner['_id']) ret_val2 = coll_inscription.find_one_and_update(query_key, @@ -3821,7 +3842,7 @@ def AddStagiairetoClass_mass(file=None, Folder=None, diction=None): mydata['employeur'] = str(df['employeur'].values[n]) mydata['telephone'] = str(df['telephone'].values[n]) - mydata['email'] = str(df['email'].values[n]).strip() + mydata['email'] = str(df['email'].values[n]).strip().lower() regex = r'\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Z|a-z]{2,7}\b' if (not re.fullmatch(regex, str(df['email'].values[n]).strip() )): mycommon.myprint( @@ -4206,7 +4227,7 @@ def Controle_AddStagiairetoClass_mass(saved_file=None, Folder=None, diction=None mydata['employeur'] = str(df['employeur'].values[n]) mydata['telephone'] = str(df['telephone'].values[n]) - mydata['email'] = str(df['email'].values[n]).strip() + mydata['email'] = str(df['email'].values[n]).strip().lower() regex = r'\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Z|a-z]{2,7}\b' if (not re.fullmatch(regex, str(df['email'].values[n]).strip() )): mycommon.myprint( @@ -4410,7 +4431,7 @@ def Controle_AddStagiairetoClass_mass(saved_file=None, Folder=None, diction=None mydata['price'] = local_price ## Verifier que le stagiaire n'est pas deja inscrit à cette formation. - qry_count = {'email': str(mydata['email']), 'session_id': str(session_id), 'partner_owner_recid':str(partner_recid) } + qry_count = {'email': str(mydata['email']).lower(), 'session_id': str(session_id), 'partner_owner_recid':str(partner_recid) } qry_count_result = MYSY_GV.dbname['inscription'].count_documents(qry_count) if( qry_count_result > 0 ): @@ -4621,7 +4642,7 @@ def AddStagiairetoClass_mass_for_many_session(file=None, Folder=None, diction=No mydata['employeur'] = str(df['employeur'].values[n]).strip() mydata['telephone'] = str(df['telephone'].values[n]).strip() - mydata['email'] = str(df['email'].values[n]).strip().strip() + mydata['email'] = str(df['email'].values[n]).strip().strip().lower() regex = r'\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Z|a-z]{2,7}\b' if (not re.fullmatch(regex, str(df['email'].values[n]).strip() )): mycommon.myprint( @@ -5045,7 +5066,7 @@ def Controle_AddStagiairetoClass_mass_for_many_session(saved_file=None, Folder=N mydata['employeur'] = str(df['employeur'].values[n]) mydata['telephone'] = str(df['telephone'].values[n]) - mydata['email'] = str(df['email'].values[n]).strip() + mydata['email'] = str(df['email'].values[n]).strip().lower() print(" contole du mail = ", mydata['email']) regex = r'\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Z|a-z]{2,7}\b' if (not re.fullmatch(regex, str( mydata['email']) )): @@ -7281,7 +7302,7 @@ def Init_AcceptAttendeeInscription_For_Initial_Formation(diction): new_data['inscription_id'] = str(diction['inscription_id']) new_data['class_id'] = str(diction['class_id']) new_data['class_eu_id'] = str(local_val['_id']) - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['partner_owner_recid'] = str(my_partner['recid']) new_data['valide'] = "1" @@ -7317,7 +7338,7 @@ def Init_AcceptAttendeeInscription_For_Initial_Formation(diction): new_data['inscription_id'] = str(diction['inscription_id']) new_data['class_id'] = str(diction['class_id']) new_data['class_eu_id'] = str(local_val['_id']) - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['partner_owner_recid'] = str(my_partner['recid']) new_data['valide'] = "1" @@ -7355,7 +7376,7 @@ def Init_AcceptAttendeeInscription_For_Initial_Formation(diction): new_data['class_id'] = str(diction['class_id']) new_data['class_eu_id'] = str(val['class_ue_id']) new_data['type_evaluation_id'] = str(val['type_evaluation_id']) - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['partner_owner_recid'] = str(my_partner['recid']) new_data['valide'] = "1" @@ -7549,7 +7570,7 @@ def Update_AcceptAttendeeInscription_For_Initial_Formation(diction): new_data['class_id'] = str(diction['class_id']) new_data['class_eu_id'] = str(New_retVal['_id']) - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['partner_owner_recid'] = str(my_partner['recid']) new_data['valide'] = "1" @@ -7584,7 +7605,7 @@ def Update_AcceptAttendeeInscription_For_Initial_Formation(diction): new_data['class_eu_id'] = str(val['class_ue_id']) new_data['type_evaluation_id'] = str(val['type_evaluation_id']) - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['partner_owner_recid'] = str(my_partner['recid']) new_data['valide'] = "1" @@ -9711,7 +9732,7 @@ def Inscription_Recyclage_Management_Done(diction): for inscription in tab_inscriptions_ids_splited_obj: new_data = {} - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['recyclage_managed'] = "1" @@ -10188,7 +10209,7 @@ def UpdateStagiairetoClass_Tuteurs(diction): my_id = str(diction['_id']) del data_update['token'] del data_update['_id'] - data_update['date_update'] = str(datetime.now()) + data_update['update_date'] = str(datetime.now()) data_update['update_by'] = str(my_partner['_id']) @@ -10836,8 +10857,8 @@ def Sent_Convention_Stagiaire_By_Email(tab_files, Folder, diction): if(len(tab_emails_destinataire) <= 0 ): mycommon.myprint( str(inspect.stack()[0][ - 3]) + " Aucune adresse email n'a pas été fournie. ") - return False, " Aucune adresse email n'a pas été fournie. " + 3]) + " Aucune adresse email n'a pas été fournie.02 ") + return False, " Aucune adresse email n'a pas été fournie. 02" #print(" ### tab_emails_destinataire = ", tab_emails_destinataire) @@ -11452,7 +11473,7 @@ def Sent_Convention_Individuelle_Stagiaire_By_Email(tab_files, Folder, diction): return local_status, tab_apprenant_contact tmp_tab = [] - # print(" ### tab_apprenant_contact = ", tab_apprenant_contact) + #print(" ### tab_apprenant_contact = ", tab_apprenant_contact) for tmp in tab_apprenant_contact: if ("email" in tmp.keys()): @@ -11461,8 +11482,8 @@ def Sent_Convention_Individuelle_Stagiaire_By_Email(tab_files, Folder, diction): if (len(tab_emails_destinataire) <= 0): mycommon.myprint( str(inspect.stack()[0][ - 3]) + " Aucune adresse email n'a pas été fournie. ") - return False, " Aucune adresse email n'a pas été fournie. " + 3]) + " Aucune adresse email n'a pas été fournie. 01 ") + return False, " Aucune adresse email n'a pas été fournie. 01 " # print(" ### tab_emails_destinataire = ", tab_emails_destinataire) @@ -13483,6 +13504,10 @@ def Get_Stagiaire_Communication_List_Email_OLD(diction): return False, " Impossible de récupérer la liste des emails de communication " +""" +On recupere l'adresse email de communication du tuteur + +L'adresse email de l'inscrit +""" def Get_Stagiaire_Communication_List_Email(diction): try: diction = mycommon.strip_dictionary(diction) @@ -13536,16 +13561,24 @@ def Get_Stagiaire_Communication_List_Email(diction): RetObject = [] val_tmp = 0 + collected_email = [] + is_inscription_data = MYSY_GV.dbname['inscription'].find_one( {'_id': ObjectId(str(diction['inscription_id'])), 'partner_owner_recid': str(my_partner['recid'])}) if ("email" in is_inscription_data.keys()): - node = {"email": str(is_inscription_data['email'])} - RetObject.append(mycommon.JSONEncoder().encode(node)) - + + if( str(is_inscription_data['email']) not in collected_email): + collected_email.append(str(is_inscription_data['email'])) + node = {"email": str(is_inscription_data['email'])} + RetObject.append(mycommon.JSONEncoder().encode(node)) + """ + Recup du mail du tuteur + """ + tab_email = [] for retval in MYSY_GV.dbname['ressource_humaine'].find({'partner_recid': my_partner['recid'], 'tab_inscription_id.inscription_id':str(diction['inscription_id']), 'tab_inscription_id.include_com': "1" } ): @@ -13555,9 +13588,13 @@ def Get_Stagiaire_Communication_List_Email(diction): if(str(insc_tutore_data['inscription_id']) == str(diction['inscription_id']) and str(insc_tutore_data['include_com']) == "1"): - node = {"email": str(retval['email'])} - RetObject.append(mycommon.JSONEncoder().encode(node)) + if (str(is_inscription_data['email']) not in collected_email): + collected_email.append(str(is_inscription_data['email'])) + node = {"email": str(retval['email'])} + RetObject.append(mycommon.JSONEncoder().encode(node)) + print(" ### collected_email = ", collected_email) + print(" ### RetObject = ", RetObject) return True, RetObject @@ -13822,13 +13859,61 @@ def Get_Statgiaire_Communication_Contact(diction): if (local_status is not True): return local_status, my_partner - - RetObject = [] val_tmp = 0 + stagiaire_data = MYSY_GV.dbname['inscription'].find_one( + {'_id': ObjectId(str(diction['_id'])), + 'partner_owner_recid': str(my_partner['recid'])}) + + # Ajout des datas du stagiaire + new_node = {} + if ("nom" in stagiaire_data.keys()): + new_node['nom'] = stagiaire_data['nom'] + else: + new_node['nom'] = "" + + if ("prenom" in stagiaire_data.keys()): + new_node['prenom'] = stagiaire_data['prenom'] + else: + new_node['prenom'] = "" + + if ("adresse" in stagiaire_data.keys()): + new_node['adresse'] = stagiaire_data['adresse'] + else: + new_node['adresse'] = "" + + if ("code_postal" in stagiaire_data.keys()): + new_node['code_postal'] = stagiaire_data['code_postal'] + else: + new_node['code_postal'] = "" + + if ("ville" in stagiaire_data.keys()): + new_node['ville'] = stagiaire_data['ville'] + else: + new_node['ville'] = "" + + if ("pays" in stagiaire_data.keys()): + new_node['pays'] = stagiaire_data['pays'] + else: + new_node['pays'] = "" + + if ("email" in stagiaire_data.keys()): + new_node['email'] = stagiaire_data['email'] + else: + new_node['email'] = "" + + if ("telephone" in stagiaire_data.keys()): + new_node['telephone'] = stagiaire_data['telephone'] + else: + new_node['telephone'] = "" + + RetObject.append(new_node) + + + for retval in MYSY_GV.dbname['ressource_humaine'].find({'partner_recid': my_partner['recid'], - 'tab_inscription_id.inscription_id':str(diction['_id'])} ): + 'tab_inscription_id.inscription_id':str(diction['_id']), 'tab_inscription_id.include_com':'1'} ): node_rh_tuteur = {} node_rh_tuteur['_id'] = str(retval['_id']) @@ -13892,8 +13977,6 @@ def Get_Statgiaire_Communication_Contact(diction): else: node_rh_tuteur['date_naissance'] = "" - - for insc_tutore_data in retval["tab_inscription_id"]: if(str(insc_tutore_data['inscription_id']) == str(diction['_id']) ): @@ -16059,7 +16142,7 @@ def Update_Emargement_QR_Code_From_Inscription_No_Token(file_img=None, Folder=No # Mettre à jour de l'emargement data_update = {} now = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) - data_update['date_update'] = now + data_update['update_date'] = now data_update['statut'] = "2" data_update['date_emargement'] = now data_update['update_by'] = str(my_partner['_id']) @@ -16211,7 +16294,7 @@ def Add_Update_Inscription_Split_Invoice(diction): data_update = {} data_update['update_by'] = str(my_partner['_id']) - data_update['date_update'] = str(datetime.now()) + data_update['update_date'] = str(datetime.now()) data_update['invoice_split'] = node_invoice_split @@ -16482,7 +16565,7 @@ def Update_LMS_Inscrition_End_Date(diction): now = str(datetime.now()) update_data = {} - update_data['date_update'] = now + update_data['update_date'] = now update_data['update_by'] = str(my_partner['_id']) update_data['lms_account_expiration_date'] = str(end_date) @@ -16558,7 +16641,7 @@ def archive_stagiaire(diction): if (local_status is not True): return local_status, my_partner - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['update_by'] = str(my_partner['_id']) mydata['archive'] = '1' @@ -16651,7 +16734,7 @@ def unarchive_stagiaire(diction): if (local_status is not True): return local_status, my_partner - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['update_by'] = str(my_partner['_id']) mydata['archive'] = '0' diff --git a/Job_Cron.py b/Job_Cron.py index 9e821e8..5dae17f 100644 --- a/Job_Cron.py +++ b/Job_Cron.py @@ -188,7 +188,7 @@ def Cron_Send_Survey(): local_status, local_retval = survey_mgt.Automatic_Send_Survey_TabIds(local_dicton) - #data['date_update'] = str(datetime.now()) + #data['update_date'] = str(datetime.now()) survey_update_data = {} sending_status = "0" @@ -1026,7 +1026,7 @@ def Invoice_Data_From_Tab(diction): partner_invoice_header_data['valide'] = "1" partner_invoice_header_data['locked'] = "0" partner_invoice_header_data['partner_owner_recid'] = str(my_partner['recid']) - partner_invoice_header_data['date_update'] = str(datetime.now()) + partner_invoice_header_data['update_date'] = str(datetime.now()) ref_interne_facture = retval_sequence_invoice['prefixe'] + str( current_seq_value) @@ -3928,7 +3928,7 @@ def Cron_Send_Mail_Queue_Message_With_Filter(diction): On met à jour l'email avec le statut d'envoie de l'email """ new_data = diction - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['sent'] = str(datetime.now()) new_data['error_message'] = str(error_send_mail) @@ -3947,7 +3947,7 @@ def Cron_Send_Mail_Queue_Message_With_Filter(diction): On met à jour l'email avec le statut d'envoie de l'email """ new_data = diction - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['sent'] = str(datetime.now()) error_node = {} @@ -4013,7 +4013,7 @@ def Cron_Send_Mail_Queue_Message_With_Filter(diction): On met à jour l'email avec le statut d'envoie de l'email """ new_data = diction - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['sent'] = str(datetime.now()) new_data['error_message'] = str(error_send_mail) @@ -4032,7 +4032,7 @@ def Cron_Send_Mail_Queue_Message_With_Filter(diction): On met à jour l'email avec le statut d'envoie de l'email """ new_data = diction - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['sent'] = str(datetime.now()) new_data['statut'] = "2" new_data['sent_message'] = str(val) diff --git a/Job_Cron_Common.py b/Job_Cron_Common.py index 5d9c1eb..3be7542 100644 --- a/Job_Cron_Common.py +++ b/Job_Cron_Common.py @@ -1970,7 +1970,7 @@ def Cron_Init_Attestation_Formation_With_Template(diction): if( is_init_attestation_exist_count == 0 ): # Aucune attestation (ni initialisée, ni envoyé), on peut donc initialiser l'attestation new_attestation_data = {} - new_attestation_data['date_update'] = str(datetime.now()) + new_attestation_data['update_date'] = str(datetime.now()) new_attestation_data['update_by'] = str(my_partner['_id']) new_attestation_data['partner_owner_recid'] = str(my_partner['recid']) new_attestation_data['valide'] = "1" @@ -2119,7 +2119,7 @@ def Cron_Send_Attestation_From_Session_By_Email_for_not_sent(Folder, diction): # Mettre à jour avec la date d'envoi de l'attestation updata_data = {} - updata_data['date_update'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") + updata_data['update_date'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") updata_data['update_by'] = str(my_partner['recid']) updata_data['statut'] = "1" updata_data['date_envoie'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") @@ -2956,7 +2956,7 @@ def Cron_Init_Emargement_By_Date_With_Template(diction): new_my_local_data['prenom'] = my_inscription['prenom'] new_my_local_data['session_id'] = my_inscription['session_id'] new_my_local_data['class_internal_url'] = my_inscription['class_internal_url'] - new_my_local_data['date_update'] = str(datetime.now()) + new_my_local_data['update_date'] = str(datetime.now()) new_my_local_data['is_present'] = False new_my_local_data['matin'] = False new_my_local_data['apresmidi'] = False @@ -2964,7 +2964,7 @@ def Cron_Init_Emargement_By_Date_With_Template(diction): new_my_local_data['statut'] = "0" new_my_local_data['date_envoi'] = "" - new_my_local_data['date_update'] = str(datetime.now()) + new_my_local_data['update_date'] = str(datetime.now()) new_my_local_data['update_by'] = str(my_partner['recid']) new_my_local_data['valide'] = "1" new_my_local_data['locked'] = "0" diff --git a/Log/log_file.log b/Log/log_file.log index 3936424..bc3d76f 100644 --- a/Log/log_file.log +++ b/Log/log_file.log @@ -10942,3 +10942,12935 @@ INFO:root:2026-02-03 07:33:25.314101 : Security check : IP adresse '127.0.0.1' INFO:root:2026-02-03 07:33:25.318097 : Security check : IP adresse '127.0.0.1' connected INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 07:33:25] "POST /myclass/api/Get_Given_Partner_Invoice/ HTTP/1.1" 200 - INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 07:33:25] "POST /myclass/api/Get_Given_Partner_Invoice_Lines/ HTTP/1.1" 200 - +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 11:34:21.335340 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 11:34:21.335340 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 11:34:21.335340 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 11:34:21.335340 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 11:34:21.336361 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 11:35:10.205444 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 11:35:10.205444 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 11:35:10.205444 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 11:35:10.205444 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 11:35:10.206445 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-03 11:38:17.344054 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:38:17.355054 : Le token partner est vide +INFO:root:2026-02-03 11:38:17.369055 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:38:17.377073 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:38:17.475314 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:38:17.528530 : La session de connexion n'est pas valide +INFO:root:2026-02-03 11:38:17.529533 : La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:38:17] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:38:17.536525 : La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:38:17] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:38:20.461595 : get_partner_account - La session de connexion n'est pas valide +INFO:root:2026-02-03 11:38:20.461595 : getRecodedImage - Impossible de récupérer le recid du user +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:38:20] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:38:20] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:44:10.160797 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:10] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:44:10.255843 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:44:10.272842 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:44:10.369193 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:10] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:44:10.409737 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:10] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:44:10.414725 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:10] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:10] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:44:10.486370 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:44:10.542921 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:10] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:44:10.587941 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:10] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:10] "POST /myclass/api/Get_Ref_Pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:44:10.633541 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:10] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:44:10.694074 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:10] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:44:10.749638 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:10] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:44:10.764655 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:11] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:44:11.702792 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:44:11.704794 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:44:11.707349 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:44:11.713357 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:11] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:11] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:11] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:44:11.723869 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:11] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:44:11.726869 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:44:11.730872 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:44:11.735871 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:11] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:11] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:44:11.740886 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:44:11.744888 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:44:11.750885 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:11] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:44:11.756886 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:11] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:11] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:11] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:11] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:13] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:44:58.157323 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:44:58.161326 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:44:58.165322 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:44:58.170321 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:58] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:44:58.173320 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:44:58.176322 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:58] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:44:58.185325 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:58] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:58] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:58] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:58] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:44:58] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:46:00.241869 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:46:00.244869 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:46:00.246870 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:46:00.249870 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:00] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:46:00.263870 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:00] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:00] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:00] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:46:00.292869 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:46:00.294870 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:46:00.297871 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:46:00.303869 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:00] "POST /myclass/api/Get_Ref_Pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:46:00.309870 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:00] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:00] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:46:00.313869 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:00] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:00] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:46:00.324874 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:46:00.327875 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:46:00.332874 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:46:00.335876 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:00] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:46:00.343392 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:00] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:00] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:00] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:46:00.352391 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:46:00.352391 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:46:00.355391 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:46:00.363425 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:00] "POST /myclass/api/Get_Ref_Pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:00] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:00] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:00] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:46:00.380390 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:46:00.384388 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:00] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:46:00.391390 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:46:00.394392 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:00] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:00] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:00] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:00] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:00] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:46:01.018149 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:46:01.022149 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:46:01.024149 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:01] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:01] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:01] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:46:14.013550 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:46:14.017547 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:14] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:14] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:46:26.714351 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:46:28.387905 : L'utilisateur destinataire de l'email est invalide +INFO:root:2026-02-03 11:46:31.200254 : L'utilisateur destinataire de l'email est invalide +INFO:root:2026-02-03 11:46:34.060704 : L'utilisateur destinataire de l'email est invalide +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:34] "POST /myclass/api/AddStagiairetoClass_mass_for_many_session/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:46:34.772541 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:34] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:46:34.799536 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:34] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:46:34.838732 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:34] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:46:34.886444 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:46:34.964472 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:34] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:36] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:46:42.839552 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:45] "POST /myclass/api/Accept_List_AttendeeInscription/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:46:45.640268 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:46:45.667574 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:45] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:46:45.700139 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:46:45.706298 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:45] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:45] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:46:47] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:47:02.691913 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:47:02] "POST /myclass/api/Get_Given_Class_List_Default_Documents_For_Given_Type_Doc/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:47:02.719978 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:47:02] "POST /myclass/api/Get_List_Conventions_Stagiaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:47:05.474192 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:47:05.580893 : Sent_Convention_Stagiaire_By_Email Aucune adresse email n'a pas été fournie.02 +INFO:root:2026-02-03 11:47:05.580893 : WARNING impossible d'envoyer la convention a l'apprenant : 6981d202147bad841ce89e29 +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:47:05] "POST /myclass/api/Prepare_and_Send_Convention_From_Session_For_Selected_Inscrit_By_Email/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:47:05.688141 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:47:06] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:51:18.361466 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:51:18.362447 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:51:18.363446 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:51:18.368449 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:51:18.370450 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:51:18] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:51:18.374452 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:51:18] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:51:18] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:51:18.378546 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:51:18.381543 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:51:18] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:51:18.383583 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:51:18] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:51:18] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:51:18.388057 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:51:18.391056 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:51:18] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:51:18.394058 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:51:18] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:51:18] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:51:18] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:51:18] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:51:19] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Inscription_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 11:59:34.192026 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 11:59:34.192026 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 11:59:34.192026 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 11:59:34.192026 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 11:59:34.192026 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-03 11:59:34.281768 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:59:34.284653 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:59:34.286654 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:59:34.288654 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:59:34.289768 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:59:34.291653 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:59:34.292763 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:59:34] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:59:34] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:59:34] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:59:34] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:59:34] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:59:34] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:59:34] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2026-02-03 11:59:51.886550 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 11:59:51.890060 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:59:51] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 11:59:52] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:00:05.842781 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 12:00:05.845780 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:00:05] "POST /myclass/api/Get_Given_Class_List_Default_Documents_For_Given_Type_Doc/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:00:05] "POST /myclass/api/Get_List_Conventions_Stagiaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:01:05.376227 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 12:01:06.365603 : Sent_Convention_Stagiaire_By_Email Aucune adresse email n'a pas été fournie.02 +INFO:root:2026-02-03 12:01:06.365603 : WARNING impossible d'envoyer la convention a l'apprenant : 6981d202147bad841ce89e29 +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:01:06] "POST /myclass/api/Prepare_and_Send_Convention_From_Session_For_Selected_Inscrit_By_Email/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:01:06.372195 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:01:06] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Inscription_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 12:01:43.079931 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 12:01:43.079931 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 12:01:43.079931 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 12:01:43.079931 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 12:01:43.079931 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Inscription_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 12:06:00.306928 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 12:06:00.306928 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 12:06:00.307929 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 12:06:00.307929 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 12:06:00.307929 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Inscription_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 12:12:14.134339 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 12:12:14.134339 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 12:12:14.134339 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 12:12:14.135355 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 12:12:14.135355 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-03 12:12:15.172799 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 12:12:15.183773 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 12:12:15.232017 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 12:12:15.247014 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:12:15] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:12:15.268001 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 12:12:15.290507 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 12:12:15.321509 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:12:15] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:12:15.359656 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:12:15] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:12:15.381266 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 12:12:15.426834 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:12:15] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:12:15.469217 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:12:16] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:12:16.332841 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:12:18] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:12:18] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:12:18] "POST /myclass/api/GetAttendeeDetail_perSession/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:12:18.259903 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:12:18] "POST /myclass/api/getRecodedStagiaireImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:12:18.297050 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:12:18] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:12:18.327051 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:12:18] "POST /myclass/api/Get_Inscrit_List_Tuteurs/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:12:18.346066 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:12:18] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:12:19] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:12:27] "POST /myclass/api/Get_Statgaire_List_Partner_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:12:34] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:12:45.151309 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:12:45] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:13:01.222525 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:13:01] "POST /myclass/api/Add_RH_List_Insc_Tutore/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:13:01.396701 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:13:01] "POST /myclass/api/Get_Inscrit_List_Tuteurs/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Inscription_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 12:14:26.591786 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 12:14:26.591786 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 12:14:26.591786 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 12:14:26.591786 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 12:14:26.592788 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Inscription_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 12:15:23.900250 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 12:15:23.901253 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 12:15:23.901253 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 12:15:23.901253 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 12:15:23.901253 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Inscription_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 12:16:53.200967 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 12:16:53.200967 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 12:16:53.200967 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 12:16:53.200967 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 12:16:53.201967 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-03 12:16:53.283032 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 12:16:53.285044 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:16:53] "POST /myclass/api/Get_Given_Class_List_Default_Documents_For_Given_Type_Doc/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:16:53] "POST /myclass/api/Get_List_Conventions_Stagiaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:16:59.744576 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 12:16:59.748591 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:16:59] "POST /myclass/api/Get_Given_Class_List_Default_Documents_For_Given_Type_Doc/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:16:59] "POST /myclass/api/Get_List_Conventions_Stagiaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:17:06.925429 : Security check : IP adresse '127.0.0.1' connected +DEBUG:xhtml2pdf.document:pisaDocument options: + src = '

 

\n

\n
\n
\n
\n

N° de déclaration d\'activité :  NDA-001254 

\n
\n
\n
\n
\n
 Est conclue la convention suivante entre
\n
L\'Organisme de formation  Colas Rail   ci-après nommé l\'Organisme de formation
Situé : rue de la république 77 paris 
Déclation d\'activité :  NDA-001254  Représenté par : [PDG]
Signataire dûment habilité aux fins des présentes : prenom nonn 
Contact :   
Téléphone :  
\n

Et

\n
Et le bénéciaire :
 Thomas nom1 
(Ci-aprés nommé le client)
Situé :  adresse03  code_postal03 ville03 

\n
\n
\n

PRÉAMBULE
EZUS Lyon   Colas Rail filiale de Valorisation de l\'Université Claude Bernard Lyon I, s\'est vue confier la gestion des activités industrielles et commerciales des centres et services de l\'UCBL, ainsi que les actions de formation continue par la convention cadre signée le 23 janvier 2008.

\n

A cet effet, la société Colas Rail  fait appel au : Docteur Eric J. VOIGLIO, MD, PhD, FACS, FRCS Directeur ATLS France.

\n

Est conclu un contrat de formation professionnelle en application de l\'article L6353-3 du Code du Travail.

\n

Article 1 : Objet, nature, et durée de la formation
Le bénéciaire entend faire participer une partie de son personnel à l\'action de formation suivante organisée par l\'organisme de formation

\n

 Colas Rail 

\nFormation : BESOIN DE SÉCURITÉ : UNE AUTRE LECTURE DES COMPORTEMENTS 
Durée : 1.0   jour (s) 
Lieu de formation :   vile sit1 
Dates de formation :  16/02/2026  20/02/2026 
Nom formateur : nom_Enseignant_2 Prenom_2 
\n

Article 2 : Programme de la formation
La description detaillée du programme (méthodes pédagogiques, évaluation) est fourni au client

\n

Article 3 : Engagement de participation à la formation
Le bénéciaire s\'engage à assurer la présence du / des stagiaire/s aux dates et lieux prévus ci-dessus.

\n

Article 4 : Prix de la formation
La formation est réglée en totalité par le client
Coût pédagogique par stagiaire :  227 €

\n

Article 5 : Modalités de réglement
orem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Article 6 : Moyes pédagogiques et techniques mises en oeuvre
orem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Article x : Litiges
orem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

 

\n

Paris , 03/02/2026 

\n\n\n\n\n\n\n\n
\n

Pour l\'organisme de formation prenom   nonn 

\n
\n

Pour le client :
Nom & Prénom du Signataire

\n

 

\n
\n

 

\n
\n

 

\n

 Colas Rail 
Téléphone : 07 69 20 39 45 
Email :  mysytraining+dev@gmail.com 
Site :  https://colasrail.com/ 

\n

 

' + dest = <_io.BufferedRandom name='./temp_direct/Convent_43598_17005.pdf'> + path = '' + link_callback = None + xhtml = False + context_meta = None +DEBUG:xhtml2pdf.tables:None +DEBUG:xhtml2pdf.tables:None +DEBUG:xhtml2pdf.tables:Col widths: [None, None] +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:17:09] "POST /myclass/api/Prepare_and_Send_Convention_From_Session_For_Selected_Inscrit_By_Email/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:17:09.075078 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:17:09] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:18:00.908982 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 12:18:00.910969 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 12:18:00.912952 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 12:18:00.916008 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 12:18:00.920991 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 12:18:00.929009 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 12:18:00.934009 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:18:00] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:18:00] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:18:00] "POST /myclass/api/Get_Competence_Level/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:18:00] "POST /myclass/api/Get_Competence_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:18:00] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:18:00] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:18:00] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:18:04.436089 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:18:04] "POST /myclass/api/Get_List_Ressource_Humaine_with_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:18:05.342381 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:18:05] "POST /myclass/api/getRecoded_Employee_Image_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:18:06.299658 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 12:18:06.301656 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 12:18:06.306656 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 12:18:06.315656 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 12:18:06.319658 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 12:18:06.325660 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:18:06] "POST /myclass/api/getRecoded_Employee_Image_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:18:06] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:18:06.332657 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:18:06] "POST /myclass/api/Get_Given_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:18:06.342685 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 12:18:06.347663 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:18:06] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:18:06] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:18:06.357161 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:18:06] "POST /myclass/api/Get_List_Ressource_Humaine_Affectation/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:18:06.361178 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:18:06] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:18:06.370232 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:18:06] "POST /myclass/api/Get_List_Employee_Contrat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:18:06] "POST /myclass/api/Get_Partner_Group_Purchase_Price_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:18:06] "POST /myclass/api/Get_List_Employee_Suivi_Pedagogique_No_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:18:06] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:18:06] "POST /myclass/api/Get_Matrix_Acces_Right/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:18:08.212937 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:18:08] "POST /myclass/api/Get_RH_List_Insc_Tutore/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:18:15.013328 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:18:15] "POST /myclass/api/Delete_RH_List_Insc_Tutore/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:18:15.061312 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:18:15] "POST /myclass/api/Get_RH_List_Insc_Tutore/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:18:40.087363 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 12:18:40.090367 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:18:40] "POST /myclass/api/Get_Given_Class_List_Default_Documents_For_Given_Type_Doc/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:18:40] "POST /myclass/api/Get_List_Conventions_Stagiaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:18:44.547317 : Security check : IP adresse '127.0.0.1' connected +DEBUG:xhtml2pdf.document:pisaDocument options: + src = '

 

\n

\n
\n
\n
\n

N° de déclaration d\'activité :  NDA-001254 

\n
\n
\n
\n
\n
 Est conclue la convention suivante entre
\n
L\'Organisme de formation  Colas Rail   ci-après nommé l\'Organisme de formation
Situé : rue de la république 77 paris 
Déclation d\'activité :  NDA-001254  Représenté par : [PDG]
Signataire dûment habilité aux fins des présentes : prenom nonn 
Contact :   
Téléphone :  
\n

Et

\n
Et le bénéciaire :
 Caroline nom2 
(Ci-aprés nommé le client)
Situé :  adresse04  code_postal04 ville04 

\n
\n
\n

PRÉAMBULE
EZUS Lyon   Colas Rail filiale de Valorisation de l\'Université Claude Bernard Lyon I, s\'est vue confier la gestion des activités industrielles et commerciales des centres et services de l\'UCBL, ainsi que les actions de formation continue par la convention cadre signée le 23 janvier 2008.

\n

A cet effet, la société Colas Rail  fait appel au : Docteur Eric J. VOIGLIO, MD, PhD, FACS, FRCS Directeur ATLS France.

\n

Est conclu un contrat de formation professionnelle en application de l\'article L6353-3 du Code du Travail.

\n

Article 1 : Objet, nature, et durée de la formation
Le bénéciaire entend faire participer une partie de son personnel à l\'action de formation suivante organisée par l\'organisme de formation

\n

 Colas Rail 

\nFormation : BESOIN DE SÉCURITÉ : UNE AUTRE LECTURE DES COMPORTEMENTS 
Durée : 1.0   jour (s) 
Lieu de formation :   vile sit1 
Dates de formation :  16/02/2026  20/02/2026 
Nom formateur : nom_Enseignant_2 Prenom_2 
\n

Article 2 : Programme de la formation
La description detaillée du programme (méthodes pédagogiques, évaluation) est fourni au client

\n

Article 3 : Engagement de participation à la formation
Le bénéciaire s\'engage à assurer la présence du / des stagiaire/s aux dates et lieux prévus ci-dessus.

\n

Article 4 : Prix de la formation
La formation est réglée en totalité par le client
Coût pédagogique par stagiaire :  227 €

\n

Article 5 : Modalités de réglement
orem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Article 6 : Moyes pédagogiques et techniques mises en oeuvre
orem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Article x : Litiges
orem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

 

\n

Paris , 03/02/2026 

\n\n\n\n\n\n\n\n
\n

Pour l\'organisme de formation prenom   nonn 

\n
\n

Pour le client :
Nom & Prénom du Signataire

\n

 

\n
\n

 

\n
\n

 

\n

 Colas Rail 
Téléphone : 07 69 20 39 45 
Email :  mysytraining+dev@gmail.com 
Site :  https://colasrail.com/ 

\n

 

' + dest = <_io.BufferedRandom name='./temp_direct/Convent_43598_11845.pdf'> + path = '' + link_callback = None + xhtml = False + context_meta = None +DEBUG:xhtml2pdf.tables:None +DEBUG:xhtml2pdf.tables:None +DEBUG:xhtml2pdf.tables:Col widths: [None, None] +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:18:45] "POST /myclass/api/Prepare_and_Send_Convention_From_Session_For_Selected_Inscrit_By_Email/ HTTP/1.1" 200 - +INFO:root:2026-02-03 12:18:45.865256 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 12:18:46] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Inscription_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 12:20:05.918802 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 12:20:05.918802 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 12:20:05.919802 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 12:20:05.919802 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 12:20:05.919802 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 12:31:17.983425 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 12:31:17.983425 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 12:31:17.983425 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 12:31:17.984537 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 12:31:17.984537 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\XCELIA\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 12:33:27.159541 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 12:33:27.159541 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 12:33:27.159541 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 12:33:27.159541 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 12:33:27.159541 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-03 13:51:34.587823 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:51:34.594844 : Le token partner est vide +INFO:root:2026-02-03 13:51:34.604837 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:51:34.630820 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:51:34.652359 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:51:34.662368 : La session de connexion n'est pas valide +INFO:root:2026-02-03 13:51:34.673886 : La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:34] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-03 13:51:34.687398 : La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:34] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-03 13:51:36.042411 : getRecodedImage - Impossible de récupérer le recid du user +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:36] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-03 13:51:36.042411 : get_partner_account - La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:36] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-03 13:51:41.197880 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:41] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2026-02-03 13:51:41.244902 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:51:41.246903 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:51:41.251921 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:51:41.256906 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:51:41.258459 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:41] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:41] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-03 13:51:41.284964 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:41] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:41] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-03 13:51:41.292965 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:51:41.295967 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:51:41.297983 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:51:41.304004 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:51:41.309973 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:41] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:41] "POST /myclass/api/Get_Ref_Pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 13:51:41.323981 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:41] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:41] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:41] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:41] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:41] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2026-02-03 13:51:52.277630 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:51:52.279630 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:51:52.282707 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:51:52.286707 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:51:52.291708 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:52] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:52] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:52] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:52] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:52] "POST /myclass/api/Get_List_Admission_Session/ HTTP/1.1" 200 - +INFO:root:2026-02-03 13:51:53.846189 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:51:53.849191 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:51:53.854187 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:51:53.858186 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:53] "POST /myclass/api/Get_List_Admission_Setup/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:53] "POST /myclass/api/Get_Given_Admission_Session/ HTTP/1.1" 200 - +INFO:root:2026-02-03 13:51:53.867186 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:51:53.869185 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:53] "POST /myclass/api/Get_List_Stagiaire_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:53] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:53] "POST /myclass/api/Get_List_Admission_Setup_Etape/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:53] "POST /myclass/api/Get_List_Admission_Setup_Document/ HTTP/1.1" 200 - +INFO:root:2026-02-03 13:51:55.311630 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:55] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-03 13:51:55.350782 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:51:55] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 13:52:29.868791 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:52:29.871713 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:52:29.876601 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:52:29.879601 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:52:29] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-03 13:52:29.892712 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:52:29] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:52:29] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:52:29] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-03 13:52:29.929614 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:52:29.932632 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:52:29.939725 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:52:29.944614 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:52:29] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-03 13:52:29.946614 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:52:29] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:52:29] "POST /myclass/api/Get_List_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:52:29] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:52:29] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 13:52:51.959319 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:52:51.962336 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:52:51.966361 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:52:51.971350 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:52:51.976319 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:52:51] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:52:51] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-03 13:52:51.983347 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:52:51] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 13:52:51.989347 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:52:51] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:52:51] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:root:2026-02-03 13:52:51.994346 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:52:52.005928 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:52:52.001927 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:52:51.997927 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:52:52] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2026-02-03 13:52:52.024956 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:52:52] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:52:52] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:52:52] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:52:52] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:52:52] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:52:53] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-03 13:52:55.360954 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:52:55.364956 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:52:55.365955 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:52:55.371954 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:52:55] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:52:55] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2026-02-03 13:52:55.378953 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:52:55.382955 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:52:55] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2026-02-03 13:52:55.391962 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:52:55] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:52:55] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:52:55] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:52:55] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-03 13:53:03.968435 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:53:03.971434 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:53:03] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2026-02-03 13:53:05.316211 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:53:05.319216 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:53:05.323218 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:53:05.326232 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 13:53:05.334352 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:53:05] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2026-02-03 13:53:05.342338 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:53:05] "POST /myclass/api/Get_Given_SessionFormation_List_Automatic_Traitement_From/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:53:05] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:53:05] "POST /myclass/api/Get_Given_SessionFormation_List_relance_automation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:53:05] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:53:05] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 13:53:05] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:00:12.847668 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:00:12] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:08:58.016672 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:08:58] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:09:08.585881 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:09:08] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:10:29.206993 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:10:29] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:11:42.719792 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:11:42] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:11:49.987116 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:11:50] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:12:55.894760 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:12:55] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:13:39.470657 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:13:39] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:13:49.736654 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:13:49] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:14:19.496535 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:14:19.502732 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:14:19.508739 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:14:19.517738 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:14:19.521739 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:14:19] "POST /myclass/api/Get_List_Admission_Setup/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:14:19] "POST /myclass/api/Get_Given_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:14:19] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:14:19.534738 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:14:19] "POST /myclass/api/Get_List_Admission_Setup_Etape/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:14:19] "POST /myclass/api/Get_List_Stagiaire_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:14:19] "POST /myclass/api/Get_List_Admission_Setup_Document/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:14:21.998451 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:14:22] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:14:22.032986 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:14:22] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:14:40.309314 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:14:40] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:15:01.261323 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:15:01] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:15:05.765981 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:15:05.770980 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:15:05.775022 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:15:05.778982 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:15:05] "POST /myclass/api/Get_List_Admission_Setup/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:15:05.788068 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:15:05] "POST /myclass/api/Get_Given_Admission_Session/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:15:05.796539 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:15:05] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:15:05] "POST /myclass/api/Get_List_Admission_Setup_Etape/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:15:05] "POST /myclass/api/Get_List_Stagiaire_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:15:05] "POST /myclass/api/Get_List_Admission_Setup_Document/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:15:07.582939 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:15:07] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:15:07.625446 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:15:07] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:15:50.750225 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:15:50] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:16:59.046726 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:16:59] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:18:07.263637 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:18:07] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:21:05.370153 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:21:05] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:21:21.856959 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:21:21.860943 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:21:21.869946 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:21:21.874957 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:21:21] "POST /myclass/api/Get_List_Admission_Setup/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:21:21.882944 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:21:21.888943 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:21:21] "POST /myclass/api/Get_Given_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:21:21] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:21:21] "POST /myclass/api/Get_List_Admission_Setup_Etape/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:21:21] "POST /myclass/api/Get_List_Admission_Setup_Document/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:21:21] "POST /myclass/api/Get_List_Stagiaire_Admission_Session/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:21:23.119022 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:21:23] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:21:23.182562 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:21:23] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:22:01.778269 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:22:01] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:22:45.914508 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:22:45] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:22:50.500086 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:22:50] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:22:51.296340 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:22:51] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:22:51.330425 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:22:51] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:25:16.885764 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:25:16] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:25:20.774737 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:25:20] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:25:21.311564 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:25:21] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:25:21.341107 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:25:21] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:25:44.975927 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:25:45] "POST /myclass/api/Update_Stagiaire_Only_Status_Admission_Session/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:25:45.014869 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:25:45] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:25:47.659790 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:25:47] "POST /myclass/api/Get_List_Stagiaire_Admission_Session/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:25:50.711882 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:25:50] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:25:50.740511 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:25:50] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:29:58.407949 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:29:58] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:31:04.615251 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:31:04] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:33:20.234573 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:33:20] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:33:22.559976 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:33:22] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:33:27.111500 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:33:27] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:33:27.142092 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:33:27] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:36:22.061217 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:36:22] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:36:28.535437 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:36:28] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:36:33.784552 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:36:33] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:36:34.494851 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:36:34] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:36:34.524866 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:36:34] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:38:46.853125 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:38:46] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:39:26.159162 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:39:26] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:39:28.104497 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:39:28] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:39:28.154617 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:39:28] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:43:14.980998 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:43:15] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:43:46.166486 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:43:46] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:44:02.283285 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:44:02] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:44:10.719222 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:44:10] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:44:11.429975 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:44:11] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:44:11.463039 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:44:11] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:45:03.853730 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:45:03] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:45:29.836854 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:45:29] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:45:30.309503 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:45:30] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:45:30.325068 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:45:30] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:45:59.955662 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:45:59] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:46:57.415160 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:46:57] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:47:35.823005 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:47:35] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:49:34.261548 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:49:34] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:50:09.112088 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:50:09] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:50:13.086964 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:50:13] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:50:13.543369 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:50:13] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:50:13.579013 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:50:13] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:50:20.941651 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:50:20.948653 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:50:20.954665 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:50:20.963654 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:50:20] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:50:20.981679 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:50:20] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:50:20.996169 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:50:20] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:50:20.999169 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:50:21] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:50:21.003186 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:50:21.009168 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:50:21.017178 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:50:21] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:50:21] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:50:21] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:50:21] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:50:21] "POST /myclass/api/Get_List_Admission_Session/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:50:22.598945 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:50:22.602965 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:50:22.608959 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:50:22.614974 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:50:22.616962 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:50:22] "POST /myclass/api/Get_List_Admission_Setup/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:50:22] "POST /myclass/api/Get_Given_Admission_Session/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:50:22.633069 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:50:22] "POST /myclass/api/Get_List_Admission_Setup_Etape/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:50:22] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:50:22] "POST /myclass/api/Get_List_Stagiaire_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:50:22] "POST /myclass/api/Get_List_Admission_Setup_Document/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:50:23.951475 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:50:23] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:50:24.007967 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:50:24] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:51:02.938441 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:51:02] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:51:09.712128 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:51:09] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:51:09.724123 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:51:09.728109 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:51:09.731131 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:51:09] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:51:09] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:51:09.748178 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:51:09] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:51:09.767177 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:51:09.776788 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:51:09.779892 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:51:09.785924 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:51:09] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:51:09.796892 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:51:09] "POST /myclass/api/Get_List_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:51:09] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:51:09] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:51:09] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:51:25.673128 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:51:25.676143 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:51:25.679641 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:51:25] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:51:25.688676 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:51:25.694899 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:51:25] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:51:25] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:51:25] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:51:25.712901 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:51:25.715898 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:51:25.719897 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:51:25.724919 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:51:25.730913 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:51:25] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:51:25] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:51:25] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:51:25] "POST /myclass/api/Get_List_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:51:25] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:51:27.082804 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:51:27.086678 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:51:27.090678 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:51:27.097682 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:51:27.100696 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:51:27] "POST /myclass/api/Get_List_Admission_Setup/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:51:27.107697 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:51:27] "POST /myclass/api/Get_Given_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:51:27] "POST /myclass/api/Get_List_Stagiaire_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:51:27] "POST /myclass/api/Get_List_Admission_Setup_Document/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:51:27] "POST /myclass/api/Get_List_Admission_Setup_Etape/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:51:27] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:51:28.387454 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:51:28] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:51:28.419455 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:51:28] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:52:06.815270 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:52:06] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:52:18.704910 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:52:18.708919 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:52:18.710920 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:52:18] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:52:18.722923 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:52:18] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:52:18.731923 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:52:18] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:52:18] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:52:18.752548 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:52:18.757073 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:52:18.762057 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:52:18.765057 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:52:18.771562 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:52:18] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:52:18] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:52:18] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:52:18] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:52:18] "POST /myclass/api/Get_List_Admission_Session/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:52:20.237213 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:52:20.240278 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:52:20.244264 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:52:20.248275 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:52:20.254275 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:52:20] "POST /myclass/api/Get_List_Admission_Setup/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:52:20.263398 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:52:20] "POST /myclass/api/Get_Given_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:52:20] "POST /myclass/api/Get_List_Admission_Setup_Etape/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:52:20] "POST /myclass/api/Get_List_Stagiaire_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:52:20] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:52:20] "POST /myclass/api/Get_List_Admission_Setup_Document/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:52:21.420613 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:52:21] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:52:21.473610 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:52:21] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 14:52:51.252984 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:52:51] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 14:57:10.353098 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 14:57:10.353098 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 14:57:10.353098 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 14:57:10.353098 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 14:57:10.353098 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-03 14:57:10.418922 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:57:10.420918 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:57:10.421918 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 14:57:10.433573 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:57:10] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:57:10] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 14:57:10] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 15:02:47.382891 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 15:02:47.382891 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 15:02:47.382891 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 15:02:47.382891 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 15:02:47.382891 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 15:05:32.458789 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 15:05:32.458789 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 15:05:32.458789 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 15:05:32.458789 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 15:05:32.458789 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 15:06:20.103378 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 15:06:20.103378 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 15:06:20.103378 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 15:06:20.103378 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 15:06:20.103378 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 15:08:38.105961 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 15:08:38.105961 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 15:08:38.105961 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 15:08:38.105961 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 15:08:38.105961 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 15:09:05.540970 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 15:09:05.540970 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 15:09:05.540970 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 15:09:05.540970 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 15:09:05.540970 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 15:09:50.038464 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 15:09:50.039464 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 15:09:50.039464 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 15:09:50.039464 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 15:09:50.039464 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 15:10:49.287220 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 15:10:49.288221 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 15:10:49.288221 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 15:10:49.288221 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 15:10:49.288221 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 15:11:13.703362 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 15:11:13.703362 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 15:11:13.703362 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 15:11:13.703362 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 15:11:13.703362 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 15:12:34.178387 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 15:12:34.178387 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 15:12:34.178387 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 15:12:34.179388 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 15:12:34.179388 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 15:12:51.722765 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 15:12:51.722765 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 15:12:51.722765 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 15:12:51.722765 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 15:12:51.722765 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 15:13:17.575908 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 15:13:17.575908 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 15:13:17.575908 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 15:13:17.575908 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 15:13:17.575908 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 15:13:55.686860 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 15:13:55.686860 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 15:13:55.686860 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 15:13:55.686860 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 15:13:55.686860 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 15:14:18.598973 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 15:14:18.598973 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 15:14:18.598973 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 15:14:18.598973 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 15:14:18.598973 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 15:15:00.845020 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 15:15:00.846019 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 15:15:00.846019 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 15:15:00.846019 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 15:15:00.846019 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 15:15:19.199357 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 15:15:19.199357 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 15:15:19.199357 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 15:15:19.199357 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 15:15:19.199357 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 15:15:45.317286 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 15:15:45.317286 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 15:15:45.318281 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 15:15:45.318281 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 15:15:45.318281 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 15:16:25.957800 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 15:16:25.957800 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 15:16:25.957800 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 15:16:25.957800 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 15:16:25.957800 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 15:21:43.992937 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 15:21:43.992937 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 15:21:43.993938 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 15:21:43.993938 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 15:21:43.993938 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 15:23:18.872260 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 15:23:18.872260 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 15:23:18.872260 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 15:23:18.872260 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 15:23:18.872260 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 15:24:30.402341 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 15:24:30.402341 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 15:24:30.402341 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 15:24:30.403342 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 15:24:30.403342 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 15:26:13.510041 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 15:26:13.510041 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 15:26:13.510041 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 15:26:13.510041 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 15:26:13.510041 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 15:26:34.862016 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 15:26:34.863036 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 15:26:34.863036 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 15:26:34.863036 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 15:26:34.863036 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 15:27:03.715449 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 15:27:03.715449 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 15:27:03.715449 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 15:27:03.716448 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 15:27:03.716448 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 15:28:12.676603 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 15:28:12.676603 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 15:28:12.676603 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 15:28:12.676603 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 15:28:12.676603 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-03 15:28:21.312039 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:28:21.332559 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:28:21] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:28:31.474092 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:28:31] "GET /myclass/api/Get_List_Plateforme_Partnaire_With_Filter HTTP/1.1" 308 - +INFO:root:2026-02-03 15:28:31.479097 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:28:31] "GET /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:28:59.813719 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:28:59] "GET /myclass/api/Get_Given_Plateforme_Partnaire_Connexion_Login_With_Filter HTTP/1.1" 308 - +INFO:root:2026-02-03 15:28:59.815736 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:28:59] "GET /myclass/api/Get_Given_Plateforme_Partnaire_Connexion_Login_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 15:32:05.645486 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 15:32:05.645486 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 15:32:05.645486 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 15:32:05.645486 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 15:32:05.645486 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 15:32:21.210355 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 15:32:21.210355 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 15:32:21.210355 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 15:32:21.210355 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 15:32:21.210355 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-03 15:33:17.277400 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:33:17.280762 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:33:17.282757 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:33:17.285758 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:33:17] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:33:17.304308 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:33:17] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:33:17] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:33:17] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:33:17.346170 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:33:17.351172 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:33:17.353699 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:33:17.361226 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:33:17] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:33:17] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:33:17] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:33:18.666470 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:33:18.670479 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:33:18] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:33:18.677481 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:33:18.681494 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:33:18.689451 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:33:18] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:33:18] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:33:18] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:33:24.340086 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:33:24.346097 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:33:24] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:33:24.363104 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:33:24] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:33:24.381644 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:33:24] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:33:24.390651 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:33:24.400646 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:33:24] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:33:24.410638 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:33:24.418661 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:33:24] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:33:24.430172 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:33:24.433180 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:33:24] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:33:24] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:33:24.443719 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:33:24.457742 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:33:24] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:33:24] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:33:24] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:33:24] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:33:26] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:34:34.110172 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:34:34.114175 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:34:34.117174 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:34:34] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:34:34.127213 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:34:34] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:34:34.134179 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:34:34] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:34:34] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:34:35.422407 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:34:35.429407 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:34:35] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:34:35.439434 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:34:35.444967 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:34:35.455996 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:34:35] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:34:35] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:34:35] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:35:08.101229 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:35:08.105227 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:35:08.109759 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:35:08] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:35:08.117760 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:35:08.126761 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:35:08] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:35:08] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:35:08] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:35:09.942814 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:35:09.947905 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:35:09.951908 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:35:09] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:35:09.960929 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:35:09.976573 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:35:09] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:35:09] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:35:09] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:37:16.515924 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:37:16.517936 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:37:16.520936 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:37:16] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:37:16.526935 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:37:16] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:37:16.538208 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:37:16] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:37:16] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:37:18.393647 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:37:18.397651 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:37:18] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:37:18.409192 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:37:18.415244 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:37:18.423633 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:37:18] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:37:18] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:37:18] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:37:58.574105 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:37:58.577104 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:37:58] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:37:58.583103 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:37:58.586104 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:37:58.592105 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:37:58] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:37:58] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:37:58] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:37:59.800424 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:37:59.807425 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:37:59] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:37:59.814426 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:37:59.821453 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:37:59.826436 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:37:59] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:37:59] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:37:59] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:38:15.654313 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:38:15.657312 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:38:15.660333 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:38:15.665870 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:38:15] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:38:15] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:38:15.683404 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:38:15] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:38:15] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:38:16.905853 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:38:16.911854 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:38:16.917053 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:38:16] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:38:16.928053 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:38:16.943052 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:38:16] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:38:16] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:38:16] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:46:52.320685 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:46:52] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:46:52.335203 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:46:52] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:47:34.251341 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:47:34.253341 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:47:34.256339 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 15:47:34.262340 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:47:34] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:47:34.272339 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:47:34] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:47:34] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:47:34] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:47:34.294854 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:47:34] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:47:34.303855 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:47:34] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2026-02-03 15:47:38.299556 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 15:47:38] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-03 17:06:10.817139 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 17:06:10.824140 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 17:06:10.829564 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:06:10] "POST /myclass/api/Get_Competence_Domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:06:10] "POST /myclass/api/Get_List_Partner_Basic_Setup/ HTTP/1.1" 200 - +INFO:root:2026-02-03 17:06:10.844070 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 17:06:10.852068 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:06:10] "POST /myclass/api/Get_Client_Type_List/ HTTP/1.1" 200 - +INFO:root:2026-02-03 17:06:10.859073 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 17:06:10.865075 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:06:10] "POST /myclass/api/Get_List_Groupe_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-03 17:06:10.872073 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:06:10] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 17:06:10.877582 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:06:10] "POST /myclass/api/Get_List_Paiement_Condition/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:06:10] "POST /myclass/api/Get_CRM_List_Opportunite_Etape/ HTTP/1.1" 200 - +INFO:root:2026-02-03 17:06:10.888596 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 17:06:10.893595 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:06:10] "POST /myclass/api/Get_Competence_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:06:10] "POST /myclass/api/Get_List_Partner_Basic_Setup/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:06:10] "POST /myclass/api/Get_List_base_document_automatic_setup/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:06:10] "POST /myclass/api/Get_List_Partner_Basic_Setup/ HTTP/1.1" 200 - +INFO:root:2026-02-03 17:06:12.841628 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:06:12] "POST /myclass/api/Get_List_Partner_Basic_Setup/ HTTP/1.1" 200 - +INFO:root:2026-02-03 17:08:29.850643 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:08:29] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 17:10:40.404309 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 17:10:40.404309 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 17:10:40.404309 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 17:10:40.404309 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 17:10:40.404309 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 17:11:01.201433 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 17:11:01.201433 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 17:11:01.201433 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 17:11:01.201433 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 17:11:01.201433 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 17:11:27.866031 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 17:11:27.866031 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 17:11:27.866031 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 17:11:27.867027 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 17:11:27.867027 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 17:11:57.075937 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 17:11:57.075937 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 17:11:57.075937 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 17:11:57.075937 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 17:11:57.075937 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 17:12:19.316271 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 17:12:19.316271 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 17:12:19.316271 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 17:12:19.316271 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 17:12:19.316271 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-03 17:24:33.905962 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 17:24:33.907978 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 17:24:33.916506 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 17:24:33.921507 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:24:33] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-03 17:24:33.942497 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 17:24:33.945497 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:24:33] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:24:33] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-03 17:24:33.965148 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:24:33] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:24:33] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:24:33] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 17:24:34.075951 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:24:34] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 17:24:44.580179 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 17:24:44.583185 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 17:24:44.586774 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:24:44] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-03 17:24:44.593301 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:24:44] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:24:44] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-03 17:24:44.608606 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:24:44] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-03 17:24:44.614558 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:24:44] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 17:25:49.742523 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:25:49] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 17:26:50.300108 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:26:50] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 17:27:33.181024 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:27:33] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-03 17:27:41.224006 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:27:41] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 17:29:08.454554 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 17:29:08.454554 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 17:29:08.454554 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 17:29:08.454554 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 17:29:08.454554 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-03 17:29:21.672043 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 17:29:21.675134 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 17:29:21.679135 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-03 17:29:21.684134 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:29:21] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-03 17:29:21.698133 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:29:21] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:29:21] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:29:21] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-03 17:29:21.787651 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [03/Feb/2026 17:29:21] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-03 17:30:03.696797 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-03 17:30:03.696797 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-03 17:30:03.696797 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-03 17:30:03.696797 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-03 17:30:03.696797 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-04 08:58:01.757274 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-04 08:58:01.757274 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-04 08:58:01.758287 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-04 08:58:01.758287 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-04 08:58:01.758287 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-04 08:58:14.450234 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-04 08:58:14.451211 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-04 08:58:14.451211 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-04 08:58:14.451211 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-04 08:58:14.451211 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-04 09:14:46.245393 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:14:46] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:14:46.562219 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:14:46.696485 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:14:46.801027 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:14:46.853730 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:14:46] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:14:47.004425 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:14:47] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:14:47.063053 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:14:47.103059 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:14:47] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:14:47] "POST /myclass/api/Get_Ref_Pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:14:47.200284 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:14:47.270847 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:14:47] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:14:47.284834 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:14:47] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:14:47.316845 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:14:47] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:14:47.389522 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:14:47] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:14:47] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:14:47] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:14:47] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:14:49.654215 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:14:49] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:15:23.867675 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:15:23] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:17:16.758848 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:17:16] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:23:38.161799 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:23:38] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:24:27.752338 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:24:27] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:25:01.609184 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:25:01] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:25:37.390924 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:25:37] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:26:56.162039 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:26:56] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:29:57.153620 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:29:57] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:30:07.292206 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:30:07] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:31:13.164707 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:31:13] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:31:20.306209 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:31:20] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:31:29.805104 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:31:29.808104 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:31:29.811259 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:31:29] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:31:29.818768 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:31:29.826767 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:31:29] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:31:29] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:31:29] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:31:29.840768 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:31:29] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:34:05.773701 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:05] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:34:26.723317 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:34:26.725317 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:34:26.730327 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:26] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:34:26.741324 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:34:26.745832 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:26] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:26] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:26] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:34:26.765526 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:26] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:34:33.152077 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:34:33.155605 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:34:33.159183 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:34:33.163166 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:34:33.169248 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:33] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:33] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:33] "POST /myclass/api/Get_List_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:33] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:33] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:34:34.612950 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:34:34.614980 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:34:34.620955 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:34:34.622956 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:34:34.631951 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:34:34.633951 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:34] "POST /myclass/api/Get_List_Stagiaire_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:34] "POST /myclass/api/Get_Given_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:34] "POST /myclass/api/Get_List_Admission_Setup/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:34] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:34] "POST /myclass/api/Get_List_Admission_Setup_Document/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:34] "POST /myclass/api/Get_List_Admission_Setup_Etape/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:34:35.974987 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:35] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:34:36.026359 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:36] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:34:38.267305 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:38] "POST /myclass/api/Get_List_Stagiaire_Admission_Session/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:34:40.022418 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:34:40.024420 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:34:40.028419 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:34:40.034419 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:40] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:40] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:40] "POST /myclass/api/Get_List_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:40] "POST /myclass/api/Get_List_jury_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:34:40.494710 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:40] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:34:41.096909 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:41] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:34:41.123178 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:41] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:34:42.169417 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:42] "POST /myclass/api/Get_List_Stagiaire_Admission_Session/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:34:42.918660 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:34:42.922642 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:34:42.926643 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:42] "POST /myclass/api/Get_List_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:42] "POST /myclass/api/Get_Given_Stagiaire_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:42] "POST /myclass/api/Get_Inscrit_Admiss_Session_Recorded_Image_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:34:44.311268 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:34:44.314270 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:44] "POST /myclass/api/Get_List_Candidat_Document/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:34:44] "POST /myclass/api/Get_Pourcentage_Candidat_Document/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:36:25.871715 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:36:25] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:36:48.478288 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:36:48] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:37:44.824825 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:37:44] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:40:26.818766 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:40:26.825152 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:40:26] "POST /myclass/api/Get_List_Candidat_Document/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:40:26] "POST /myclass/api/Get_Pourcentage_Candidat_Document/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:43:16.998992 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:43:17] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:43:28.179871 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:43:28] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:48:48.811439 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:48:48] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:49:47.696258 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:49:47.701799 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 09:49:47.710831 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:49:47] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-04 09:49:47.723847 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:49:47] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 09:49:47] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-04 09:54:18.527846 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-04 09:54:18.527846 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-04 09:54:18.527846 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-04 09:54:18.527846 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-04 09:54:18.527846 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-04 13:27:21.180655 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 13:27:21.199016 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 13:27:21.205592 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 13:27:21.212110 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 13:27:21] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-04 13:27:21.250300 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 13:27:21] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 13:27:21] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 13:27:21] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-04 13:27:21.393421 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 13:27:21.398431 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 13:27:21.409499 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 13:27:21.420598 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 13:27:21.451153 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 13:27:21] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 13:27:21] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 13:27:21] "POST /myclass/api/Get_List_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 13:27:21] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 13:27:21] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-04 13:27:28.400453 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 13:27:28] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 18:23:24.514411 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 18:23:24.521412 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 18:23:24.531417 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 18:23:24.537417 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 18:23:24] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-04 18:23:24.551609 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 18:23:24.562614 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 18:23:24.565616 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 18:23:24.573615 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 18:23:24] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 18:23:24] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 18:23:24] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-04 18:23:24.583615 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 18:23:24.592616 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 18:23:24.599615 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 18:23:24] "POST /myclass/api/Get_Ref_Pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 18:23:24] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2026-02-04 18:23:24.614621 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 18:23:24] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 18:23:24] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 18:23:24] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 18:23:24] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 18:23:24] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2026-02-04 18:23:27.774034 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 18:23:27] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 18:32:28.039637 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 18:32:28] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 18:33:15.845983 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 18:33:15] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-04 18:35:06.514517 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-04 18:35:06.514517 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-04 18:35:06.514517 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-04 18:35:06.514517 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-04 18:35:06.514517 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-04 18:35:51.452125 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-04 18:35:51.453127 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-04 18:35:51.453127 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-04 18:35:51.453127 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-04 18:35:51.453127 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-04 18:36:30.766243 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-04 18:36:30.766243 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-04 18:36:30.766243 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-04 18:36:30.766243 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-04 18:36:30.766243 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-04 18:37:22.210818 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-04 18:37:22.210818 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-04 18:37:22.210818 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-04 18:37:22.210818 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-04 18:37:22.210818 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-04 18:38:47.010925 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 18:38:47] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 18:38:47.159991 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 18:38:47] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 18:39:20.040594 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 18:39:20] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 18:39:47.717218 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 18:39:47] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 18:56:34.075515 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 18:56:34] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 18:56:43.307489 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 18:56:43.310490 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 18:56:43.312489 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 18:56:43] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-04 18:56:43.319003 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 18:56:43] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-04 18:56:43.334580 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 18:56:43] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 18:56:43] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-04 18:56:43.345578 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 18:56:43] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 18:57:58.025683 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 18:57:58] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 18:58:25.634263 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 18:58:25] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 18:58:32.795441 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 18:58:32.815446 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 18:58:32] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-04 18:59:30.847392 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 18:59:30] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:02:53.900035 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 19:02:53.902036 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 19:02:53.905036 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:02:53] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:02:53.914540 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 19:02:53.920609 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:02:53] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:02:53] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:02:53] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:02:53.958614 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:02:53] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:03:04.165031 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:03:04] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:03:07.404992 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 19:03:07.423159 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:03:07] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:03:45.130105 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:03:45] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:03:52.689228 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 19:03:52.692235 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 19:03:52.695234 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:03:52] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:03:52.701236 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 19:03:52.707750 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:03:52] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:03:52] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:03:52] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:03:52.752889 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:03:52] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:03:54.390417 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 19:03:54.409432 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:03:54] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:04:07.478818 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:04:07] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:05:29.356576 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:05:29] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:05:35.782101 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 19:05:35.785100 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 19:05:35.788101 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:05:35] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:05:35.796101 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 19:05:35.802106 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:05:35] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:05:35] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:05:35] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:05:35.852845 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:05:35] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:05:37.622012 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 19:05:37.638562 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:05:37] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:05:45.269959 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 19:05:45.287970 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:05:45] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:06:11.136275 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:06:11] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:06:15.444965 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 19:06:15.463886 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:06:15] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:06:20.176503 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 19:06:20.204062 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:06:20] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:06:22.877656 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 19:06:22.894462 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:06:22] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:07:12.881450 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:07:12] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-04 19:07:57.898525 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-04 19:07:57.898525 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-04 19:07:57.898525 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-04 19:07:57.898525 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-04 19:07:57.898525 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-04 19:08:38.230753 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-04 19:08:38.231893 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-04 19:08:38.231893 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-04 19:08:38.231893 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-04 19:08:38.231893 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-04 19:10:56.934297 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-04 19:10:56.934297 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-04 19:10:56.934297 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-04 19:10:56.934297 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-04 19:10:56.934297 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-04 19:11:08.830129 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 19:11:08.833657 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 19:11:08.835167 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 19:11:08.837175 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:11:08] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:11:08] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:11:08] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:11:08.861307 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:11:08] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:11:08.875835 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:11:08] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:11:10.436434 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 19:11:10.458734 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:11:10] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:11:12.614133 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 19:11:12.630131 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:11:12] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:11:16.385217 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 19:11:16.398223 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:11:16] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:11:18.767366 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 19:11:18.799385 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:11:18] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:13:03.379286 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:13:03] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:13:23.734264 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:13:23] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:13:30.768110 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 19:13:30.786125 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:13:30] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:13:33.905218 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 19:13:33.920696 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:13:33] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:13:53.388150 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 19:13:53.403147 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:13:53] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-04 19:19:07.880988 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-04 19:19:07.897962 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [04/Feb/2026 19:19:07] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 09:24:26.361696 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 09:24:26.362720 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 09:24:26.362720 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 09:24:26.362720 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 09:24:26.362720 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 09:24:44.397515 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 09:24:44.397515 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 09:24:44.398514 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 09:24:44.398514 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 09:24:44.398514 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 09:30:06.991902 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 09:30:06.991902 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 09:30:06.991902 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 09:30:06.991902 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 09:30:06.991902 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\groupe_inscrit_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 09:31:32.429174 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 09:31:32.429174 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 09:31:32.429174 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 09:31:32.429174 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 09:31:32.429174 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\module_editique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 09:32:18.433003 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 09:32:18.433003 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 09:32:18.433003 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 09:32:18.433551 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 09:32:18.433551 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 09:38:05.511699 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 09:38:05.511699 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 09:38:05.511699 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 09:38:05.511699 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 09:38:05.511699 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 09:39:22.064490 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 09:39:22.064490 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 09:39:22.064490 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 09:39:22.064490 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 09:39:22.064490 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 09:39:49.277742 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 09:39:49.277742 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 09:39:49.278742 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 09:39:49.278742 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 09:39:49.278742 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 09:41:03.871528 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 09:41:03.871528 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 09:41:03.871528 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 09:41:03.871528 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 09:41:03.871528 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 09:43:42.290684 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 09:43:42.290684 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 09:43:42.290684 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 09:43:42.290684 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 09:43:42.291686 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 09:59:38.955377 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 09:59:38.955377 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 09:59:38.956377 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 09:59:38.956377 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 09:59:38.956377 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 10:00:20.273710 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 10:00:20.273710 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 10:00:20.273710 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 10:00:20.273710 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 10:00:20.273710 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 10:00:52.133831 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 10:00:52.134814 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 10:00:52.134814 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 10:00:52.134814 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 10:00:52.134814 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 10:01:31.219246 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 10:01:31.220231 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 10:01:31.220231 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 10:01:31.220231 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 10:01:31.220231 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 10:05:06.167381 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 10:05:06.167381 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 10:05:06.167381 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 10:05:06.167381 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 10:05:06.167381 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 10:05:40.251217 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 10:05:40.251217 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 10:05:40.251217 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 10:05:40.251217 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 10:05:40.252200 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 10:06:40.227120 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 10:06:40.227120 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 10:06:40.227120 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 10:06:40.227120 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 10:06:40.227120 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 10:11:10.326159 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 10:11:10.326159 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 10:11:10.326159 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 10:11:10.326159 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 10:11:10.326159 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 10:11:57.176500 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 10:11:57.176500 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 10:11:57.176500 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 10:11:57.176500 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 10:11:57.176500 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 10:13:37.179698 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 10:13:37.179698 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 10:13:37.179698 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 10:13:37.179698 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 10:13:37.179698 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 10:13:51.127638 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 10:13:51.127638 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 10:13:51.127638 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 10:13:51.127638 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 10:13:51.128638 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 10:14:46.635160 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 10:14:46.635160 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 10:14:46.642293 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 10:14:46.642293 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 10:14:46.642293 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 10:16:42.656636 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 10:16:42.656636 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 10:16:42.656636 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 10:16:42.656636 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 10:16:42.656636 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 10:16:55.273548 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 10:16:55.273548 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 10:16:55.273548 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 10:16:55.273548 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 10:16:55.274548 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 10:17:42.929960 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 10:17:42.929960 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 10:17:42.929960 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 10:17:42.929960 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 10:17:42.929960 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 10:18:59.162607 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 10:18:59.162607 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 10:18:59.162607 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 10:18:59.162607 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 10:18:59.162607 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 10:22:42.878370 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 10:22:42.878370 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 10:22:42.878370 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 10:22:42.878370 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 10:22:42.878370 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 10:24:19.900315 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 10:24:19.900315 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 10:24:19.901314 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 10:24:19.901314 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 10:24:19.901314 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 10:25:24.677495 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 10:25:24.677495 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 10:25:24.677495 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 10:25:24.677495 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 10:25:24.677495 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 10:31:02.390519 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 10:31:02.390519 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 10:31:02.390519 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 10:31:02.390519 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 10:31:02.390519 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 10:31:12.287981 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 10:31:12.287981 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 10:31:12.287981 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 10:31:12.287981 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 10:31:12.287981 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 10:32:17.149813 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 10:32:17.150812 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 10:32:17.150812 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 10:32:17.150812 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 10:32:17.150812 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 10:32:48.750224 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 10:32:48.750224 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 10:32:48.750224 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 10:32:48.750224 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 10:32:48.750224 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 10:33:25.588643 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 10:33:25.588643 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 10:33:25.589646 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 10:33:25.589646 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 10:33:25.589646 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-05 10:41:20.194559 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 10:41:20] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2026-02-05 10:41:21.917871 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 10:41:21.918849 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 10:41:21.920849 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 10:41:21.922848 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 10:41:21.926855 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 10:41:21] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 10:41:21] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-05 10:41:21.964364 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 10:41:21] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-05 10:41:21.971365 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 10:41:21.972365 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 10:41:21.974365 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 10:41:21.979366 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 10:41:21] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 10:41:21] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:root:2026-02-05 10:41:21.988367 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 10:41:21.991367 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 10:41:21] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 10:41:21] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 10:41:22] "POST /myclass/api/Get_Ref_Pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 10:41:22] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 10:41:22] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 10:41:22] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-05 10:41:51.617235 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 10:41:51] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 10:42:02.466323 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 10:42:02.495841 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 10:42:02] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-05 10:59:04.923426 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 10:59:04] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 11:12:59.112091 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 11:12:59] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 11:16:37.299551 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 11:16:37] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 11:18:46.412454 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 11:18:46] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 11:20:22.814973 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 11:20:22] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:32:24.060602 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:32:24.215566 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:32:24] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:32:39.733444 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:32:39.756445 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:32:39] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:32:53.996947 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:32:54.007478 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:32:54.016461 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:32:54.042506 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:32:54] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:32:54.065028 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:32:54] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:32:54] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:32:54.090012 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:32:54] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:32:54.100519 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:32:54.106121 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:32:54.112121 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:32:54] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:32:54.117649 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:32:54] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:32:54] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:32:54.133649 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:32:54.143649 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:32:54] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:32:54] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:32:54] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:32:54] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:32:55] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:33:00.572763 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:33:00.580764 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:33:00.582764 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:33:00.604768 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:33:00.619770 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:33:00] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:33:00] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:33:00] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:33:00] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:33:00.631152 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:33:00.636152 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:33:00.641153 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:33:00.646175 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:33:00.651157 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:33:00] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:33:00] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:33:00.662292 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:33:00] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:33:00.667318 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:33:00] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:33:00.675291 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:33:00.681293 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:33:00.686291 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:33:00] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:33:00] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:33:00] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:33:00.704297 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:33:00] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:33:00.707292 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:33:00] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:33:00] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:33:00] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:33:01] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:35:30.657790 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:35:30.665308 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:35:30.671583 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:35:30.678582 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:30] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:35:30.692779 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:30] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:30] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:30] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:35:30.705803 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:35:30.710812 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:35:30.716333 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:35:30.718840 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:30] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:35:30.729854 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:35:30.736853 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:30] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:30] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:30] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:35:30.748849 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:35:30.755851 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:30] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:35:30.765855 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:30] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:35:30.773167 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:30] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:35:30.785444 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:35:30.793935 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:30] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:30] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:30] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:31] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:31] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:35:37.738634 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:35:37.744632 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:35:37.747632 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:35:37.753658 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:35:37.763632 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:37] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:37] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:37] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:37] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:35:37.812220 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:35:37.816221 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:35:37.822239 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:35:37.828239 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:37] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:35:37.833775 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:37] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:35:37.844797 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:37] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:35:37.849797 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:37] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:35:37.860630 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:37] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:35:37.870631 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:37] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:35:37.879643 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:37] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:35:37.889640 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:37] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:35:37.904686 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:37] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:37] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:38] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:39] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:35:41.425634 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:35:41] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:36:46.775037 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:36:46.783034 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:36:46.790058 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:36:46.798057 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:36:46] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:36:46.807059 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:36:46] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:36:46] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:36:46.820059 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:36:46.828066 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:36:46] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:36:46] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:36:46] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:36:46] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:40:52.493831 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:40:52.500831 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:40:52.502831 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:40:52.510300 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:40:52] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:40:52.520953 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:40:52.529656 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:40:52] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:40:52.536267 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:40:52] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:40:52] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:40:52] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:40:52.548960 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:40:52.554129 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:40:52] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:40:52] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:40:52.566127 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:40:52.576258 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:40:52.580514 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:40:52] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:40:52] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:40:52] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:40:52] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:40:53] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:41:07.560617 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:41:07.565618 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:41:07.570807 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:41:07.572803 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:07] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:41:07.585809 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:07] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:07] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:07] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:41:07.660388 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:41:07.666388 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:41:07.671905 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:41:07.683905 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:07] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:41:07.690913 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:07] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:41:07.698910 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:41:07.705424 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:07] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:07] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:07] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:41:07.723457 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:41:07.728455 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:07] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:41:07.738018 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:07] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:41:07.748017 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:41:07.758016 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:07] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:07] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:07] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:08] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:09] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:41:36.062538 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:41:36.066056 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:41:36.071056 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:41:36.074057 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:41:36.079055 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:41:36.088056 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:41:36.098061 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:36] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:36] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:41:36.105062 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:36] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:36] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:36] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:41:36.116578 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:36] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:41:36.121580 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:36] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:41:36.127589 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:41:36.129589 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:41:36.135591 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:36] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:36] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:36] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:36] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:41:36.151116 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:41:36.157115 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:41:36.162115 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:41:36.175636 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:36] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:36] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:36] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:36] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:41:38] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:43:34.634599 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:43:34.639599 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:43:34.649608 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:43:34.661613 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:34] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:43:34.680197 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:34] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:34] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:43:34.698208 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:43:34.704202 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:43:34.707732 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:34] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:43:34.728277 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:34] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:34] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:43:34.741279 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:34] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:43:34.749285 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:43:34.758285 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:34] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:34] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:34] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:35] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:37] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:43:51.461176 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:43:51.470179 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:43:51.476179 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:43:51.480179 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:51] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:51] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:43:51.495730 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:51] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:51] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:43:51.530293 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:43:51.532292 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:43:51.537319 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:51] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:43:51.547294 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:51] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:43:51.552294 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:51] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:43:51.560310 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:51] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:43:51.569335 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:43:51.571322 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:51] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:51] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:51] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:43:51.583854 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:43:51.590375 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:43:51.597368 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:43:51.607374 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:51] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:51] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:51] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:51] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:52] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:43:56.371902 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:43:56.375898 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:43:56.381906 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:43:56.384905 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:43:56.390923 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:56] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:43:56.396472 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:56] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:56] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:43:56.404472 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:56] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:56] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:56] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:43:56] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:44:03.182277 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:03.185278 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:03.189279 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:03.195283 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:03] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:03] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:44:03.206804 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:03] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:03] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:44:03.222807 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:03] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:44:29.882523 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:29.890526 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:29.898530 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:29.909523 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:29.916548 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:29] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:29] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:44:29.927523 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:29] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:44:29.932521 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:29.941522 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:29] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:29] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:44:29.957526 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:29.960525 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:29] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:29] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:30] "POST /myclass/api/Get_List_Partner_Apprenant/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:30] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:31] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:44:32.152130 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:32.157164 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:32.163173 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:32.173732 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:32.175736 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:32.185733 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:32] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:32] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:32] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:32] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:34] "POST /myclass/api/Get_Statgaire_List_Partner_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:35] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:44:35.832627 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:35.844938 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:35.848938 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:35] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:44:35.861957 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:35] "POST /myclass/api/Get_Type_Groupe_Apprenant/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:35] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:35] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:44:37.928627 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:37.935645 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:37.944643 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:37.951628 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:37.960627 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:37.972670 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:37] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:37] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:38] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:39] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:44:40.103039 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:40.113618 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:40] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:44:40.139731 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:40.154372 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:40] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:44:40.167852 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:40] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:40] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:40] "POST /myclass/api/Get_List_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:40] "POST /myclass/api/Get_Statgaire_List_Partner_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:42] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:44:42.456224 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:42.462240 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:42] "POST /myclass/api/Get_List_Admission_Setup/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:44:42.476267 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:42.485813 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:42] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:42] "POST /myclass/api/Get_Given_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:42] "POST /myclass/api/Get_List_Stagiaire_Admission_Session/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:44:42.503811 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:42] "POST /myclass/api/Get_List_Admission_Setup_Etape/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:44:42.520798 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:42] "POST /myclass/api/Get_List_Admission_Setup_Document/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:44:44.993448 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:45.001393 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:45.013447 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:45] "POST /myclass/api/Get_List_Admission_Setup/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:44:45.023461 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:45] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:45] "POST /myclass/api/Get_Given_Admission_Session/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:44:45.034360 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:45] "POST /myclass/api/Get_List_Stagiaire_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:45] "POST /myclass/api/Get_List_Admission_Setup_Etape/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:44:45.052900 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:45] "POST /myclass/api/Get_List_Admission_Setup_Document/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:44:46.063241 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:46] "POST /myclass/api/Get_List_Stagiaire_Admission_Session/ HTTP/1.1" 200 - +INFO:root:2026-02-05 12:44:48.717967 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:48.723209 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:48.728210 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 12:44:48.734196 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:48] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:48] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:48] "POST /myclass/api/Get_List_jury_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 12:44:48] "POST /myclass/api/Get_List_Admission_Session/ HTTP/1.1" 200 - +INFO:root:2026-02-05 14:32:46.374611 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 14:32:46] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 14:33:56.477580 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 14:33:56] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 14:34:19.811140 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 14:34:19] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 14:58:36.977055 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 14:58:37.010072 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 14:58:37] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-05 14:58:52.425479 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 14:58:52.431485 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 14:58:52.437485 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 14:58:52.441486 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 14:58:52.447999 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 14:58:52] "POST /myclass/api/Get_List_Admission_Setup/ HTTP/1.1" 200 - +INFO:root:2026-02-05 14:58:52.455999 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 14:58:52] "POST /myclass/api/Get_Given_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 14:58:52] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 14:58:52] "POST /myclass/api/Get_List_Admission_Setup_Document/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 14:58:52] "POST /myclass/api/Get_List_Admission_Setup_Etape/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 14:58:52] "POST /myclass/api/Get_List_Stagiaire_Admission_Session/ HTTP/1.1" 200 - +INFO:root:2026-02-05 14:58:53.842627 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 14:58:53] "POST /myclass/api/Get_List_Stagiaire_Admission_Session/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:02:51.938750 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:02:51] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:03:25.301006 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:03:25] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:05:01.671572 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:05:01] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:05:43.689590 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:05:43.695592 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:05:43.703594 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:05:43.712592 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:05:43.732589 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:05:43] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:05:43] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:05:43] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:05:43] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:05:43.754596 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:05:43] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:06:09.866824 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:06:09.873834 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:06:09.882836 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:06:09.889355 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:06:09] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:06:09.902869 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:06:09] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:06:09] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:06:09] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:06:09.921871 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:06:09] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:07:58.106233 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:07:58.113231 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:07:58.116231 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:07:58.123230 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:07:58] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:07:58.142241 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:07:58] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:07:58] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:07:58] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:07:58.190301 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:07:58] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:08:05.846192 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:08:05.853192 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:08:05.861192 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:08:05.875189 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:08:05.890197 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:root:2026-02-05 15:08:05.891197 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:08:05] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:08:05] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:08:05] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:08:05] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:08:05] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:08:14.520994 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:08:14.524994 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:08:14.528022 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:08:14.530994 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:08:14.538994 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:08:14] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:08:14] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:08:14] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:08:14] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:08:14.557482 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:08:14] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:08:53.349558 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:08:53.356575 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:08:53.365571 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:08:53.372098 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:08:53] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:08:53.381103 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:08:53.387102 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:08:53] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:08:53] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:08:53] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:08:53] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:09:01.725841 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:09:01.730841 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:09:01.735842 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:09:01.739839 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:09:01] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:09:01.750850 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:09:01] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:09:01] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:09:01] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:09:01.782375 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:09:01] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 15:12:31.887813 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 15:12:31.887813 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 15:12:31.887813 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 15:12:31.887813 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 15:12:31.887813 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 15:12:39.617553 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 15:12:39.618552 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 15:12:39.618552 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 15:12:39.618552 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 15:12:39.618552 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 15:13:12.421130 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 15:13:12.421130 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 15:13:12.422130 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 15:13:12.422130 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 15:13:12.422130 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-05 15:13:26.927762 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:13:26.940763 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:13:26.961765 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:13:26.983769 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:13:27.027291 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:13:27] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:13:27] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:13:27] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:13:27.237459 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:13:27] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:13:30] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:15:23.825658 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:15:23.828660 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:15:23.830659 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:15:23.834658 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:15:23] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:15:23.847665 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:15:23] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:15:23] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:15:23] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:15:23.864201 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:15:23] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 15:16:20.161407 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 15:16:20.161407 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 15:16:20.161407 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 15:16:20.161407 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 15:16:20.161407 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-05 15:16:33.204787 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:16:33.208786 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:16:33.215786 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:16:33.217290 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:16:33.229314 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:16:33] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:16:33] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:16:33] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:16:33.239313 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:16:33] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:16:34] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 15:17:33.844805 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 15:17:33.844805 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 15:17:33.844805 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 15:17:33.844805 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 15:17:33.844805 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 15:18:05.517750 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 15:18:05.521752 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 15:18:05.522739 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 15:18:05.522739 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 15:18:05.522739 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-05 15:18:05.843897 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:18:05.848897 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:18:05.852897 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:18:05.859415 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:18:05.873414 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:18:05] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:18:06.043943 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:18:06] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:18:06] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:18:06] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:18:07] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\prj_common.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 15:25:26.678067 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 15:25:26.678067 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 15:25:26.678067 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 15:25:26.678067 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 15:25:26.679069 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\prj_common.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 15:25:49.557075 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 15:25:49.557075 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 15:25:49.558074 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 15:25:49.558074 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 15:25:49.558074 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-05 15:26:25.819160 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:26:25.822160 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:26:25.825160 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:26:25] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:26:25.833161 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:26:25] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:26:25.850201 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:26:25] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:26:25.851165 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:26:25] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:26:25] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:27:04.037243 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:27:04.039241 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:27:04.043243 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:27:04] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:27:04.050246 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:27:04.059247 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:27:04] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:27:04] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:27:04] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:27:04.079298 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:27:04] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:27:35.706274 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:27:35] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:27:44.233385 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:27:44] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:27:53.383625 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:27:53] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:28:18.514401 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:28:18] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:28:31.052326 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:28:31.060054 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:28:31.068059 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:28:31] "POST /myclass/api/Get_List_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:28:31] "POST /myclass/api/Get_Given_Stagiaire_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:28:31] "POST /myclass/api/Get_Inscrit_Admiss_Session_Recorded_Image_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:28:32.831690 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 15:28:32.861691 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:28:32] "POST /myclass/api/Get_List_Candidat_Document/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:28:32] "POST /myclass/api/Get_Pourcentage_Candidat_Document/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:28:37.170505 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:28:37] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:34:11.159594 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:34:11] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:44:14.769082 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:44:14] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:48:35.917264 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:48:35] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:49:25.111682 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:49:25] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:49:35.761228 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:49:35] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:52:00.874494 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:52:00] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:52:50.284362 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:52:50] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:53:31.767009 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:53:31] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:55:54.253815 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:55:54] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:56:33.843648 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:56:33] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:56:52.360513 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:56:52] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:57:42.100277 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:57:42] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 15:59:30.526592 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 15:59:30] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:04:14.676059 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:04:14] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:04:19.356900 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:04:19.365416 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:04:19.383428 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:04:19] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:04:19.407946 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:04:19.418945 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:04:19] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:04:19] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:04:19.460473 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:04:19] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:04:19] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:04:20.626608 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:04:20] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:04:41.859102 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:04:41] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:10:27.700219 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:10:27] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:10:41.271470 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:10:41] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:10:49.695548 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:10:49] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:12:30.794894 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:12:30] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:12:32.939810 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:12:32] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:14:03.595729 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:14:03] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:14:39.820688 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:14:39] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:16:06.395935 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:16:06.401935 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:16:06.411933 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:16:06] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:16:06.423930 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:16:06.433954 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:16:06.440937 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:16:06] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:16:06] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:16:06] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:16:06] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:16:08.190979 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:16:08] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:18:34.394748 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:18:34] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:18:52.865862 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:18:52] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:19:05.401920 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:19:05.406919 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:19:05.412422 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:19:05.419428 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:19:05] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:19:05.434432 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:19:05.437432 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:19:05] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:19:05] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:19:05] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:19:05] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:19:06.728086 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:19:06] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:20:41.869769 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:20:41] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:21:37.134832 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:21:37] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:23:00.830579 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:23:00] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:23:35.555006 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:23:35] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:24:01.385481 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:24:01] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:24:18.276244 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:24:18] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:24:52.673887 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:24:52] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:26:02.757063 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:26:02] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:26:23.679831 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:26:23] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:27:24.042444 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:27:24] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:27:35.813854 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:27:35.819393 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:27:35.825056 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:27:35] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:27:35.833792 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:27:35.841883 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:27:35] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:27:35] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:27:35] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:27:35.863882 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:27:35] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:27:38.389955 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:27:38] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:28:25.521425 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:28:25] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:41:18.633814 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:18] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:41:18.750910 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:41:18.772938 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:18] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:41:18.797436 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:41:18.809436 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:41:18.816435 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:18] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:41:18.821432 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:18] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:18] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:18] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:41:18.921968 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:41:18.941960 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:41:18.950958 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:41:18.960958 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:18] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:41:18.986472 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:41:19.002477 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:19] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:19] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:19] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:41:19.032994 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:41:19.053994 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:19] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:41:19.068002 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:19] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:41:19.084516 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:41:19.109028 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:19] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:41:19.120034 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:19] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:19] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:19] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:41:19.196553 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:41:19.208565 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:41:19.224093 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:19] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:41:19.243604 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:41:19.251118 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:41:19.273140 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:19] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:19] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:19] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:19] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:41:33.207663 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:41:33.211092 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:41:33.213094 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:33] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:41:33.220089 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:33] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:33] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:41:33.233284 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:33] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:41:33.243397 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:33] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:41:59.752115 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:59] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:41:59.770120 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:41:59.784632 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:41:59.793636 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:41:59.800634 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:59] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:59] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:59] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:41:59.857185 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:41:59] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:42:13.353193 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:42:13.355217 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 16:42:13.360192 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:42:13] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:42:13.365701 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:42:13] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:42:13.377738 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:42:13] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:42:13] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:42:13.388738 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:42:13] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:42:16.139787 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:42:16] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:43:14.930814 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:43:14] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:43:16.787431 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:43:16] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:43:45.609172 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:43:45] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:44:22.171471 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:44:22] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:45:46.297975 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:45:46] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:45:54.472068 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:45:54] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:46:19.312940 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:46:19] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:51:25.672848 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:51:25] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:53:03.243807 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:53:03] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 16:54:20.222088 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 16:54:20] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:02:04.151281 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 17:02:04.152293 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 17:02:04.156742 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:02:04] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:02:04.166800 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 17:02:04.177147 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:02:04] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:02:04] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:02:04] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:02:04.186205 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:02:04] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:04:02.063573 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:04:02] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:04:08.551941 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:04:08] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:04:43.683016 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:04:43] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:05:47.890136 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 17:05:47.895123 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 17:05:47.899124 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 17:05:47.906153 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:05:47] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:05:47] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:05:47.921130 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:05:47] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:05:47] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:05:47.933659 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:05:47] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:10:20.416999 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:10:20] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:10:49.759943 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:10:49] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:11:06.668300 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 17:11:06.672813 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 17:11:06.680327 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 17:11:06.683324 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:11:06] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:11:06.696326 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:11:06] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:11:06] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:11:06] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:11:06.706323 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:11:06] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:11:23.940988 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:11:23] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:12:08.872802 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:12:08] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:12:22.150807 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:12:22] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:12:34.880594 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:12:34] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:12:49.244365 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:12:49] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:15:31.851111 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:15:31] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:15:41.799100 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 17:15:41.802100 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 17:15:41.805101 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 17:15:41.806099 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:15:41] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:15:41.821100 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:15:41] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:15:41] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:15:41] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:15:41.837212 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:15:41] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:16:23.265599 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:16:23] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:16:39.226237 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:16:39] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:16:55.160264 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:16:55] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:17:46.547936 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:17:46] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:19:51.017952 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:19:51] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:19:58.277708 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 17:19:58.281709 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 17:19:58.285708 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:19:58] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:19:58.290706 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:19:58] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:19:58.300708 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:19:58] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:19:58] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:19:58.315723 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:19:58] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:20:08.020934 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 17:20:09.326724 : Lock_PF_partner_account_And_Sub_Accound_from_id Ce compte est un compte super administrateur et ne peut pas être verrouillé. +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:20:09] "POST /myclass/api/Lock_PF_partner_account_And_Sub_Accound_from_id/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-05 17:21:18.315116 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-05 17:21:18.315116 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-05 17:21:18.315116 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-05 17:21:18.315116 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-05 17:21:18.315116 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-05 17:21:18.522794 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:21:18] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:21:37.105681 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:21:37] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:21:38.585530 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:21:38] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:22:27.284273 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:22:27] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:22:59.803690 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:22:59] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:23:02.370516 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:23:02] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:23:03.676286 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:23:03] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:24:51.476739 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:24:51] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:31:53.868327 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:31:53] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:31:56.834546 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:31:56] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:33:07.093718 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:33:07] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:33:25.464707 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:33:25] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:35:03.729576 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:35:03] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:35:42.136277 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:35:42] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:35:45.458543 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:35:45] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:36:58.228114 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:36:58] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:37:04.942929 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 17:37:04.944928 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 17:37:04.948927 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:37:04] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:37:04.956442 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:37:04] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:37:04.968440 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:37:04] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:37:04] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:37:04.973459 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:37:04] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:37:06.333033 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:37:06] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:37:56.427227 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:37:56] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:38:32.186206 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 17:38:32.189208 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 17:38:32.191206 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:38:32] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:38:32.197773 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:38:32] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:38:32] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:38:32.209772 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:38:32] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:38:32.230794 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:38:32] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:38:35.047694 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:38:35] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-05 17:39:23.979970 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 17:39:24] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:49:21.974424 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:49:21.977522 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:49:21.990155 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:49:22.003426 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:49:22.017553 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:22] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:22] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:22] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:22] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:49:23.078972 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:49:23.084162 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:49:23.098161 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:49:23.110689 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:23] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:23] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:49:23.127686 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:49:23.138686 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:49:23.155706 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:49:23.168944 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:23] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:49:23.183647 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:49:23.197543 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:49:23.206171 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:23] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:49:23.219105 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:49:23.229216 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:49:23.234216 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:49:23.242210 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:23] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:49:23.264209 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:49:23.278232 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:49:23.284076 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:49:23.293070 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:49:23.296965 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:49:23.360970 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:49:23.368087 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:23] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:49:23.494360 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:49:23.503054 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:49:23.514902 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:49:23.525650 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:49:23.582844 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:49:23.592873 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:49:23.668106 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:23] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:49:23.684537 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:49:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:12.963440 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:12.972443 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:12] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:12.983444 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:12.992437 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:12] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:13] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:13.005441 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:13.016437 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:13] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:13] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:13.029437 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:13.036451 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:13] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:13.044447 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:13.048984 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:13] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:13.058983 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:13.065984 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:13.072998 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:13.077001 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:13] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:13] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:13] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:13.105978 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:13.110983 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:13.115984 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:13.119980 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:13.123995 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:13] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:13.180516 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:13] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:13] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:13] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:13.227776 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:13] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:13.239798 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:13.250314 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:13] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:13.265435 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:13.279080 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:13.284129 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:13.291075 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:13.294067 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:13.320073 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:13] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:13] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:13] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:13.363148 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:13] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:13] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:18.722232 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:18.723232 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:18.728751 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:18.732749 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:18.735752 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:18] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:18] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:19.267938 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:19.274961 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:19.282978 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:19.294498 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:19.304503 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:19.314519 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:19.322547 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:19.333509 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:19.348514 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:19.361051 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:19.370607 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:19.382624 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:19.390612 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:19.404609 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:19.423879 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:19.428875 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:19.435878 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:19.437888 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:19.448908 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:19.480466 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:19.513452 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:19.521469 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:19.543228 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:19.556057 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:19.562603 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:19.566594 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:19.574605 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:19.621603 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:19.641597 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:19.653605 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:26.608074 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:26.620086 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:26.622073 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:26.629089 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:26.644075 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:26] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:26] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:27] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:27] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:27.481965 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:27] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:27.497156 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:27.506150 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:27] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:27] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:27.530256 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:27] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:27.554266 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:27.566388 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:27] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:27] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:27.589861 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:27.601885 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:27] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:27.620863 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:27.638865 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:27.661948 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:27.675555 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:27.689681 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:27] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:27] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:27] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:27.920168 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:27] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:27] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:27.931141 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:27] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:27.939030 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:27] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:27.969072 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:27.983623 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:27] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:27.997117 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:28.006135 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:28.016026 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:28] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:28] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:28.065060 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:28.069132 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:28] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:28] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:28] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:28.108636 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:28.116750 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:28.124753 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:28] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:28] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:28] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:28] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:28.165649 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:28] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:28] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:51:28.192430 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:28.208430 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:51:28.224456 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:28] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:28] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:28] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:51:28] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:52:32.017683 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:52:32.018669 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:52:32.021833 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:52:32.026950 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:52:32.029950 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:52:32.405487 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:52:32.409495 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:52:32.414495 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:52:32.419502 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:52:32.421494 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:52:32.430494 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:52:32.436494 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:52:32.442503 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:52:32.447503 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:52:32.451502 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:52:32.457021 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:52:32.458021 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:52:32.461534 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:52:32.466535 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:52:32.472537 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:52:32.476956 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:52:32.479956 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:52:32.481957 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:52:32.492956 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:52:32.496956 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:52:32.506963 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:52:32.516475 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:52:32.533094 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:52:32.554673 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:52:32.556674 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:52:32.567955 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:52:32.571958 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:52:32.597228 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:52:32.618230 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:52:32.620227 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:52:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:53:11.594570 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:53:11.597118 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:53:11.598711 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:53:11.600244 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:53:11.602255 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:11] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:11] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:11] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:11] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:53:11.881298 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:53:11.884849 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:11] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:53:11.887858 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:11] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:53:11.890883 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:53:11.893879 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:11] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:53:11.894874 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:11] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:11] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:53:11.902343 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:11] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:53:11.906365 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:11] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:53:11.911667 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:11] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:11] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:53:11.917253 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:53:11.920793 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:53:11.921803 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:11] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:53:11.927965 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:11] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:53:11.934057 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:53:11.936159 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:11] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:11] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:11] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:53:11.947557 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:53:11.949547 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:53:11.951549 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:53:11.953549 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:53:11.955545 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:11] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:11] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:53:12.003342 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:53:12.009341 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:12] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:12] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:53:12.047309 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:53:12.049765 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:12] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:12] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:12] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:12] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:53:12.065055 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:12] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:12] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:53:12.071659 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:53:12.073199 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-05 21:53:12.077012 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:12] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:53:12.087179 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:12] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:12] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-05 21:53:12.090278 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:12] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:12] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [05/Feb/2026 21:53:12] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 07:07:13.622670 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 07:07:13.622670 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 07:07:13.622670 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 07:07:13.622670 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 07:07:13.622670 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 07:08:04.302192 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 07:08:04.302192 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 07:08:04.302192 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 07:08:04.304574 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 07:08:04.304574 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 07:09:38.161391 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:09:38.164376 : Le token partner est vide +INFO:root:2026-02-06 07:09:38.169922 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:09:38.171920 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:09:38.178929 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:09:38.189926 : La session de connexion n'est pas valide +INFO:root:2026-02-06 07:09:38.191925 : La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:09:38] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:09:38.202922 : La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:09:38] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:09:40.170434 : get_partner_account - La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:09:40] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:09:40.172435 : getRecodedImage - Impossible de récupérer le recid du user +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:09:40] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:09:43.210017 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:09:43] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:09:43.269993 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:09:43.270992 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:09:43.275544 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:09:43] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:09:43.289575 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:09:43.301580 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:09:43.305582 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:09:43] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:09:43] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:09:43] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:09:43.332862 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:09:43.338866 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:09:43.344862 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:09:43] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:09:43.353861 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:09:43] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:09:43] "POST /myclass/api/Get_Ref_Pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:09:43.367869 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:09:43.375036 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:09:43] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:09:43] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:09:43] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:09:43] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:10:15.034352 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:15] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:10:16.847926 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:16] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:10:17.152573 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:10:17.155565 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:10:17.158566 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:17] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:10:17.164564 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:17] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:17] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:10:17.178086 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:17] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:10:17.231611 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:10:17.234611 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:17] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:17] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:10:17.475338 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:10:17.487351 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:10:17.491329 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:17] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:10:17.496345 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:17] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:17] "POST /myclass/api/Get_Ref_Pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:17] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:10:50.422905 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:10:50.423891 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:10:50.426171 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:10:50.427172 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:10:50.428680 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:50] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:50] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:50] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:50] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:10:50.726006 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:50] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:10:51.035832 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:10:51.037846 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:10:51.038846 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:10:51.044831 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:51] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:51] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:10:51.048844 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:51] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:51] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:10:51.057847 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:51] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:51] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:10:51.374699 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:10:51.378764 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:51] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:10:51.380396 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:10:51.385900 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:51] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:10:51.386922 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:10:51.393907 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:51] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:51] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:51] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:51] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:10:51.701937 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:10:51.706486 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:10:51.717148 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:10:51.725162 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:51] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:51] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:10:51.740699 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:10:51.742730 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:51] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:51] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:51] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:51] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:10:52.045724 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:52] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:10:52.053727 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:52] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:10:52.124944 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:10:52.128859 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:52] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:10:52.136853 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:10:52.137875 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:52] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:52] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:52] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:10:52.359689 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:52] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:10:52.374549 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:52] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:10:52.449619 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:10:52.452615 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:52] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:10:52.459622 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:52] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:10:52] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:12:45.537787 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:45] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:12:45.797417 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:12:45.832955 : Get_Partner_Hour_Per_Day WARNING : Le partner (partner_owner_recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de1bot ) n'a pas de configuration pour la convertion jour / heure. Utilisation de la convertion par defaut +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:45] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:12:45.897983 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:12:45.901049 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:45] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:12:45.905062 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:12:45.906062 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:12:45.910572 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:45] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:45] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:12:45.923431 : get_partner_account -'ressource_humaine_id' - ERRORRRR AT Line : 1190 +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:45] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:45] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:12:46.161835 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:46] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:12:46.226314 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:12:46.228317 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:12:46.235317 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:12:46.246337 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:46] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:46] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:46] "POST /myclass/api/Get_Ref_Pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:12:46.287312 : Get_Partner_Hour_Per_Day WARNING : Le partner (partner_owner_recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de1bot ) n'a pas de configuration pour la convertion jour / heure. Utilisation de la convertion par defaut +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:46] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:12:56.049695 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:12:56.058696 : Get_Partner_Hour_Per_Day WARNING : Le partner (partner_owner_recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de1bot ) n'a pas de configuration pour la convertion jour / heure. Utilisation de la convertion par defaut +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:56] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:12:57.716742 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:57] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:12:58.019811 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:12:58.020810 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:12:58.024808 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:12:58.029847 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:12:58.032846 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:12:58.038809 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:58] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:58] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:58] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:58] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:58] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:58] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:12:58.351993 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:12:58.354993 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:12:58.357993 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:58] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:12:58.362994 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:58] "POST /myclass/api/Get_Ref_Pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:12:58.368993 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:58] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:12:58.372995 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:12:58.376993 : Get_Partner_Hour_Per_Day WARNING : Le partner (partner_owner_recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de1bot ) n'a pas de configuration pour la convertion jour / heure. Utilisation de la convertion par defaut +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:58] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:58] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:58] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:12:58.757687 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:12:58.760688 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:12:58.764687 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:58] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:58] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:12:58] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:13:40.945584 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:13:40] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:13:43.202869 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:13:43] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:13:51.414814 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:13:51.422326 : Get_Partner_Hour_Per_Day WARNING : Le partner (partner_owner_recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de1bot ) n'a pas de configuration pour la convertion jour / heure. Utilisation de la convertion par defaut +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:13:51] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:13:52.392034 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:13:52.404016 : Get_Partner_Hour_Per_Day WARNING : Le partner (partner_owner_recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de1bot ) n'a pas de configuration pour la convertion jour / heure. Utilisation de la convertion par defaut +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:13:52] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:14:27.201533 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:14:27.203534 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:14:27.205532 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:14:27.208548 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:14:27] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:14:27] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:14:27] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:14:27.230092 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:14:27] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:14:27.234606 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:14:27] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 07:16:07.065554 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 07:16:07.065554 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 07:16:07.066554 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 07:16:07.066554 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 07:16:07.066554 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 07:16:07.588620 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:16:07.592621 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:16:07.596126 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:16:07.602134 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:16:07] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:16:07.618136 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:16:07] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:16:07] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:16:07.628135 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:16:07] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:16:09.280403 : Get_List_Plateforme_Partnaire_With_Filter -'recid' - Line : 2120 +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:16:09] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 07:17:09.028563 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 07:17:09.028563 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 07:17:09.028563 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 07:17:09.028563 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 07:17:09.028563 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 07:17:55.749724 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:17:55.752228 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:17:55.754235 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:17:55.756235 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:17:55] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:17:55] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:17:55.775750 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:17:55] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:17:55] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:17:55.793142 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:17:56.235034 : Get_List_Plateforme_Partnaire_With_Filter -'partner_owner_recid' - Line : 2120 +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:17:56] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 07:18:22.213056 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 07:18:22.213056 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 07:18:22.214058 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 07:18:22.214058 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 07:18:22.214058 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 07:18:50.080575 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 07:18:50.080575 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 07:18:50.080575 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 07:18:50.080575 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 07:18:50.080575 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 07:18:50.143722 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:18:50.144740 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:18:50.146725 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:18:50.146725 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:18:50.149224 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:18:50] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:18:50.156272 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:18:50] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:18:50] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:18:50] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:18:50.534918 : Get_List_Plateforme_Partnaire_With_Filter -'recid' - Line : 2120 +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:18:50] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 07:19:19.574107 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 07:19:19.574107 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 07:19:19.574107 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 07:19:19.574107 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 07:19:19.574107 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 07:19:28.172794 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:19:28.175793 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:19:28.181795 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:19:28.182794 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:19:28] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:19:28.202796 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:19:28] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:19:28.209801 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:19:28] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:19:28] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:19:28] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 07:20:52.488003 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 07:20:52.489005 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 07:20:52.489005 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 07:20:52.489005 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 07:20:52.489005 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 07:21:19.992996 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:21:19.993996 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:21:19.997996 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:21:19.998996 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:21:20] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:21:20] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:21:20] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:21:20.023022 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:21:20.023022 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:21:20] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:21:20] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:21:21.713843 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:21:21] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:21:27.507659 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:21:27] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:21:39.421054 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:21:40.930185 : Lock_PF_partner_account_And_Sub_Accound_from_id WARNING - Aucune mise (partnair_account) à jour n'a été faite +INFO:root:2026-02-06 07:21:40.933183 : Lock_PF_partner_account_And_Sub_Accound_from_id WARNING - Aucune mise à jour (user_account) n'a été faite +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:21:40] "POST /myclass/api/Lock_PF_partner_account_And_Sub_Accound_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:21:40.955191 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:21:40] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 07:23:04.096223 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 07:23:04.097222 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 07:23:04.097222 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 07:23:04.097222 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 07:23:04.097222 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 07:25:54.377933 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 07:25:54.377933 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 07:25:54.377933 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 07:25:54.377933 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 07:25:54.378935 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 07:26:17.902503 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 07:26:17.902503 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 07:26:17.902503 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 07:26:17.902503 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 07:26:17.902503 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 07:26:25.282817 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:26:25.283819 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:26:25.287814 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:26:25.291819 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:26:25] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:26:25.310331 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:26:25] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:26:25] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:26:25] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:26:25.317336 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:26:25] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:26:38.698747 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:26:40.597177 : Get_Partner_Hour_Per_Day WARNING : Le partner (partner_owner_recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de1bot ) n'a pas de configuration pour la convertion jour / heure. Utilisation de la convertion par defaut +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:26:40] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:27:06.836461 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:27:06.839462 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:27:06.841459 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:06] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:27:06.847463 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:27:06.855981 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:06] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:06] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:06] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:27:06.869497 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:06] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:27:11.560908 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:27:11.574410 : Lock_PF_partner_account_And_Sub_Accound_from_id WARNING - Aucune mise à jour (user_account) n'a été faite +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:11] "POST /myclass/api/Lock_PF_partner_account_And_Sub_Accound_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:27:11.609421 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:11] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:27:35.618977 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:27:35.619971 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:35] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:27:35.924101 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:27:35.927127 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:27:35.928141 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:35] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:35] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:36] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:27:36.045398 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:27:36.048401 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:36] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:27:36.050399 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:36] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:36] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:27:36.242274 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:36] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:27:36.350456 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:27:36.353515 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:36] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:36] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:27:36.362013 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:27:36.363012 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:27:36.363012 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:36] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:36] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:36] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:27:36.566523 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:36] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:27:36.675647 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:27:36.678124 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:27:36.682141 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:36] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:27:36.688196 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:27:36.692207 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:36] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:36] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:36] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:36] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:27:36.877389 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:36] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:27:37.003726 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:37] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:27:37.014725 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:37] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:27:37.049902 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:27:37.050950 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:37] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:37] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:27:37.065277 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:37] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:27:37.193247 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:37] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:27:37.317473 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:37] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:27:37.333718 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:37] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:27:37.380927 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:27:37.382927 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:27:37.387926 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:37] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:37] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:37] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:27:37.520490 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:37] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:27:37.645907 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:27:37.651450 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:37] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:37] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:27:58.795419 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:27:58.798429 : partner_login Ce compte admin_bot_dev@ff.fr est actuellement verrouillé +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:27:58] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:28:12.135123 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:28:12.147126 : UnLock_PF_partner_account_And_Sub_Accound_from_id WARNING - Aucune mise à jour (updated_partnair_account) n'a été faite +INFO:root:2026-02-06 07:28:12.150122 : UnLock_PF_partner_account_And_Sub_Accound_from_id WARNING - Aucune mise à jour (user_account) n'a été faite +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:28:12] "POST /myclass/api/UnLock_PF_partner_account_And_Sub_Accound_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:28:12.178121 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:28:12] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 07:28:53.877239 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 07:28:53.877239 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 07:28:53.878254 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 07:28:53.878254 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 07:28:53.878254 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 07:28:55.836275 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:28:57.484510 : UnLock_PF_partner_account_And_Sub_Accound_from_id WARNING - Aucune mise à jour (user_account) n'a été faite +INFO:root:2026-02-06 07:28:57.487526 : UnLock_PF_partner_account_And_Sub_Accound_from_id WARNING - Aucune mise à jour (myclass) n'a été faite +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:28:57] "POST /myclass/api/UnLock_PF_partner_account_And_Sub_Accound_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:28:57.504016 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:28:57] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:02.701223 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:02] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:02.969507 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:02.995517 : Get_Partner_Hour_Per_Day WARNING : Le partner (partner_owner_recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de1bot ) n'a pas de configuration pour la convertion jour / heure. Utilisation de la convertion par defaut +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:03] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:03.112208 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:03.115222 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:03.121244 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:03.126220 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:03.128234 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:03] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:03.140223 : get_partner_account -'ressource_humaine_id' - ERRORRRR AT Line : 1190 +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:03] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:03] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:03] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:03] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:03.333132 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:03] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:03.444102 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:03] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:03.463169 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:03.467162 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:03.473710 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:03] "POST /myclass/api/Get_Ref_Pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:03] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:03.496728 : Get_Partner_Hour_Per_Day WARNING : Le partner (partner_owner_recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de1bot ) n'a pas de configuration pour la convertion jour / heure. Utilisation de la convertion par defaut +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:03] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:11.081863 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:11.114529 : Get_Partner_Hour_Per_Day WARNING : Le partner (partner_owner_recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de1bot ) n'a pas de configuration pour la convertion jour / heure. Utilisation de la convertion par defaut +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:11] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:12.541568 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:12] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:12.878032 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:12] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:12.915547 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:12.934544 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:12] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:12.955684 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:12] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:12] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:13.003623 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:13] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:13.031718 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:13] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:13.252961 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:13] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:13.277987 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:13] "POST /myclass/api/Get_Ref_Pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:13.316578 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:13.350168 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:13.352169 : Get_Partner_Hour_Per_Day WARNING : Le partner (partner_owner_recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de1bot ) n'a pas de configuration pour la convertion jour / heure. Utilisation de la convertion par defaut +INFO:root:2026-02-06 07:29:13.366267 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:13] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:13] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:13] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:13.401008 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:13] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:13.764398 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:13.793141 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:13] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:13.815252 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:13] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:14] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:33.131359 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:33.133359 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:33.137359 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:33] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:33.151358 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:33.156366 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:33] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:33] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:33] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:33.178899 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:33] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:35.550072 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:35.551072 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:35.553072 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:35.554074 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:35.557074 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:35] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:35] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:35] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:35] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:35.816447 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:35.819448 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:35.820448 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:35] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:35.825448 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:35.826448 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:35] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:35.834646 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:35] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:35] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:35.840646 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:35] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:35.842647 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:35] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:35.850645 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:35] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:35.854648 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:35] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:35] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:35] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:35.863647 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:35.868648 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:35.873653 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:35] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:35.878655 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:35.881651 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:35] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:35] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:35.889160 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:35.893160 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:35.895160 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:35.897181 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:35] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:35.910191 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:35] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:35.934738 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:35] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:35.957767 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:35] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:35] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:35.976753 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:35.979752 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:35] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:35] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:35.993290 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:35.996282 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:36] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:36] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:36.008262 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:36.011284 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:36] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:36] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:36] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:36.028281 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:36.034263 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:36] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:36] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:36] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:36] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:36] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:38.275640 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:40.505239 : pour phrase : #Management opérationnel des achats#, voici la liste des formations +INFO:root:2026-02-06 07:29:40.505239 : ['MYSY_0003', 'PUjv9Ua5db4', 'oC9Y52jxItU', '-AGVb3V97hU', 'zkWA_orY6Lc', '1940', '1653050340485322', '1652439819526594', '6748', '172', '178', '6870', '175', '8933', '2463', '1652379105469903', "\noptimisez-l'achat-de-formation\n-7", '1652379105486895', '1652379105779489', '165237910584104', '1652379105749568', '1652379105502897', '1653050339505165', '1652439818530913', '2041', '1652379105531821', '1652379105718402', '1652379105592731', '1652379105734344', '1652379105420204', '1654586302536114', '1652379105639411', '165237910585788', '1652379105358718', '165237910560902', '1652379105450785', '1652379105518812', '165237910543538', '165237910565576', '1652379105702412', '1652379105388784', '1652379105670461', '1652379105765526', '1652379105576382', '1652379105825984', '1652379105404968', '1652379105348744', '1652379105374706', '1652379105795176', '1652379105561393'] +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/recherche_text_simple/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:40.598287 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:40.600287 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:40.603288 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:40.609286 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:40.612286 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:40.614286 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:40.619287 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:40.636287 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:40.642287 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:40.652296 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:40.656289 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:40.662291 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:40.670289 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:40.672287 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:40.679288 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:40.687298 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:40.688296 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:40.693313 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:40.698805 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:40.699806 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:40.703810 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:40.706808 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:40.716804 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:40.722815 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:40.728846 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:40.744364 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:40.748341 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:40.757344 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:29:40.765286 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:29:40.775275 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:29:40] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:21.055204 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:21.069202 : Lock_PF_partner_account_And_Sub_Accound_from_id WARNING - Aucune mise à jour (user_account) n'a été faite +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:21] "POST /myclass/api/Lock_PF_partner_account_And_Sub_Accound_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:21.096476 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:21] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:27.265993 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:29.422276 : pour phrase : #Management opérationnel des achats#, voici la liste des formations +INFO:root:2026-02-06 07:30:29.422276 : ['MYSY_0003', 'PUjv9Ua5db4', 'oC9Y52jxItU', '-AGVb3V97hU', 'zkWA_orY6Lc', '1940', '1653050340485322', '1652439819526594', '6748', '175', '8933', '6870', '178', '172', '2463', '1652379105469903', '165237910584104', '1652379105502897', '1652379105779489', '1652379105749568', '1652379105486895', "\noptimisez-l'achat-de-formation\n-7", '1653050339505165', '1652439818530913', '2041', '1652379105374706', '165237910543538', '165237910560902', '1652379105404968', '1652379105576382', '1652379105450785', '1652379105670461', '1652379105795176', '1652379105545735', '1652379105718402', '1652379105420204', '1652379105825984', '1652379105518812', '1654586302536114', '1652379105592731', '1652379105702412', '1652379105734344', '165237910565576', '1652379105639411', '1652379105358718', '165237910585788', '1652379105561393', '1652379105348744', '1652379105531821', '1652379105388784'] +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/recherche_text_simple/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:29.492336 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:29.495336 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:29.499341 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:29.503340 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:29.507343 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:29.519851 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:29.520852 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:29.531886 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:29.535850 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:29.540851 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:29.552854 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:29.561855 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:29.568405 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:29.582403 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:29.585392 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:29.599389 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:29.614387 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:29.627402 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:29.629392 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:29.633389 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:29.645403 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:29.659410 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:29.674784 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:29.679781 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:29.684780 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:29.692781 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:29.696808 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:29.700796 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:29.705796 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:29.710812 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:40.221318 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:40.224318 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:40.228317 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:40.230322 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:40.231302 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:40] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:40] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:40] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:40] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:40.488469 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:40] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:40.737229 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:40.741227 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:40] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:40.744227 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:40.748229 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:40] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:40.756239 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:40] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:40] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:40] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:40.814314 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:40] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:41.068207 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:41.072219 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:41.076211 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:41] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:41] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:41.084206 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:41] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:41.088211 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:41] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:41.130104 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:41] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:41] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:41.392985 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:41.397980 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:41.400964 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:41] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:41.413108 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:41] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:41] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:41] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:41.517521 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:41.518527 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:41] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:41] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:41.721580 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:41] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:41.735909 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:41.739908 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:41.742922 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:41] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:41] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:41] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:41.844063 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:41.848073 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:41] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:41] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:42.046692 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:42.058821 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:42.061836 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:42.063837 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:42] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:42] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:42] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:42] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:42.170427 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:42] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:30:57.688439 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:30:57.694451 : partner_login Ce compte admin_bot_dev@ff.fr est actuellement verrouillé +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:30:57] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:31:24.319088 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:31:26.333912 : pour phrase : #Management opérationnel des achats#, voici la liste des formations +INFO:root:2026-02-06 07:31:26.333912 : ['MYSY_0003', 'PUjv9Ua5db4', 'oC9Y52jxItU', '-AGVb3V97hU', 'zkWA_orY6Lc', '1940', '1653050340485322', '1652439819526594', '6748', '175', '6870', '8933', '178', '172', '2463', '1652379105502897', '1652379105469903', '1652379105486895', '165237910584104', '1652379105779489', '1652379105749568', "\noptimisez-l'achat-de-formation\n-7", '1653050339505165', '1652439818530913', '2041', '1652379105670461', '1652379105358718', '1652379105718402', '1652379105545735', '1652379105825984', '1654586302536114', '1652379105592731', '1652379105561393', '165237910585788', '1652379105518812', '1652379105348744', '1652379105531821', '165237910565576', '1652379105420204', '1652379105639411', '1652379105734344', '1652379105450785', '1652379105765526', '1652379105795176', '1652379105702412', '1653050340439221', '165237910560902', '1652379105576382', '1652379105404968', '1652379105388784'] +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/recherche_text_simple/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:31:26.420738 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:31:26.423739 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:31:26.428739 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:31:26.430947 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:31:26.431947 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:31:26.441951 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:31:26.447971 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:31:26.452973 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:31:26.462077 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:31:26.468860 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:31:26.471861 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:31:26.479858 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:31:26.483859 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:31:26.490898 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:31:26.498859 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:31:26.502859 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:31:26.507859 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:31:26.514859 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:31:26.519864 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:31:26.524865 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:31:26.526880 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:31:26.529879 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:31:26.538030 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:31:26.544029 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:31:26.551049 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:31:26.553028 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:31:26.560029 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:31:26.565046 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:31:26.569029 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:31:26.576030 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:31:26] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\wrapper.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 07:34:39.992430 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 07:34:39.992430 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 07:34:39.992430 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 07:34:39.992430 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 07:34:39.992430 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\wrapper.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 07:35:19.988053 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 07:35:19.989072 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 07:35:19.989072 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 07:35:19.989072 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 07:35:19.989072 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 07:36:20.078017 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:22.839844 : pour phrase : #Management opérationnel des achats#, voici la liste des formations +INFO:root:2026-02-06 07:36:22.840845 : ['MYSY_0003', 'PUjv9Ua5db4', 'oC9Y52jxItU', '-AGVb3V97hU', 'zkWA_orY6Lc', '1940', '1653050340485322', '1652439819526594', '6748', '175', '172', '178', '8933', '6870', '2463', '1652379105779489', '1652379105749568', '1652379105469903', '165237910584104', "\noptimisez-l'achat-de-formation\n-7", '1652379105486895', '1652379105502897', '1652439818530913', '1653050339505165', '2041', '1652379105718402', '1652379105545735', '1652379105576382', '1652379105450785', '1653050340439221', '165237910560902', '1652379105670461', '1652379105531821', '1652379105420204', '165237910543538', '1652379105561393', '1654586302536114', '1652379105348744', '1652379105825984', '1652379105358718', '1652379105795176', '1652379105639411', '1652379105388784', '1652379105518812', '1652379105374706', '1652379105734344', '165237910585788', '1652379105404968', '1652379105702412', '165237910565576'] +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:22] "POST /myclass/api/recherche_text_simple/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:22.919187 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:22.924179 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:22.926182 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:22] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:22.929184 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:22.938184 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:22.944696 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:22] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:22] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:22.955726 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:22.956771 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:22] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:22.962726 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:22] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:22.973212 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:22] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:22] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:22.982212 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:22.985215 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:22.986213 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:22] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:22.996228 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:22.999211 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:23.007214 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:23] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:23.015211 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:23.016234 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:23.019244 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:23.024229 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:23] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:23.031214 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:23.037212 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:23] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:23.047213 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:23.048234 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:23.052226 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:23.059257 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:23] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:23.065774 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:23.077774 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:23.080771 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:23] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:23.087785 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:30.078434 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:31.700270 : UnLock_PF_partner_account_And_Sub_Accound_from_id WARNING - Aucune mise à jour (user_account) n'a été faite +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:31] "POST /myclass/api/UnLock_PF_partner_account_And_Sub_Accound_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:31.720888 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:31] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:35.134094 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:37.199474 : pour phrase : #Management opérationnel des achats#, voici la liste des formations +INFO:root:2026-02-06 07:36:37.200475 : ['MYSY_0003', 'PUjv9Ua5db4', 'oC9Y52jxItU', '-AGVb3V97hU', 'zkWA_orY6Lc', '1940', '1653050340485322', '1652439819526594', '6748', '178', '175', '172', '6870', '8933', '2463', "\noptimisez-l'achat-de-formation\n-7", '165237910584104', '1652379105502897', '1652379105486895', '1652379105779489', '1652379105469903', '1652379105749568', '1653050339505165', '1652439818530913', '2041', '1652379105670461', '1652379105420204', '1652379105718402', '1652379105374706', '1652379105531821', '1652379105545735', '1652379105518812', '1652379105592731', '1652379105404968', '1652379105702412', '1652379105795176', '1652379105348744', '165237910585788', '1652379105358718', '1652379105561393', '1652379105825984', '1652379105765526', '1652379105450785', '1654586302536114', '1652379105388784', '1653050340439221', '165237910565576', '1652379105639411', '165237910543538', '165237910560902'] +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/recherche_text_simple/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:37.285558 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:37.288667 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:37.295180 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:37.296181 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:37.303181 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:37.309739 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:37.313273 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:37.325503 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:37.327497 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:37.334497 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:37.343527 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:37.346496 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:37.354618 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:37.360633 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:37.366640 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:37.372635 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:37.378617 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:37.381636 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:37.385633 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:37.389619 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:37.393634 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:37.399616 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:37.407646 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:37.409645 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:37.423202 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:37.425176 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:37.432701 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:37.437687 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:37.440704 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:37.448701 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:37] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:42.947427 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:42.962975 : Lock_PF_partner_account_And_Sub_Accound_from_id WARNING - Aucune mise à jour (user_account) n'a été faite +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:42] "POST /myclass/api/Lock_PF_partner_account_And_Sub_Accound_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:42.995981 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:43] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:46.756131 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:48.715254 : pour phrase : #Management opérationnel des achats#, voici la liste des formations +INFO:root:2026-02-06 07:36:48.715254 : ['MYSY_0003', 'PUjv9Ua5db4', 'oC9Y52jxItU', '-AGVb3V97hU', 'zkWA_orY6Lc', '1940', '1653050340485322', '1652439819526594', '6748', '175', '178', '6870', '8933', '172', '2463', '1652379105779489', '1652379105749568', '1652379105502897', '1652379105469903', '165237910584104', '1652379105486895', "\noptimisez-l'achat-de-formation\n-7", '1652439818530913', '1653050339505165', '2041', '1652379105592731', '1652379105358718', '1652379105388784', '1654586302536114', '1652379105420204', '1652379105576382', '1652379105795176', '1652379105518812', '1652379105348744', '1652379105374706', '1652379105545735', '1652379105404968', '1652379105702412', '165237910560902', '1652379105765526', '165237910585788', '1652379105561393', '1652379105734344', '165237910565576', '1652379105670461', '1652379105718402', '1653050340439221', '1652379105450785', '165237910543538', '1652379105825984'] +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/recherche_text_simple/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:48.785219 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:48.788219 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:48.793214 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:48.797234 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:48.802236 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:48.805652 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:48.814723 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:48.820724 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:48.827275 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:48.830277 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:48.833529 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:48.845094 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:48.846076 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:48.850075 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:48.855108 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:48.863074 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:48.866073 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:48.873073 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:48.877090 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:48.882101 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:48.883099 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:48.891116 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:48.899238 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:48.903237 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:48.909237 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:48.916254 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:48.922238 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:36:48.927254 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:48.937239 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:36:48.944278 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:36:48] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\wrapper.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 07:40:17.840947 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 07:40:17.840947 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 07:40:17.840947 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 07:40:17.840947 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 07:40:17.840947 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 07:40:26.501793 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 07:40:26.501793 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 07:40:26.501793 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 07:40:26.501793 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 07:40:26.501793 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 07:40:31.600764 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:40:31.602765 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:40:31.604763 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:40:31.606763 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:40:31.607762 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:31] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:31] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:31] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:31] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:40:31.888323 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:40:31.892321 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:31] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:40:31.896321 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:40:31.900321 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:40:31.904322 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:31] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:40:31.911321 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:31] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:40:31.919321 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:40:31.920321 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:31] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:40:31.928325 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:31] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:40:31.937326 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:40:31.939329 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:31] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:40:31.944834 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:40:31.950378 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:31] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:31] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:40:31.960858 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:40:31.966859 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:40:31.970859 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:40:31.971858 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:32] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:40:32.011044 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:40:32.013041 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:40:32.026043 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:32] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:40:32.065681 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:40:32.070677 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:32] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:40:32.076658 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:32] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:40:32.099722 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:40:32.107740 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:32] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:32] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:40:32.120740 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:40:32.127740 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 07:40:32.132722 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:32] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:40:32.140723 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:32] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:40:32.150728 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:32] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:33] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:33] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:40:33] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:41:49.026956 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:41:49] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:44:20.745793 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:44:20] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:47:38.452134 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:47:38] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:50:26.684856 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:50:26] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:51:25.222655 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:51:25] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:57:21.017098 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:57:21] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 07:58:09.261861 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 07:58:09] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:00:01.251088 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:00:01] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:00:15.015298 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:00:15] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:00:21.115050 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:00:21.118050 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:00:21.121051 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:00:21.124077 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:00:21] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:00:21] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:00:21.137051 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:00:21] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:00:21] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:00:21.152048 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:00:21] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:00:47.647661 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:00:47] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:02:01.917519 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:02:01] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:02:08.482269 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:02:08] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:02:08.497259 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:02:08.509265 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:02:08.514258 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:02:08.519288 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:02:08] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:02:08.525246 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:02:08] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:02:08] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:02:08] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:03:39.739296 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:03:39] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:03:48.034636 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:03:48.037673 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:03:48.040704 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:03:48] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:03:48.046756 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:03:48.053271 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:03:48] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:03:48] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:03:48] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:03:48.074623 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:03:48] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:04:55.894270 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:04:55] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:05:07.320967 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:05:07.324969 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:05:07] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:05:07.334489 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:05:07.339490 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:05:07.346495 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:05:07] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:05:07] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:05:07] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:05:07.372054 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:05:07] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 08:06:40.727221 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 08:06:40.728221 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 08:06:40.728221 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 08:06:40.728221 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 08:06:40.728221 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 08:06:42.677013 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:06:42.679015 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:06:42.683014 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:06:42.687020 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:06:42] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:06:42] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:06:42] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:06:42.716574 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:06:42] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:06:42.726572 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:06:42] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:09:36.740645 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:09:36] "POST /myclass/api/Change_PF_partner_account_Type_Licence_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:09:36.787147 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:09:36] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:10:39.703234 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:10:39] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:10:52.805187 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:10:52] "POST /myclass/api/Change_PF_partner_account_Type_Licence_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:10:52.843841 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:10:52] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:11:09.689660 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:11:09] "POST /myclass/api/Change_PF_partner_account_Type_Licence_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:11:09.718218 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:11:09] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:11:36.280047 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:11:36] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:11:41.434916 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:11:41] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:11:49.723831 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:11:49] "POST /myclass/api/Change_PF_partner_account_Type_Licence_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:11:49.781372 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:11:49] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:24.966213 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:12:24.971213 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:12:24.972216 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:24] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:24.982211 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:12:24.991218 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:24] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:24] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:24] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:25.009270 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:25] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:31.355767 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:31] "POST /myclass/api/Change_PF_partner_account_Type_Licence_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:31.402754 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:31] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:35.634999 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:12:35.635974 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:12:35.637988 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:12:35.638988 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:12:35.640988 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:35] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:35] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:35] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:35] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:35.974377 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:12:35.976376 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:12:35.979375 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:35] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:35.982375 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:35] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:35.985375 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:35] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:35.989375 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:35] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:35] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:35.993377 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:35] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:35.997377 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:12:35.999375 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:36] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:36.003376 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:36] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:36] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:36] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:36.009375 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:12:36.012393 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:36] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:36.019383 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:12:36.020382 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:12:36.022399 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:12:36.023400 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:12:36.025394 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:36] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:36.038441 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:36] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:36] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:36.052437 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:12:36.053434 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:36] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:36.094434 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:36] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:36] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:36] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:36.143024 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:12:36.144007 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:12:36.149024 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:36] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:36.160024 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:36] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:36] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:36.175049 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:36] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:36.178158 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:12:36.184141 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:36] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:36] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:36.213167 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:12:36.214141 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:36] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:36] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:36] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:37] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:37] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:37] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:38.260036 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:38] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:38.303039 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:12:38.308052 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:12:38.310051 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:12:38.315050 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:12:38.319049 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:38] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:38.333152 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:38] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:38.336636 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:root:2026-02-06 08:12:38.337654 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:38] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:38] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:38.345788 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:12:38.346784 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:12:38.352295 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:38] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:38] "POST /myclass/api/Get_Ref_Pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:38] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:38] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:38.371328 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:38] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:38] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:38] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:49.628030 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:49] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:12:53.711166 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:12:53.716164 : Change_PF_partner_account_Type_Licence_from_id Impossible de determiner l'action à réaliser +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:12:53] "POST /myclass/api/Change_PF_partner_account_Type_Licence_from_id/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 08:13:58.982027 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 08:13:58.982027 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 08:13:58.983027 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 08:13:58.983027 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 08:13:58.983027 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 08:13:59.203897 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:13:59.208905 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:13:59.220775 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:13:59.229969 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:13:59] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:13:59.252528 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:13:59.256091 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:13:59] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:13:59] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:13:59] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:13:59] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 08:14:48.037769 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 08:14:48.037769 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 08:14:48.037769 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 08:14:48.038769 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 08:14:48.038769 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 08:15:01.786602 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 08:15:01.788107 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 08:15:01.788107 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 08:15:01.788107 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 08:15:01.788107 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 08:15:06.483177 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:06.491689 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:06.494689 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:06] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:06.500691 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:06] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:06] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:06.518689 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:06] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:06.524687 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:06] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:12.554521 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:12] "POST /myclass/api/Change_PF_partner_account_Type_Licence_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:12.583546 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:12] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:20.485040 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:20.496041 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:20.522626 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:20.546608 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:20.745661 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:20] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:20] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:21] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:21] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:21.163806 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:21] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:21.187804 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:21] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:21.209838 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:21] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:21.238363 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:21] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:21.260360 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:21] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:21.279358 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:21] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:21.308367 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:21] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:21.339928 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:21] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:21.364910 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:21] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:21.385916 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:21] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:21.422460 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:21.440498 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:21.463594 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:21.487591 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:21.516607 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:21.535681 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:23.000291 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:24] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:24] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:24] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:24] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:24.391600 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:24] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:24.463191 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:24] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:24.495178 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:24] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:24.527770 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:24.616050 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:24.667015 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:24.845204 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:25] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:25] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:25] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:25.182864 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:25] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:25.207879 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:25] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:25.231429 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:25.254430 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:25.265441 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:25] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:25] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:25] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:25.473785 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:25] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:25.485770 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:25] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:25.506877 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:25.527988 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:25] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:25.547730 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:25.561624 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:25.578628 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:25] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:25] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:25.600682 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:25] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:25.628159 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:25.641722 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:25] "POST /myclass/api/Get_Ref_Pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:25] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:25.670666 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:25.680650 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:25] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:25] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:25.705650 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:25] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:25.733316 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:25] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:25] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:28.616730 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:28] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:31.545925 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:31] "POST /myclass/api/Change_PF_partner_account_Type_Licence_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:31.582819 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:31] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:35.527840 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:35.529856 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:35.532131 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:35.533099 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:35.533099 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:35] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:35] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:35] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:35] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:35.796720 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:35.799717 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:35.802717 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:35] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:35.804717 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:35] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:35.814741 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:35] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:35] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:35.820717 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:35] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:35] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:35.826716 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:35] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:35.834740 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:35.835722 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:35.837722 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:35] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:35.842738 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:35] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:35.846721 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:35] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:35.851082 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:35.854034 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:35.855051 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:35.858050 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:35] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:35.892034 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:35] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:35.921051 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:35] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:35] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:35] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:35.939156 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:35.940155 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:35.943172 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:35] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:35.955748 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:35] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:35] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:35] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:35] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:35.976732 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:35.981752 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:35.988753 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:35.992733 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:35] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:35] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:36.000731 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:36] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:36.003738 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:36.006748 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:36] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:36] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:36] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:36] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:36.048743 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:36] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:36] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:36] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:39.495467 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:39] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:39.538449 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:39.542455 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:39.546469 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:39] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:39.556482 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:39.562498 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:39.567506 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:39.570494 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:39.573500 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:39] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:39] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:39] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:39.581481 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:39.585483 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:15:39.590480 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:39] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:39] "POST /myclass/api/Get_Ref_Pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:39] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:39] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:39.606496 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:39] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:39] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:39] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:42.224495 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:42] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:46.260183 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:46] "POST /myclass/api/Change_PF_partner_account_Type_Licence_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:15:46.310209 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:15:46] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:16:10.077339 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:16:10] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:16:15.915852 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:16:15] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:19:49.107744 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:19:49] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:20:03.862390 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:20:03] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:20:58.041400 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:20:58] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:21:12.276521 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:21:12] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:37:55.024604 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:37:55] "POST /myclass/api/Change_PF_partner_account_Type_Licence_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:37:55.076758 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:37:55] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:00.158742 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:00.160748 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:00.162252 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:00.163258 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:00.166256 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:00.439938 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:00.442441 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:00.446447 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:00.449460 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:00.455470 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:00.463486 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:00.470500 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:00.476505 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:00.480552 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:00.482531 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:00.487035 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:00.491590 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:00.494597 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:00.495594 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:00.496594 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:00.498599 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:00.532281 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:00.551568 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:00.585434 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:00.603665 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:00.608662 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:00.614631 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:00.620642 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:00.626661 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:00.631193 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:00.633737 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:00.635723 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:00.648729 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:00.650800 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:00.655337 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:00] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:02.485427 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:02] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:02.522386 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:02.525388 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:02.526389 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:02.530918 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:02] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:02.538583 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:02] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:02.554135 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:02.558636 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:02] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:02.559640 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:root:2026-02-06 08:38:02.560640 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:02] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:02.571135 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:02] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:02.577647 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:02] "POST /myclass/api/Get_Ref_Pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:02] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:02.586173 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:02] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:02] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:02] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:02] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:11.468007 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:11] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:20.198801 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:20] "POST /myclass/api/Change_PF_partner_account_Type_Licence_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:20.223472 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:20] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:25.197687 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:25.200186 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:25.202189 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:25.203198 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:25.204919 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:25.445254 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:25.447765 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:25.449801 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:25.450794 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:25.456307 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:25.459855 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:25.465900 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:25.473281 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:25.475277 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:25.477820 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:25.482383 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:25.487903 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:25.490444 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:25.494419 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:25.496436 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:25.497960 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:25.540889 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:25.588489 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:25.596529 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:25.598037 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:25.605572 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:25.612627 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:25.614628 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:25.622669 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:25.625673 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:25.630247 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:25.632229 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:25.646209 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:25.656299 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:25.665385 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:25] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:44.259460 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:44] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:44.299577 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:44.306588 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:44.309610 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:44.313613 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:44] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:44.322641 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:44.329708 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:44.334243 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:44] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:44.350840 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:44] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:44] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:44] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:44.358884 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:44.364586 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:44.373609 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:44] "POST /myclass/api/Get_Ref_Pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:44.379679 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:44] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:44] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:44] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:44] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:44] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:50.273384 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:50.275382 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:50.278890 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:50.282521 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:50.288541 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:50] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:50] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:50] "POST /myclass/api/Get_List_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:50] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:50] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:51.678623 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:51.680634 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:51.684630 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:38:51.691158 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:51] "POST /myclass/api/Get_List_Admission_Setup/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:51.698672 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:51] "POST /myclass/api/Get_Given_Admission_Session/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:51.704197 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:51] "POST /myclass/api/Get_List_Stagiaire_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:51] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:51] "POST /myclass/api/Get_List_Admission_Setup_Etape/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:51] "POST /myclass/api/Get_List_Admission_Setup_Document/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:38:54.131337 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:38:54] "POST /myclass/api/Get_List_Stagiaire_Admission_Session/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:39:00.052485 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:39:00.056004 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:39:00.059524 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:39:00] "POST /myclass/api/Get_List_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:39:00] "POST /myclass/api/Get_Given_Stagiaire_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:39:00] "POST /myclass/api/Get_Inscrit_Admiss_Session_Recorded_Image_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:39:01.761552 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:39:01.763565 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:39:01] "POST /myclass/api/Get_List_Candidat_Document/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:39:01] "POST /myclass/api/Get_Pourcentage_Candidat_Document/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:39:15.145072 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:39:15] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:39:15.218433 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:39:15] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:39:17.769759 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:39:17.773275 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:39:17.776292 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:39:17.780885 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:39:17] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:39:17] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:39:17] "POST /myclass/api/Get_List_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:39:17] "POST /myclass/api/Get_List_jury_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:39:19.958069 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:39:19] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:39:19.993369 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:39:20] "POST /myclass/api/Get_Synthese_Candidat_Process_Admission/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:39:44.613288 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:39:44] "POST /myclass/api/Get_List_Stagiaire_Admission_Session/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:39:46.644286 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:39:46.649854 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:39:46.653432 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:39:46] "POST /myclass/api/Get_List_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:39:46] "POST /myclass/api/Get_Given_Stagiaire_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:39:46] "POST /myclass/api/Get_Inscrit_Admiss_Session_Recorded_Image_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:39:46.697838 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:39:46.699875 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:39:46] "POST /myclass/api/Get_Pourcentage_Candidat_Document/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:39:46] "POST /myclass/api/Get_List_Candidat_Document/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:39:47.871396 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 08:39:47.873396 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:39:47] "POST /myclass/api/Get_List_Candidat_Document/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:39:47] "POST /myclass/api/Get_Pourcentage_Candidat_Document/ HTTP/1.1" 200 - +INFO:root:2026-02-06 08:40:25.173710 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 08:40:25] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:38:19.703987 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:19] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:38:32.571162 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:38:32.573164 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:38:32.580182 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:32] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:32] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:38:32.587202 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:38:32.593164 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:32] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:38:32.605172 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:32] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:32] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:38:32.615684 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:38:32.623197 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:32] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:38:32.631194 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:38:32.639195 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:32] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:38:32.644195 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:38:32.654196 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:32] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:32] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:32] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:32] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:33] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:38:36.999577 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:38:37.002579 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:38:37.006580 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:38:37.011575 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:38:37.016577 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:38:37.020577 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:37] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:37] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:37] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:37] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:38] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:38] "POST /myclass/api/Get_Statgaire_List_Partner_with_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:38:40.760105 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:38:40.764103 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:38:40.767108 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:38:40.772105 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:40] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:40] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:40] "POST /myclass/api/Get_Inscrit_List_EU/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:40] "POST /myclass/api/Get_Inscrit_List_EU_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:38:41.799027 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:38:41.803030 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:38:41.807024 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:38:41.813027 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:41] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:38:41.819027 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:41] "POST /myclass/api/GetAttendeeDetail_perSession/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:41] "POST /myclass/api/getRecodedStagiaireImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:38:41.827027 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:38:41.831026 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:38:41.839059 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:41] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:41] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:41] "POST /myclass/api/Get_Inscrit_List_Tuteurs/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:41] "POST /myclass/api/Get_List_Jury_Soutenenace_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:41] "POST /myclass/api/Get_List_Participant_Notes/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:38:52.722189 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:38:52.733178 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:52] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:38:52.753173 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:52] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:38:52.769188 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:52] "POST /myclass/api/Get_Inscrit_List_EU/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:52] "POST /myclass/api/Get_Inscrit_List_EU_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:38:53.762827 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:38:53.774830 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:53] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:53] "POST /myclass/api/GetAttendeeDetail_perSession/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:38:53.799839 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:38:53.810854 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:53] "POST /myclass/api/getRecodedStagiaireImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:38:53.834498 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:38:53.844941 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:53] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:53] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:38:53.862940 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:38:53.878943 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:53] "POST /myclass/api/Get_List_Jury_Soutenenace_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:53] "POST /myclass/api/Get_List_Participant_Notes/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:38:53] "POST /myclass/api/Get_Inscrit_List_Tuteurs/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:42:15.871678 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:42:15.874235 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:42:15.878233 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:42:15.884223 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:42:15] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:42:15] "POST /myclass/api/Get_Inscrit_List_EU/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:42:15] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:42:15] "POST /myclass/api/Get_Inscrit_List_EU_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:42:16.719417 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:42:16.723417 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:42:16.726433 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:42:16.731418 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:42:16] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:42:16.739437 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:42:16.742434 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:42:16] "POST /myclass/api/GetAttendeeDetail_perSession/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:42:16.749422 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:42:16] "POST /myclass/api/getRecodedStagiaireImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:42:16.754536 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:42:16] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:42:16] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:42:16] "POST /myclass/api/Get_Inscrit_List_Tuteurs/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:42:16] "POST /myclass/api/Get_List_Jury_Soutenenace_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:42:16] "POST /myclass/api/Get_List_Participant_Notes/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:42:33.994116 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:42:34] "POST /myclass/api/UpdateStagiairetoClass/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:42:34.159458 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:42:34.164459 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:42:34] "POST /myclass/api/GetAttendeeDetail_perSession/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:42:35] "POST /myclass/api/Get_Statgaire_List_Partner_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Inscription_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 09:44:09.203493 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 09:44:09.203493 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 09:44:09.203493 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 09:44:09.203493 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 09:44:09.203493 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Inscription_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 09:44:46.293452 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 09:44:46.293452 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 09:44:46.294447 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 09:44:46.294447 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 09:44:46.294447 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Inscription_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 09:45:36.350443 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 09:45:36.350443 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 09:45:36.350443 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 09:45:36.350443 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 09:45:36.350443 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Inscription_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 09:56:18.214275 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 09:56:18.214275 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 09:56:18.214275 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 09:56:18.214275 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 09:56:18.215786 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 09:56:31.348890 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 09:56:31.348890 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 09:56:31.349895 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 09:56:31.349895 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 09:56:31.349895 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 09:56:44.190018 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:56:44.194000 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:56:44.195002 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:56:44.202019 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:56:44.206045 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:56:44.214031 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:44] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:56:44.225599 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:44] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:56:44.232587 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:56:44.237581 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:44] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:44] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:44] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:44] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:56:44.252611 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:44] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:56:44.256847 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:56:44.264400 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:44] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:44] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:44] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:44] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:45] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:56:46.729695 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:56:46.734685 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:56:46.739683 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:46] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:56:46.745721 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:56:46.748707 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:46] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:56:46.758706 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:46] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:56:46.761855 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:46] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:46] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:46] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:46] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:56:48.659122 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:56:48.662093 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:48] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:49] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:56:57.127909 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:56:57.128910 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:56:57.130910 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:56:57.134915 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:57] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:56:57.149426 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:57] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:57] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:57] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:56:57.180971 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:56:57.183031 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:56:57.186970 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:56:57.192974 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:56:57.198976 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:56:57.202971 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:57] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:57] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:56:57.220972 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:56:57.230971 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:57] "POST /myclass/api/GetAttendeeDetail_perSession/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:56:57.249486 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:57] "POST /myclass/api/getRecodedStagiaireImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:57] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:56:57.275488 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:56:57.285546 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:57] "POST /myclass/api/Get_Inscrit_List_Tuteurs/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:57] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:57] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:57] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:58] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:56:58] "POST /myclass/api/Get_Statgaire_List_Partner_with_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:57:21.097279 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:57:21.101300 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:57:21.105310 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:57:21.113279 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:57:21] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:57:21] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:57:21.119294 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:57:21] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:57:21] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:57:22] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:57:33.394064 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:57:36] "POST /myclass/api/AddStagiairetoClass/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:57:36.575812 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:57:36.578828 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:57:36.581841 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:57:36] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:57:36.586838 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:57:36.588840 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:57:36] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:57:36] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:57:36] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:57:37] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:57:39.793028 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:57:39.796029 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:57:39] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:57:39.801546 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:57:39.805547 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:57:39.813547 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:57:39] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:57:39] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:57:39] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:57:39.855073 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:57:39.856578 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:57:39.859589 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:57:39.865099 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:57:39.870101 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:57:39.875098 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:57:39] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:57:39] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:57:39.889105 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:57:39.896617 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:57:39] "POST /myclass/api/GetAttendeeDetail_perSession/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:57:39.918133 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:57:39] "POST /myclass/api/getRecodedStagiaireImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:57:39.942131 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:57:39] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:57:39] "POST /myclass/api/Get_Inscrit_List_Tuteurs/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:57:39.961131 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:57:39] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:57:39] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:57:40] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:57:41] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:57:41] "POST /myclass/api/Get_Statgaire_List_Partner_with_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:57:54.853848 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:57:56.967512 : UpdateStagiairetoClass -unknown operator: partner_owner_recid, full error: {'ok': 0.0, 'errmsg': 'unknown operator: partner_owner_recid', 'code': 2, 'codeName': 'BadValue'} - ERRORRRR AT Line : 1945 +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:57:56] "POST /myclass/api/UpdateStagiairetoClass/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Inscription_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 09:59:35.591355 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 09:59:35.591355 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 09:59:35.591355 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 09:59:35.591355 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 09:59:35.591355 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 09:59:44.915125 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:59:44] "POST /myclass/api/UpdateStagiairetoClass/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:59:44.993028 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:59:44.994034 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:59:44.996489 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:59:44] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:59:45] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:59:45] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:59:48.462636 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:59:48.465644 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:59:48] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:59:49] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:59:51.959485 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:59:51.962501 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:59:51.967501 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 09:59:51.971484 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:59:51] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 09:59:51.973502 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:59:51] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:59:51] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:59:51] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 09:59:53] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:00:04.321861 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:00:08.167751 : L'utilisateur destinataire de l'email est invalide +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:10] "POST /myclass/api/AddStagiairetoClass/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:00:10.816178 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:00:10.845693 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:10] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:10] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:00:10.908693 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:10] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:00:10.946224 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:00:11.069261 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:11] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:23] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:00:30.820601 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:30] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:00:30.835599 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:00:30.849596 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:30] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:00:30.861654 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:00:30.866656 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:00:30.880655 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:30] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:00:30.895676 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:30] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:00:30.915684 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:00:30.932655 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:00:30.949683 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:00:30.976191 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:31] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:31] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:00:31.072495 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:00:31.091986 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:31] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:31] "POST /myclass/api/GetAttendeeDetail_perSession/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:31] "POST /myclass/api/getRecodedStagiaireImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:00:31.502629 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:00:31.517644 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:00:31.539868 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:31] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:31] "POST /myclass/api/Get_Inscrit_List_Tuteurs/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:31] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:32] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:35] "POST /myclass/api/Get_Statgaire_List_Partner_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:36] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:00:36.956074 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:00:36.956074 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:00:36.962146 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:00:36.964075 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:36] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:36] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:36] "POST /myclass/api/Get_Inscrit_List_EU/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:36] "POST /myclass/api/Get_Inscrit_List_EU_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:00:38.045714 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:00:38.049715 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:00:38.054724 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:38] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:00:38.061718 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:00:38.064721 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:00:38.067240 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:38] "POST /myclass/api/GetAttendeeDetail_perSession/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:38] "POST /myclass/api/getRecodedStagiaireImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:00:38.077249 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:00:38.084694 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:38] "POST /myclass/api/Get_List_Participant_Notes/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:38] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:38] "POST /myclass/api/Get_List_Jury_Soutenenace_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:38] "POST /myclass/api/Get_Inscrit_List_Tuteurs/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:38] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:00:49.344596 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:00:50.898352 : UpdateStagiairetoClass - Un utilisateur avec cette adresse e-mail est déjà inscrit à cette formation. +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:00:50] "POST /myclass/api/UpdateStagiairetoClass/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Session_Formation.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 10:02:22.662956 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 10:02:22.662956 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 10:02:22.663954 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 10:02:22.663954 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 10:02:22.663954 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Session_Formation.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 10:03:21.510377 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 10:03:21.510377 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 10:03:21.510377 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 10:03:21.510377 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 10:03:21.511406 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 10:03:21.578981 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:03:21.579965 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:03:21.580966 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:03:21.582963 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:03:21.583962 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:03:21.584959 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:03:21.586967 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:03:21] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:03:21] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:03:21] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:03:21] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:03:21] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:03:21] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:03:21] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:03:26.775514 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:03:26.778500 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:03:26] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:03:27] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:03:33.229138 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:03:35.159630 : Add_Partner_Client - Il existe déjà un client qui porte le même nom = nom1 +INFO:root:2026-02-06 10:03:35.159630 : Facturation : Impossible de créer un client associé à l'adresse email : mysylaplumedepierrot+reroll01@gmail.com +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:03:35] "POST /myclass/api/Invoice_Inscrption_With_Split_Session_By_Inscription_Id/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Session_Formation.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 10:06:57.725683 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 10:06:57.725683 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 10:06:57.726695 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 10:06:57.726695 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 10:06:57.726695 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Session_Formation.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 10:08:34.223532 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 10:08:34.223532 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 10:08:34.223532 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 10:08:34.224533 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 10:08:34.224533 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 10:08:34.436679 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:08:36.036126 : Add_Partner_Client - Il existe déjà un client qui porte le même nom = nom1 +INFO:root:2026-02-06 10:08:36.036126 : Facturation : Impossible de créer un client associé à l'adresse email : mysylaplumedepierrot+reroll01@gmail.com +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:08:36] "POST /myclass/api/Invoice_Inscrption_With_Split_Session_By_Inscription_Id/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Session_Formation.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 10:10:41.223655 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 10:10:41.223655 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 10:10:41.223655 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 10:10:41.223655 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 10:10:41.223655 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Session_Formation.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 10:11:45.632255 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 10:11:45.632255 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 10:11:45.632255 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 10:11:45.632255 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 10:11:45.632255 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Session_Formation.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 10:12:41.051795 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 10:12:41.051795 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 10:12:41.051795 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 10:12:41.051795 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 10:12:41.051795 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 10:13:03.989626 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:13:05.635570 : Add_Partner_Client - Il existe déjà un client qui porte le même nom = nom1 +INFO:root:2026-02-06 10:13:05.636602 : Facturation : Impossible de créer un client associé à l'adresse email : mysylaplumedepierrot+reroll01@gmail.com +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:13:05] "POST /myclass/api/Invoice_Inscrption_With_Split_Session_By_Inscription_Id/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:13:58.968394 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:13:59] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:14:03.872783 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:03] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:14:06.121961 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:06.123988 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:06.125977 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:06.129960 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:06] "POST /myclass/api/Get_List_Groupe_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:14:06.134962 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:06.139983 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:06] "POST /myclass/api/Get_Client_Type_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:14:06.144976 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:06] "POST /myclass/api/Get_List_Paiement_Condition/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:14:06.151962 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:06] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:06] "POST /myclass/api/Get_List_Type_Organisme_Financement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:06] "POST /myclass/api/Get_List_Type_Pouvoir_Public/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:06] "POST /myclass/api/Get_Given_Partner_Client_From_Id/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:06] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:14:14.634222 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:14] "POST /myclass/api/Update_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:14:14.654919 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:14.659932 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:14] "POST /myclass/api/Get_Given_Partner_Client_From_Id/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:16] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:14:27.358762 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:27.419265 : Add_Contact - Il existe déjà un contact qui porte le même email principal = mysylaplumedepierrot+reroll01@gmail.com +INFO:root:2026-02-06 10:14:27.420265 : Prepare_and_Send_Facture_From_Session_By_Inscription_Id_SAVE_ORIG WARNING : Impossible de créer le contact - Vous avez déjà un contact qui a le même email principal +INFO:root:2026-02-06 10:14:27.485786 : Invoice_Create_Secure_E_Document -'update_date' - Line : 15039 +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:27] "POST /myclass/api/Invoice_Inscrption_With_Split_Session_By_Inscription_Id/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:14:27.547736 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:28] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:14:41.452942 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:41.454958 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:41.458943 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:41.462942 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:41.466942 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:41] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:41] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:41] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:41] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:42] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:14:46.329960 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:46.331960 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:46.334962 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:46] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:14:46.340958 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:46.349963 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:46] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:46] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:46] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:14:46.394474 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:46.397474 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:46.400478 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:46.404475 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:46.410475 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:46] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:46] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:14:46.417713 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:46.422713 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:46] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:14:46.429713 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:46] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:14:46.437750 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:46] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:46] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:46] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:14:46.446717 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:46.451717 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:46.457717 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:46] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:46] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:46] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:46] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:47] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:14:49.211275 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:49.215269 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:49.220270 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:49.224268 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:49] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:49] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:49] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:14:49.234268 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:49.236269 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:49.241270 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:49] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:49] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:49] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:49] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:14:50.652364 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:50.654367 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:50.657365 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:50.663366 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:50.663366 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:50.665364 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:50] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:50] "POST /myclass/api/Get_Given_SessionFormation_List_Automatic_Traitement_From/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:50] "POST /myclass/api/Get_Given_SessionFormation_List_relance_automation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:50] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:50] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:14:50.863020 : Audit_Session_Action_Inscrit -'update_date' - ERRORRRR AT Line : 15503 +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:50] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:14:52.762501 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:14:52.766494 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:52] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:14:53] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:18:23.401037 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:18:23.403038 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:18:23.405038 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:18:23.409055 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:23] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:18:23.417063 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:23] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:23] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:18:23.425135 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:18:23.430134 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:23] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:18:23.437136 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:23] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:23] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:18:23.445142 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:23] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:18:23.454141 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:18:23.458686 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:18:23.462651 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:23] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:23] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:23] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:18:23.611933 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:18:23.616933 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:18:23.620935 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:18:23.625448 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:23] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:18:23.638447 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:23] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:18:23.649448 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:23] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:23] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:23] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:18:23.661451 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:23] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:18:23.672445 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:23] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:18:23.683477 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:18:23.686447 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:18:23.691446 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:23] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:23] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:18:23.717451 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:23] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:23] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:24] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:25] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:25] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:18:27.286977 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:18:27.291975 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:18:27.292976 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:18:27.298988 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:18:27.299988 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:27] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:27] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:18:27.310016 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:27] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:27] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:18:27.318093 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:27] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:27] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:27] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:18:28.964321 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:18:28.979913 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:28] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:30] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-06 10:18:36.367572 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:18:36.370566 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:18:36.374566 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:18:36.379563 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 10:18:36.383567 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:36] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:36] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:36] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:36] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 10:18:37] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Session_Formation.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 12:29:16.622216 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 12:29:16.622216 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 12:29:16.622216 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 12:29:16.622216 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 12:29:16.622216 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 12:29:16.934568 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 12:29:16.935552 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 12:29:16] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 12:29:18] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-06 12:30:00.333197 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 12:30:00.335212 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 12:30:00] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 12:30:01] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-06 12:30:06.416251 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 12:30:06.419249 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 12:30:06] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 12:30:07] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-06 12:30:13.563709 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 12:30:14] "POST /myclass/api/Prepare_request_For_Preinsciption_Creation_By_Customer/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Session_Formation.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 12:31:15.054205 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 12:31:15.055205 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 12:31:15.055205 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 12:31:15.055205 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 12:31:15.055205 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 12:31:30.794396 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 12:31:32] "POST /myclass/api/Prepare_request_For_Preinsciption_Creation_By_Customer/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Session_Formation.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 12:33:31.537733 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 12:33:31.538735 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 12:33:31.538735 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 12:33:31.538735 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 12:33:31.538735 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Session_Formation.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 12:33:53.005907 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 12:33:53.005907 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 12:33:53.005907 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 12:33:53.005907 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 12:33:53.005907 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 12:34:00.373075 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 12:34:01] "POST /myclass/api/Prepare_request_For_Preinsciption_Creation_By_Customer/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Session_Formation.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 12:35:28.926795 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 12:35:28.926795 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 12:35:28.926795 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 12:35:28.926795 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 12:35:28.926795 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Session_Formation.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 12:36:27.397228 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 12:36:27.398229 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 12:36:27.398229 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 12:36:27.399228 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 12:36:27.399228 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 12:36:27.794560 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 12:36:28] "POST /myclass/api/Prepare_request_For_Preinsciption_Creation_By_Customer/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Session_Formation.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 12:37:20.048922 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 12:37:20.049926 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 12:37:20.049926 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 12:37:20.049926 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 12:37:20.050922 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Session_Formation.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 12:38:13.430661 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 12:38:13.430661 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 12:38:13.430661 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 12:38:13.430661 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 12:38:13.430661 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\prj_common.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 12:40:04.259728 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 12:40:04.259728 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 12:40:04.259728 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 12:40:04.259728 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 12:40:04.259728 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 12:40:04.549032 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 12:40:05] "POST /myclass/api/Prepare_request_For_Preinsciption_Creation_By_Customer/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Session_Formation.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 12:42:00.588208 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 12:42:00.588208 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 12:42:00.589365 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 12:42:00.589365 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 12:42:00.589365 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Session_Formation.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 15:56:02.080939 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 15:56:02.080939 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 15:56:02.080939 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 15:56:02.080939 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 15:56:02.080939 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Activite_Pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 15:58:52.609015 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 15:58:52.609015 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 15:58:52.609015 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 15:58:52.609015 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 15:58:52.610014 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:01:06.802608 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:01:06.802608 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:01:06.802608 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:01:06.802608 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:01:06.802608 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:07:20.497596 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:07:20.497596 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:07:20.497596 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:07:20.497596 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:07:20.498605 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:10:07.903496 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:10:07.903496 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:10:07.903496 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:10:07.903496 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:10:07.903496 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:12:02.589376 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:12:02.589376 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:12:02.589376 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:12:02.589376 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:12:02.589376 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\tache_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:13:46.318090 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:13:46.318595 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:13:46.318595 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:13:46.318595 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:13:46.318595 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\tache_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:14:15.556979 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:14:15.556979 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:14:15.556979 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:14:15.556979 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:14:15.556979 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\tache_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:14:41.792260 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:14:41.792260 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:14:41.792260 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:14:41.792260 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:14:41.792260 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\tache_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:14:56.550250 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:14:56.550250 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:14:56.550250 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:14:56.550250 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:14:56.550250 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:17:23.063424 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:17:23.064562 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:17:23.064562 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:17:23.064562 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:17:23.064562 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:19:56.294978 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:19:56.294978 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:19:56.294978 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:19:56.294978 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:19:56.294978 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:20:54.610657 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:20:54.610657 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:20:54.610657 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:20:54.610657 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:20:54.610657 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:22:09.055847 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:22:09.055847 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:22:09.055847 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:22:09.055847 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:22:09.055847 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:22:25.158983 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:22:25.158983 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:22:25.158983 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:22:25.158983 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:22:25.158983 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:24:07.259450 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:24:07.259450 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:24:07.259450 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:24:07.259450 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:24:07.259450 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:25:46.691915 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:25:46.692915 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:25:46.692915 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:25:46.692915 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:25:46.692915 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:29:06.513630 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:29:06.513630 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:29:06.513630 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:29:06.513630 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:29:06.513630 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:29:27.889668 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:29:27.889668 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:29:27.889668 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:29:27.889668 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:29:27.889668 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Session_Formation.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:32:55.833121 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:32:55.833121 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:32:55.833121 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:32:55.833121 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:32:55.833121 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:34:46.112720 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:34:46.112720 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:34:46.112720 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:34:46.112720 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:34:46.112720 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:36:07.948684 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:36:07.948684 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:36:07.948684 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:36:07.948684 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:36:07.949682 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:36:51.029916 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:36:51.029916 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:36:51.029916 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:36:51.029916 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:36:51.029916 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:37:34.105419 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:37:34.105419 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:37:34.105419 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:37:34.105419 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:37:34.105419 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:38:42.329700 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:38:42.329700 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:38:42.329700 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:38:42.329700 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:38:42.329700 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:39:59.651905 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:39:59.651905 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:39:59.651905 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:39:59.651905 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:39:59.651905 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:40:34.120023 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:40:34.120023 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:40:34.120023 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:40:34.120023 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:40:34.120023 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:43:12.074441 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:43:12.074441 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:43:12.074441 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:43:12.074441 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:43:12.074441 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:43:27.205703 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:43:27.205703 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:43:27.205703 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:43:27.205703 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:43:27.205703 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 16:43:50.269149 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 16:43:50] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2026-02-06 16:43:50.272562 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 16:43:50] "POST /myclass/api/Get_List_Partner_Document_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 16:44:19.060945 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 16:44:19] "GET /myclass/api/Add_tache_pedagogique HTTP/1.1" 308 - +INFO:root:2026-02-06 16:44:19.067944 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 16:44:19] "GET /myclass/api/Add_tache_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-06 16:45:06.488942 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 16:45:06] "GET /myclass/api/Add_activite_pedagogique HTTP/1.1" 308 - +INFO:root:2026-02-06 16:45:06.497953 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 16:45:06] "GET /myclass/api/Add_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-06 16:45:58.532071 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 16:45:58] "GET /myclass/api/Add_tache_pedagogique HTTP/1.1" 308 - +INFO:root:2026-02-06 16:45:58.537578 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 16:45:58] "GET /myclass/api/Add_tache_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-06 16:46:09.736942 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 16:46:09] "GET /myclass/api/Add_tache_pedagogique HTTP/1.1" 308 - +INFO:root:2026-02-06 16:46:09.740999 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 16:46:09] "GET /myclass/api/Add_tache_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-06 16:47:27.063993 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 16:47:27] "GET /myclass/api/Add_tab_Tache_To_Activite_pedagogique HTTP/1.1" 308 - +INFO:root:2026-02-06 16:47:27.067478 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 16:47:29.155398 : Add_tab_Tache_To_Activite_pedagogique -Cannot apply array updates to non-array element tab_tache_pedagogique: { _id: ObjectId('69860c538aae74f5f5a23bab') }, full error: {'index': 0, 'code': 2, 'errmsg': "Cannot apply array updates to non-array element tab_tache_pedagogique: { _id: ObjectId('69860c538aae74f5f5a23bab') }"} - Line : 448 +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 16:47:29] "GET /myclass/api/Add_tab_Tache_To_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:48:20.049339 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:48:20.049339 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:48:20.049339 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:48:20.049339 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:48:20.049339 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 16:48:47.162629 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 16:48:47] "GET /myclass/api/Add_tab_Tache_To_Activite_pedagogique HTTP/1.1" 308 - +INFO:root:2026-02-06 16:48:47.170159 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 16:48:48.820022 : Add_tab_Tache_To_Activite_pedagogique -Cannot apply array updates to non-array element tab_tache_pedagogique: { _id: ObjectId('69860c538aae74f5f5a23bab') }, full error: {'index': 0, 'code': 2, 'errmsg': "Cannot apply array updates to non-array element tab_tache_pedagogique: { _id: ObjectId('69860c538aae74f5f5a23bab') }"} - Line : 450 +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 16:48:48] "GET /myclass/api/Add_tab_Tache_To_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:50:18.146170 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:50:18.146170 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:50:18.146170 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:50:18.146170 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:50:18.146170 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 16:50:28.629308 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 16:50:28] "GET /myclass/api/Add_tab_Tache_To_Activite_pedagogique HTTP/1.1" 308 - +INFO:root:2026-02-06 16:50:28.637334 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 16:50:30.406887 : Add_tab_Tache_To_Activite_pedagogique -Cannot apply array updates to non-array element tab_tache_pedagogique: { _id: ObjectId('69860c538aae74f5f5a23bab') }, full error: {'index': 0, 'code': 2, 'errmsg': "Cannot apply array updates to non-array element tab_tache_pedagogique: { _id: ObjectId('69860c538aae74f5f5a23bab') }"} - Line : 450 +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 16:50:30] "GET /myclass/api/Add_tab_Tache_To_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:51:09.231521 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:51:09.231521 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:51:09.231521 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:51:09.231521 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:51:09.231521 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 16:51:12.669962 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 16:51:12] "GET /myclass/api/Add_tab_Tache_To_Activite_pedagogique HTTP/1.1" 308 - +INFO:root:2026-02-06 16:51:12.678978 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 16:51:12] "GET /myclass/api/Add_tab_Tache_To_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 16:51:55.345276 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 16:51:55.345276 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 16:51:55.345276 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 16:51:55.345276 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 16:51:55.345276 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 16:59:59.954158 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 16:59:59] "GET /myclass/api/Add_tab_Tache_To_Activite_pedagogique HTTP/1.1" 308 - +INFO:root:2026-02-06 16:59:59.957148 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 16:59:59] "GET /myclass/api/Add_tab_Tache_To_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 17:00:44.035888 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 17:00:44.036889 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 17:00:44.036889 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 17:00:44.036889 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 17:00:44.036889 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 17:04:56.463497 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 17:04:56.463497 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 17:04:56.463497 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 17:04:56.463497 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 17:04:56.463497 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 17:06:26.085140 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 17:06:26.085140 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 17:06:26.085140 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 17:06:26.085140 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 17:06:26.085140 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 17:07:35.321245 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 17:07:35.321245 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 17:07:35.321245 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 17:07:35.321245 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 17:07:35.321245 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 17:08:24.331893 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 17:08:24] "GET /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique HTTP/1.1" 404 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 17:09:55.110140 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 17:09:55.110140 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 17:09:55.110140 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 17:09:55.110140 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 17:09:55.110140 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 17:09:55.173442 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 17:09:55] "GET /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique HTTP/1.1" 308 - +INFO:root:2026-02-06 17:09:55.179385 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 17:09:55] "GET /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-06 17:10:31.695780 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 17:10:31] "GET /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique HTTP/1.1" 308 - +INFO:root:2026-02-06 17:10:31.702795 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 17:10:32.961239 : Add_Update_tab_Tache_To_Activite_pedagogique -'ue_id' - Line : 488 +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 17:10:32] "GET /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 17:11:17.818556 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 17:11:17.818556 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 17:11:17.818556 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 17:11:17.818556 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 17:11:17.818556 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 17:11:23.081280 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 17:11:23] "GET /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique HTTP/1.1" 308 - +INFO:root:2026-02-06 17:11:23.089267 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 17:11:23] "GET /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 17:11:53.181184 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 17:11:53.182184 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 17:11:53.182184 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 17:11:53.182184 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 17:11:53.182184 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-06 17:12:38.296141 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-06 17:12:38.296141 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-06 17:12:38.296141 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-06 17:12:38.296141 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-06 17:12:38.296141 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-06 17:13:59.918170 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 17:13:59] "GET /myclass/api/Add_activite_pedagogique HTTP/1.1" 308 - +INFO:root:2026-02-06 17:13:59.926186 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 17:13:59] "GET /myclass/api/Add_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-06 17:14:09.040392 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 17:14:09] "GET /myclass/api/Add_activite_pedagogique HTTP/1.1" 308 - +INFO:root:2026-02-06 17:14:09.046400 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 17:14:10.841456 : Add_activite_pedagogique Le code Act_Pe_01 est déjà utilisé +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 17:14:10] "GET /myclass/api/Add_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-06 17:14:15.811839 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 17:14:15] "GET /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique HTTP/1.1" 308 - +INFO:root:2026-02-06 17:14:15.816987 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 17:14:15.828007 : Add_Update_tab_Tache_To_Activite_pedagogique L'identifiant de l'activité est invalide +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 17:14:15] "GET /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-06 17:14:27.379208 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 17:14:27] "GET /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique HTTP/1.1" 308 - +INFO:root:2026-02-06 17:14:27.384403 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 17:14:27.392845 : Add_Update_tab_Tache_To_Activite_pedagogique L'identifiant de l'activité est invalide +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 17:14:27] "GET /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-06 17:14:39.975544 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 17:14:39] "GET /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique HTTP/1.1" 308 - +INFO:root:2026-02-06 17:14:39.980548 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 17:14:39] "GET /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-06 20:55:42.770584 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 20:55:42.779952 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 20:55:42.782966 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 20:55:42] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-06 20:55:42.815806 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 20:55:42] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 20:55:42] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:03:40.642905 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:03:40.650906 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:03:40.658917 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:03:40] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:03:40.681434 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:03:40.706948 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:03:40] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:03:40] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:03:40] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:03:40.758951 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:03:40.765949 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:03:40.771953 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:03:40.799138 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:03:40] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:03:40] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:03:40] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:04:15.303860 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:04:15.313961 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:04:15] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:04:15.324872 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:04:15.330871 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:04:15.358388 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:04:15] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:04:15] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:04:15] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:04:30.127740 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:04:30.130738 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:04:30.133737 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:04:30] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:04:30.143736 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:04:30] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:04:30] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:05:00.647542 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:05:00.657938 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:05:00.659933 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:05:00.682941 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:05:00] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:05:00] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:05:00] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:06:30.343034 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:06:30.351031 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:06:30.355033 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:06:30.372046 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:06:30] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:06:30] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:06:30] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:07:41.429443 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:07:41.436441 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:07:41.448962 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:07:41.462960 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:07:41.477964 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:07:41] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:07:41.501958 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:07:41] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:07:41.526497 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:root:2026-02-06 21:07:41.566571 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:07:41] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:07:41] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:07:41] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:07:41] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:07:41.641135 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:07:41] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:33:57.057515 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:33:57.065531 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:33:57.073143 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:33:57] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:33:57.087273 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:33:57] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:33:57] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:35:13.339121 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:35:13.343467 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:35:13] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:35:13.354533 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:35:13.358524 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:35:13.377531 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:35:13] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:35:13] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:35:13] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:35:13.433533 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:35:13.436531 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:35:13.444071 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:35:13] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:35:13.469050 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:35:13] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:35:13] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:36:20.849997 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:36:20.859086 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:36:20.871994 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:36:20] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:36:20.885478 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:36:20] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:36:20] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:43:21.593327 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:43:21.601321 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:43:21.614326 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:43:21] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:43:21.638490 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:43:21] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:43:21] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:45:26.807464 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:45:26.811490 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:45:26.814465 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:45:26] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:45:26.828468 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:45:26] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:45:26] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:47:01.150310 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:47:01.156696 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:47:01.162062 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:47:01.171588 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:47:01] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:47:01] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:47:01] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:50:08.081282 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:50:08.088850 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:50:08.097853 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:50:08.107862 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:50:08] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:50:08] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:50:08] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:50:55.825804 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:50:55.833999 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:50:55.850198 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:50:55.868729 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:50:55] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:50:55] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:50:55] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:52:05.468368 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:52:05.477355 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:52:05.483432 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:52:05.498452 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:52:05] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:52:05] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:52:05] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:57:05.273009 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:57:05.282014 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:57:05.288541 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:57:05] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:57:05.302544 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:57:05] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:57:05] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:57:11.223701 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:57:11.233701 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:57:11] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:57:11.253700 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:57:11.266702 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:57:11.287722 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:57:11] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:57:11] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:57:11] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:57:11.332247 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:57:11.346774 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:57:11.358769 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:57:11] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:57:11.376414 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:57:11] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:57:11] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:58:10.075097 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:58:10.089001 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:58:10.100997 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:58:10] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:58:10.142794 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:58:10] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:58:10.154693 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:58:10] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:58:10.209802 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:58:10.224857 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:58:10] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:58:10.242488 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:58:10] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:58:10.272378 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:58:10] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:58:10] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:58:13.080461 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:58:13.097298 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:58:13.122301 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:58:13] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:58:13.158195 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:58:13] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:58:13.185170 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:58:13.217069 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:58:13] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:58:13.246704 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:58:13] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:58:13.305657 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:58:13] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:58:13] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:58:13.344692 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:58:13.388805 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:58:13] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2026-02-06 21:58:13.415851 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 21:58:13.453061 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:58:13] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:58:13] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:58:14] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:58:15] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 21:58:19] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-06 22:04:37.987130 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 22:04:37.998644 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 22:04:38.004650 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:04:38] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-06 22:04:38.030659 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:04:38] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:04:38] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-06 22:05:23.613779 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 22:05:23.617770 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 22:05:23.624769 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 22:05:23.630781 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:05:23] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 22:05:23.661318 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:05:23] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:05:23] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:05:23] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 22:05:23.767875 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 22:05:23.768876 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 22:05:23.773876 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:05:23] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-06 22:05:23.811877 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:05:23] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:05:23] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-06 22:09:05.134993 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 22:09:05.146693 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 22:09:05.155634 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:09:05] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-06 22:09:05.180365 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:09:05] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:09:05] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-06 22:12:00.522105 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 22:12:00.530379 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 22:12:00.541381 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:12:00] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-06 22:12:00.568391 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:12:00] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:12:00] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-06 22:12:05.659280 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:12:05] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 22:12:05.685277 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 22:12:05.697323 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 22:12:05.723902 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 22:12:05.733900 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:12:05] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:12:05] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:12:05] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-06 22:12:05.821418 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 22:12:05.832417 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 22:12:05.848423 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:12:05] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-06 22:12:05.877420 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:12:05] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:12:05] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-06 22:14:05.930085 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 22:14:05.938088 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 22:14:05.944603 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:14:05] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-06 22:14:05.991775 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:14:06] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:14:06] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-06 22:14:14.446680 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 22:14:14.455694 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 22:14:14.468228 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:14:14] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-06 22:14:14.481219 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 22:14:14.492231 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:14:14] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:14:14] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:14:14] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-06 22:14:14.537221 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 22:14:14.540222 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 22:14:14.545248 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:14:14] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-06 22:14:14.557255 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:14:14] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:14:14] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-06 22:14:52.366356 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 22:14:52.377356 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-06 22:14:52.383412 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:14:52] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-06 22:14:52.407356 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:14:52] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [06/Feb/2026 22:14:52] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-07 09:16:26.763741 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-07 09:16:26.764727 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-07 09:16:26.764727 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-07 09:16:26.764727 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-07 09:16:26.764727 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-07 09:16:53.536405 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-07 09:16:53.536405 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-07 09:16:53.537404 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-07 09:16:53.537404 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-07 09:16:53.537404 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-07 09:55:21.369239 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-07 09:55:21.370244 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-07 09:55:21.370244 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-07 09:55:21.370244 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-07 09:55:21.370244 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-07 09:55:32.154708 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-07 09:55:32.155707 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-07 09:55:32.155707 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-07 09:55:32.155707 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-07 09:55:32.155707 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-07 10:26:32.273507 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-07 10:26:32.273507 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-07 10:26:32.273507 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-07 10:26:32.273507 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-07 10:26:32.273507 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-07 10:26:39.101076 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-07 10:26:39.101076 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-07 10:26:39.101076 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-07 10:26:39.101076 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-07 10:26:39.101076 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-07 10:27:08.688100 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 10:27:08.690100 : Le token partner est vide +INFO:root:2026-02-07 10:27:08.691237 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 10:27:08.698236 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 10:27:08.704238 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 10:27:08.706238 : La session de connexion n'est pas valide +INFO:root:2026-02-07 10:27:08.710236 : La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:27:08] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 10:27:08.714238 : La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:27:08] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-07 10:27:10.097168 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:27:10] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2026-02-07 10:27:10.147728 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 10:27:10.150730 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 10:27:10.155734 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 10:27:10.159733 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:27:10] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 10:27:10.174756 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:27:10] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 10:27:10.180755 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:27:10] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 10:27:10.189300 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:27:10] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-07 10:27:10.196324 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 10:27:10.202323 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:27:10] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2026-02-07 10:27:10.210324 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:27:10] "POST /myclass/api/Get_Ref_Pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:27:10] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-07 10:27:10.217323 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 10:27:10.221324 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:27:10] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:27:10] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:27:10] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:27:10] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2026-02-07 10:27:10.641871 : get_partner_account - La session de connexion n'est pas valide +INFO:root:2026-02-07 10:27:10.641871 : getRecodedImage - Impossible de récupérer le recid du user +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:27:10] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:27:10] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 10:27:15.100127 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:27:15] "POST /myclass/api/Get_List_Admission_Setup/ HTTP/1.1" 200 - +INFO:root:2026-02-07 10:27:16.661708 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 10:27:16.664719 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 10:27:16.667719 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:27:16] "POST /myclass/api/Get_List_Admission_Setup_Etape/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:27:16] "POST /myclass/api/Get_List_Admission_Setup_Document/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:27:16] "POST /myclass/api/Get_List_Admission_Setup_Critere/ HTTP/1.1" 200 - +INFO:root:2026-02-07 10:46:13.812478 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 10:46:13.830480 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 10:46:13.835487 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 10:46:13.849995 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 10:46:13.865008 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:46:13] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:46:13] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 10:46:13.874518 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:46:13] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:46:13] "POST /myclass/api/Get_List_Admission_Setup/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:46:13] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-07 10:46:18.898779 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:46:18] "POST /myclass/api/Get_List_Admission_Setup/ HTTP/1.1" 200 - +INFO:root:2026-02-07 10:46:23.585419 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 10:46:23.593925 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:46:23] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:46:23] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2026-02-07 10:50:29.829883 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:50:29] "POST /myclass/api/Get_List_Admission_Setup/ HTTP/1.1" 200 - +INFO:root:2026-02-07 10:51:58.091660 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 10:51:58] "POST /myclass/api/Get_List_Admission_Setup/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:10:12.443898 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 11:10:12.446898 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 11:10:12.456898 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:10:12] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:10:12.470903 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 11:10:12.480406 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:10:12] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:10:12] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:10:12] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:11:00.438676 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 11:11:00.444677 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 11:11:00.445678 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 11:11:00.451677 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:11:00] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:11:00] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:11:00.466683 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:11:00] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:11:00] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:15:33.461604 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 11:15:33.464605 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:15:33] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:15:33.473618 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 11:15:33.475603 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 11:15:33.484606 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:15:33] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:15:33] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:15:33] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:47:22.333745 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 11:47:22.346744 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 11:47:22.351745 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:47:22] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:47:22.367746 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 11:47:22.377745 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:47:22] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:47:22] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:47:22] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:47:26.282829 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:47:26] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:47:52.206735 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:47:52] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:47:55.163094 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:47:55] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:48:41.231793 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:48:41] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:49:33.325086 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:49:33] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:49:41.202742 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:49:41] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:49:48.399369 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 11:49:48.404880 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 11:49:48.407882 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:49:48] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:49:48.421881 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:49:48] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:49:48.438885 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:49:48] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:49:48] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:50:21.089918 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:50:21] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:55:41.032547 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:55:41] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:56:03.315652 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 11:56:03.334193 : Update_tache_pedagogique -'' is not a valid ObjectId, it must be a 12-byte input or a 24-character hex string - Line : 183 +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:56:03] "POST /myclass/api/Update_tache_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:56:36.954419 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:56:36] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:56:55.208736 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:56:55] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:57:27.369038 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:57:27] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:58:20.678777 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:58:20] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:58:29.783831 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 11:58:29.795830 : Update_tache_pedagogique -'' is not a valid ObjectId, it must be a 12-byte input or a 24-character hex string - Line : 183 +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:58:29] "POST /myclass/api/Update_tache_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:59:10.006389 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:59:10] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:59:26.061079 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:59:26] "POST /myclass/api/Update_tache_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:59:26.106059 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:59:26] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:59:33.905585 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:59:33] "POST /myclass/api/Update_tache_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-07 11:59:33.942214 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 11:59:33] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 12:00:10.863025 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 12:00:10] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 12:00:57.253889 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 12:00:57] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 12:01:06.329618 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 12:01:06] "POST /myclass/api/Update_tache_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-07 12:01:06.368198 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 12:01:06] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 12:01:11.759077 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 12:01:11] "POST /myclass/api/Add_tache_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-07 12:01:11.820104 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 12:01:11] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 12:01:45.764532 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 12:01:45] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 12:01:50.671927 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 12:01:50.682929 : Delete_Given_tache_pedagogique -'' is not a valid ObjectId, it must be a 12-byte input or a 24-character hex string - Line : 352 +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 12:01:50] "POST /myclass/api/Delete_Given_tache_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-07 12:02:10.263712 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 12:02:10] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 12:02:25.930645 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 12:02:25] "POST /myclass/api/Delete_Given_tache_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-07 12:02:25.970597 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 12:02:25] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 12:02:48.846741 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 12:02:48] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 12:03:37.215431 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 12:03:37] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 12:03:43.758819 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 12:03:43.767330 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 12:03:43.779329 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 12:03:43] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 12:03:43.795837 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 12:03:43.805842 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 12:03:43] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 12:03:43] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 12:03:43] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-07 12:03:45.448676 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 12:03:45] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 12:04:05.239452 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 12:04:05] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 12:04:21.284687 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 12:04:21] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 12:04:34.576619 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 12:04:34] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 12:04:40.403737 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 12:04:40.406738 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 12:04:40.409738 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 12:04:40] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 12:04:40.426266 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 12:04:40.434826 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 12:04:40] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 12:04:40] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 12:04:40] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-07 12:04:41.277280 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 12:04:41] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:13:23.015936 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:13:23.022921 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:13:23.030920 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:13:23.043933 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:13:23] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:13:23] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:13:23] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:14:52.375691 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:14:52.381691 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:14:52.389690 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:14:52] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:14:52.399694 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:14:52.411692 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:14:52] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:14:52] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:14:52] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:14:52.508219 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:14:52.522230 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:14:52.525228 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:14:52] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:14:52.579603 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:14:52] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:14:52] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:17:41.665315 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:17:41.671321 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:17:41.675317 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:17:41] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:17:41.688689 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:17:41] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:17:41] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:17:49.120706 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:17:49.124208 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:17:49.128209 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:17:49] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:17:49.136724 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:17:49.143731 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:17:49] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:17:49] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:17:49] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:17:49.241271 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:17:49.246250 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:17:49.249250 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:17:49.254250 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:17:49] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:17:49] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:17:49] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:20:21.657420 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:20:21.663956 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:20:21.667961 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:20:21] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:20:21.673961 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:20:21.681967 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:20:21] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:20:21] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:20:21] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:20:21.755846 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:20:21.762383 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:20:21.764913 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:20:21.775126 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:20:21] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:20:21] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:20:21] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:20:28.113559 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:20:28.115559 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:20:28.122557 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:20:28.125559 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:20:28] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:20:28.137559 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:20:28.141559 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:20:28] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:20:28.146559 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:20:28] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:20:28.152558 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:20:28] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:20:28.163567 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:20:28] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:20:28] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:20:28] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:25:39.764784 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:25:39.769784 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:25:39] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:25:39.778784 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:25:39.782783 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:25:39.784789 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:25:39.788791 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:25:39.807821 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:25:39.812827 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:25:39] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:25:39] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:25:39.820827 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:25:39] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:25:39] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:25:39] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:25:39] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:26:36.041726 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:26:36.048725 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:26:36.052754 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:26:36.061766 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:26:36] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:26:36] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:26:36] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:26:42.539658 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:26:42.543656 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:26:42.548658 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:26:42] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:26:42.558659 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:26:42.571659 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:26:42] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:26:42] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:26:42] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:26:42.657510 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:26:42.660510 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:26:42.665509 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:26:42.675512 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:26:42] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:26:42] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:26:42] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:28:17.582068 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:28:17.588066 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:28:17.591067 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:28:17] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:28:17.600071 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:28:17.604066 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:28:17] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:28:17.614067 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:28:17.615067 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:28:17] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:28:17.617068 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:28:17] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:28:17.625077 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:28:17] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:28:17] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:28:17] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:28:37.542857 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:28:37.546856 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:28:37.547861 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:28:37] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:28:37.558369 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:28:37.565369 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:28:37] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:28:37] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:28:37] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:28:37.619368 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:28:37.621368 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:28:37.628369 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:28:37.633369 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:28:37] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:28:37] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:28:37] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:29:03.021555 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:29:03.029556 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:29:03.033555 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:29:03] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:29:03.046066 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:29:03] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:29:03] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:31:09.215168 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:31:09.217168 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:31:09.221169 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:31:09] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:31:09.234173 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:31:09] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:31:09] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:33:02.326777 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:33:02.331775 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:33:02.338775 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:33:02.347775 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:33:02] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:33:02] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:33:02] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:33:17.127788 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:33:17.131819 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:33:17.143295 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:33:17.148385 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:33:17] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:33:17] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:33:17] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:34:03.515959 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:34:03.520957 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:34:03.523958 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:34:03] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:34:03.534503 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:34:03] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:34:03] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:34:12.106536 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:34:12] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:34:12.117539 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:34:12.133539 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:34:12.143541 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:34:12] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:34:12.152541 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:34:12] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:34:12] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:34:12.232590 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:34:12.265884 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:34:12] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:34:12.279887 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:34:12] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:34:12.306960 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:34:12] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:35:11.934070 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:35:11.938053 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:35:11.944050 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:35:11] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:35:11.962049 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:35:11] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:35:11] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:35:54.645873 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:35:54.651383 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:35:54.659399 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:35:54] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:35:54.674384 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:35:54] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:35:54] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:36:17.971892 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:36:17.974893 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:36:17.977894 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:36:17] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:36:17.982893 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:36:17] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:36:17.995892 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:36:17] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:36:17] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:36:18.044951 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:36:18.046951 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:36:18.051990 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:36:18] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:36:18.067474 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:36:18] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:36:18] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:38:41.972590 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:38:41.976613 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:38:41.980481 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:38:41] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:38:42] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:38:42.030069 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:38:42] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:38:54.013501 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:38:54.015501 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:38:54.019501 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:38:54] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:38:54.026501 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:38:54.032502 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:38:54] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:38:54] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:38:54] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:38:54.084237 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:38:54.085243 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:38:54.088244 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:38:54] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:38:54] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:38:54.124484 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:38:54] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:40:15.845006 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:40:15.848990 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:40:15.852005 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:40:15] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:40:15.864499 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:40:15] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:40:15] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:41:00.567352 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:41:00.568337 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:41:00.570322 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:41:00] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:41:00.615959 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:41:00] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:41:00] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:41:24.316424 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:41:24.319416 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:41:24.324421 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:41:24] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:41:24.332422 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:41:24] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:41:24] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:47:53.439674 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:47:53.443180 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:47:53.446184 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:47:53] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:47:53.452428 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:47:53] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:47:53] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:47:59.342808 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:47:59.345808 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:47:59.351809 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:47:59] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:47:59.358808 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:47:59.365844 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:47:59] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:47:59] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:47:59] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:47:59.413213 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:47:59.415214 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:47:59.420216 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:47:59] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:47:59.429731 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:47:59] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:47:59] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:49:55.979963 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:49:55.981270 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:49:55.983276 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:49:55] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:49:56] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:49:56.025786 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:49:56] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:52:36.366569 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:52:36.369586 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:52:36.373570 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:52:36] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:52:36.403569 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:52:36] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:52:36] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:52:43.553915 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:52:43] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:52:43.563915 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:52:43.573939 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:52:43.583948 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:52:43.583948 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:52:43] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:52:43] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:52:43] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:52:43.632919 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:52:43.633950 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:52:43.639922 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:52:43] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:52:43] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:52:43.664681 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:52:43] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:53:42.606169 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:53:42.609172 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:53:42.612688 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:53:42] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:53:42.622420 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:53:42] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:53:42] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:54:28.479873 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:54:28.482871 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:54:28.483872 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:54:28.495878 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:54:28] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:54:28] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:54:28] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:54:37.047885 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:54:37.051886 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:54:37.056913 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:54:37.064913 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:54:37] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:54:37] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:54:37] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:55:27.385126 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:55:27.388670 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:55:27.390716 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:55:27] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:55:27.402433 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:55:27] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:55:27] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:55:44.861164 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:55:44.864173 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:55:44.869168 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:55:44.877223 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:55:44] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:55:44] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:55:44] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 16:57:27.221257 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:57:27.224249 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:57:27.228233 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 16:57:27.236232 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:57:27] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:57:27] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 16:57:27] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:05:44.238291 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:05:44.242318 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:05:44.245295 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:05:44] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:05:44.266280 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:05:44] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:05:44] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:08:37.400988 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:08:37.407006 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:08:37.414439 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:08:37] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:08:37.429440 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:08:37] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:08:37] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:08:49.101473 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:08:49.103475 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:08:49.106474 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:08:49] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:08:49.112473 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:08:49.119473 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:08:49] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:08:49] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:08:49] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:08:49.163019 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:08:49.168020 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:08:49.173526 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:08:49.181853 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:08:49] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:08:49] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:08:49] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:09:59.911635 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:09:59.916166 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:09:59.921168 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:09:59] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:09:59.931283 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:09:59] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:09:59] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:11:12.744482 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:11:12.747991 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:11:12.751991 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:11:12] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:11:12.761993 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:11:12.767993 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:11:12] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:11:12] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:11:12] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:11:12.877409 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:11:12.884433 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:11:12.885427 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:11:12.895417 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:11:12] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:11:12] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:11:12] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:12:20.891903 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:12:20.893902 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:12:20.897903 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:12:20] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:12:20.912909 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:12:20] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:12:20] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:19:18.788010 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:19:18.789993 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:19:18.798994 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:19:18] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:19:18] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:19:18.844996 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:19:18] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:21:31.441583 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:21:31.444584 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:21:31.447613 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:21:31.454582 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:21:31] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:21:31] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:21:31] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:22:10.223785 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:22:10.227779 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:22:10.232825 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:22:10] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:22:10.238825 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:22:10] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:22:10] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:23:20.576371 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:23:20.580370 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:23:20.585378 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:23:20] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:23:20.591374 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:23:20] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:23:20] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:24:50.342177 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:24:50.345177 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:24:50.351181 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:24:50] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:24:50.360181 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:24:50] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:24:50] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:27:05.805071 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:27:05.809067 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:27:05.811072 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:27:05.822070 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:27:05] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:27:05] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:27:05] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:27:32.422283 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:27:32.424768 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:27:32.427767 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:27:32] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:27:32.437384 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:27:32] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:27:32] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:28:24.677042 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:28:24.680041 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:28:24.683048 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:28:24] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:28:24.697052 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:28:24] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:28:24] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:29:12.111071 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:29:12.112204 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:29:12.115144 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:29:12.122166 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:29:12] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:29:12] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:29:12] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:30:40.503522 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:30:40.504523 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:30:40.509523 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:30:40] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:30:40.541778 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:30:40] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:30:40] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:30:48.324054 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:30:48.327054 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:30:48] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:30:48.336052 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:30:48.339082 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:30:48.346060 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:30:48] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:30:48] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:30:48] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:30:48.410820 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:30:48.413845 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:30:48.417836 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:30:48] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:30:48.429819 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:30:48] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:30:48] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:31:48.852073 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:31:48.856081 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:31:48.859056 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:31:48] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:31:48.901021 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:31:48] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:31:48] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:33:27.985228 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:33:27.987271 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:33:27.991260 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:33:27] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:33:27.997352 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:33:27] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:33:28] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:34:28.607209 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:34:28.610760 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:34:28.614758 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:34:28] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:34:28.626051 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:34:28] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:34:28] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:36:45.525531 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:36:45.529050 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:36:45.532049 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:36:45] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:36:45.541049 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:36:45] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:36:45] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:38:32.688570 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:38:32.689576 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:38:32.691569 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:38:32] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:38:32.732569 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:38:32] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:38:32] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:43:35.041062 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:43:35.043061 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:43:35.047063 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:43:35] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:43:35.053572 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:43:35.059573 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:43:35] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:43:35] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:43:35] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:43:35.215658 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:43:35.216658 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:43:35.220658 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:43:35] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:43:35.234656 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:43:35] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:43:35] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:46:32.075677 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:46:32.076677 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:46:32.080131 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:46:32.083126 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:46:32] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:46:32.096370 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:46:32] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:46:32] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:46:32] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:46:32.579118 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:46:32.580126 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:46:32.581124 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:46:32] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:46:32.590968 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:46:32] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:46:32] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:47:36.052477 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:47:36.056489 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:47:36.059681 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:47:36] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:47:36.071359 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:47:36] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:47:36] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:49:58.007607 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:49:58] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:49:58.020121 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:49:58.026120 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:49:58.031123 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:49:58.037124 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:49:58] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:49:58] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:49:58] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:49:58.150693 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:49:58.153695 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:49:58.156695 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:49:58] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:49:58.166700 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:49:58] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:49:58] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:51:45.762250 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:51:45.763255 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:51:45.764739 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:51:45] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:51:45.775938 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:51:45] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:51:45] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:52:19.311845 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:52:19.313845 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:52:19.316846 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:52:19.319845 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:52:19] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:52:19] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:52:19.333845 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:52:19] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:52:19] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:52:19.441515 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:52:19.444029 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:52:19.447030 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:52:19] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:52:19.455031 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:52:19] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:52:19] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:52:31.268408 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:52:31.271407 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:52:31.274422 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:52:31] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:52:31.289942 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:52:31] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:52:31] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:54:08.108636 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:54:08.112662 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:54:08.115636 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:54:08] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:54:08.129643 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:54:08] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:54:08] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:54:13.151718 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:54:13.154718 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:54:13] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:54:13.161234 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:54:13.165232 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:54:13.170235 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:54:13] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:54:13] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:54:13] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:54:13.380931 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:54:13.388931 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:54:13.397931 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:54:13.402932 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:54:13] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:54:13] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:54:13] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:55:44.754975 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:55:44.756976 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:55:44.757976 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:55:44] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:55:44.764977 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:55:44] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:55:44] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:56:06.956478 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:56:06.967065 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:56:06] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:56:33.221916 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:56:33.225929 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:56:33.227903 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:56:33.240471 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:56:33] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:56:33] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:56:33] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:56:42.295620 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:56:42.306615 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:56:42] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:57:38.482412 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:57:38.485410 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:57:38.487914 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:57:38.494921 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:57:38] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:57:38] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:57:38] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:59:38.630417 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:59:38.633418 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 17:59:38.637434 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:59:38] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 17:59:38.646431 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:59:38] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 17:59:38] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:01:01.955141 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:01:01.961139 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:01:01.966138 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:01:01.974140 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:01:01] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:01:01] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:01:02] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:03:45.036274 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:03:45.040272 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:03:45] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:03:45.048274 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:03:45.050276 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:03:45] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:03:45.062272 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:03:45] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:03:45] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:03:45.129268 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:03:45.131287 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:03:45.133286 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:03:45.140284 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:03:45] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:03:45] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:03:45] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:08:44.908982 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:08:44.911930 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:08:44.913912 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:08:44.930459 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:08:44] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:08:44] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:08:44] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:08:52.247759 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:08:52.250755 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:08:52.256046 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:08:52.260281 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:08:52] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:08:52.272366 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:08:52] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:08:52] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:08:52] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:08:52.398966 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:08:52.399966 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:08:52.403970 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:08:52] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:08:52.413969 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:08:52] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:08:52] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:10:41.009337 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:10:41.012337 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:10:41.020337 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:10:41.027847 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:10:41] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:10:41] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:10:41] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:10:47.755260 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:10:47] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:10:47.764254 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:10:47.768265 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:10:47.778260 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:10:47.784452 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:10:47] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:10:47] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:10:47] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:10:47.917535 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:10:47.921537 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:10:47.926538 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:10:47.938077 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:10:47] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:10:47] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:10:47] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:12:13.494064 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:12:13.498979 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:12:13.500980 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:12:13.515862 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:12:13] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:12:13] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:12:13] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:12:20.030931 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:12:20.031907 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:12:20.035904 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:12:20.040904 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:12:20] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:12:20.050413 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:12:20] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:12:20] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:12:20] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:12:20.189304 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:12:20.192279 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:12:20.198901 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:12:20.205926 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:12:20] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:12:20] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:12:20] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:12:54.651198 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:12:54.661197 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:12:54] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:13:02.237817 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:13:02] "POST /myclass/api/Get_Partner_Catalog_Pub_Config/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:13:05.176879 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:13:05.196877 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:13:05] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:13:06.226108 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:13:06.230123 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:13:06.232628 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:13:06] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:13:06] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:13:06.271635 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:13:06] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:13:32.410214 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:13:32] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:13:32.420214 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:13:32.427216 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:13:32.435237 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:13:32] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:13:32.438222 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:13:32] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:13:32] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:13:32.602509 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:13:32.610508 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:13:32.619511 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:13:32.624507 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:13:32] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:13:32] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:13:32] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:13:50.523559 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:13:50] "POST /myclass/api/Update_Context_Partner_Account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:13:55.994442 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:13:56.000444 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:13:56] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:13:56.004891 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:13:56.008892 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:13:56.018893 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:13:56] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:13:56] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:13:56] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:14:02.163034 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:14:02] "POST /myclass/api/Update_Context_Partner_Account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:14:02.252390 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:14:02.257388 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:14:02.260413 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:14:02] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:14:02.272396 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:14:02] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:14:02] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:16:01.138968 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:16:01.140968 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:16:01.142968 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:16:01.146038 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:16:01] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:16:01] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:16:01] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:16:01.165076 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:16:01] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:16:01.201439 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:16:01.204441 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:16:01.208440 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:16:01] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:16:01.216438 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:16:01] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:16:01] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:16:28.555405 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:16:28.562295 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:16:28] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:18:46.983438 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:18:46.989441 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:18:46.993472 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:18:47.003440 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:18:47] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:18:47] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:18:47] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:19:22.540062 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:19:22.542061 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:19:22.544066 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:19:22] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:19:22.549084 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:19:22] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:19:22] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:20:54.446342 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:20:54.451326 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:20:54.454329 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:20:54.461327 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:20:54] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:20:54] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:20:54] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:21:04.190246 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:21:04.194244 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:21:04] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:21:04.199756 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:21:04.202763 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:21:04] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:21:04.213767 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:21:04] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:21:04] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:21:04.289858 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:21:04.296852 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:21:04.302854 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:21:04.308893 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:21:04] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:21:04] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:21:04] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:22:07.959797 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:22:07.962800 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:22:07.968801 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:22:07] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:22:07.979806 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:22:08] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:22:08] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:22:13.964383 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:22:13.967383 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:22:13.967383 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:22:13.972658 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:22:13] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:22:13] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:22:13.986663 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:22:13] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:22:13] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:22:14.065166 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:22:14.070170 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:22:14.078169 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:22:14] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:22:14.083168 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:22:14] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:22:14] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:23:05.283387 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:23:05.286387 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:23:05.289387 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:23:05] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:23:05.298388 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:23:05] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:23:05] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:23:41.861230 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:23:41.863229 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:23:41.869237 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:23:41] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:23:41.878390 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:23:41] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:23:41] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:23:51.458672 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:23:51.464379 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:23:51.468380 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:23:51.478056 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:23:51] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:23:51] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:23:51] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:24:02.310495 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:24:02.312472 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:24:02.316368 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:24:02.336635 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:24:02] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:24:02] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:24:02] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:24:30.210204 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:24:30.217664 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:24:30.222683 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:24:30.230684 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:24:30] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:24:30] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:24:30] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:24:44.223781 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:24:44.227791 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:24:44.229793 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:24:44.236792 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:24:44] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:24:44] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:24:44] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:24:57.867307 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:24:57.871307 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:24:57.874343 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:24:57.882308 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:24:57] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:24:57] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:24:57] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:26:00.642263 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:26:00.644265 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:26:00.648264 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:26:00] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:26:00.668264 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:26:00] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:26:00] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:26:23.487298 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:26:23.490314 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:26:23] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:26:23.498843 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:26:23.503841 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:26:23.508841 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:26:23] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:26:23] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:26:23] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:26:23.602381 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:26:23.607359 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:26:23.610378 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:26:23] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:26:23.620376 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:26:23] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:26:23] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:26:25.300590 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:26:25.304593 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:26:25.311594 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:26:25.314596 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:26:25] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:26:25.321134 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:26:25.323107 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:26:25] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:26:25.331107 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:26:25] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:26:25.337104 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:26:25] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:26:25] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:26:25.356513 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:26:25] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:26:25.377520 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:26:25] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:26:25.388935 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:26:25.393975 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:26:25] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:26:25] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:26:25] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:26:25] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:26:26] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:27:24.446872 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:27:24.449872 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:27:24.452871 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:27:24] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:27:24] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:27:24.501873 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:27:24] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:28:31.172019 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:28:31.178018 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:28:31.186016 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:28:31] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:28:31.201541 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:28:31] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:28:31] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:29:33.864974 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:29:33.872973 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:29:33.879506 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:29:33] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:29:33.894503 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:29:33] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:29:33] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:30:00.389211 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:30:00.399225 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:30:00.411806 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:30:00] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:30:00.427750 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:30:00] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:30:00] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:30:24.677068 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:30:24.692586 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:30:24] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:30:32.596573 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:30:32.614575 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:30:32.628696 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:30:32.628696 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:30:32] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:30:32] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:30:32] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:30:40.491437 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:30:40] "POST /myclass/api/update_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:30:40.518409 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:30:40] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:31:08.032929 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:31:08] "POST /myclass/api/update_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:31:08.056156 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:31:08] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:31:19.222532 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:31:19] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:31:19.236528 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:31:19.248529 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:31:19.257527 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:31:19.263528 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:31:19] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:31:19] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:31:19] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:31:19.294530 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:31:19.303536 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:31:19.312535 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:31:19] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:31:19] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:31:19.360691 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:31:19] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:31:27.748924 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:31:27.765439 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:31:27] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:33:12.166966 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:33:12.170967 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:33:12.174228 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:33:12.204245 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:33:12] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:33:12] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:33:12] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:33:17.683877 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:33:17] "POST /myclass/api/update_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:33:17.814714 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:33:17] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:34:03.796096 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:34:03.799098 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:34:03.803097 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:34:03.810103 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:34:03] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:34:03] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:34:03] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:34:34.221817 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:34:34.226863 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:34:34.228862 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:34:34.236862 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:34:34] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:34:34] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:34:34] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:34:54.552003 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:34:54.554003 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:34:54.557005 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:34:54] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:34:54.563557 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:34:54.570558 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:34:54] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:34:54] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:34:54] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:34:54.627150 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:34:54.628151 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:34:54.635166 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:34:54] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:34:54.658183 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:34:54] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:34:54] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:36:00.382806 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:36:00.385807 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:36:00] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:36:00.393322 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:36:00.396322 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:36:00.400324 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:36:00.406322 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:root:2026-02-07 18:36:00.407325 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:36:00] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:36:00] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:36:00.412328 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:36:00] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:36:00.423323 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:36:00] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:36:00] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:36:00] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:36:09.709245 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:36:09.710246 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:36:09.714248 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:36:09] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:36:09.719248 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:36:09.725760 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:36:09] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:36:09] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:36:09] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:36:09.784270 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:36:09.787273 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:36:09.792274 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:36:09] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:36:09.801271 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:36:09] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:36:09] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-07 18:36:18.175916 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-07 18:36:18.184955 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Feb/2026 18:36:18] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:31:04.314831 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:31:04.317829 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:31:04.324830 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:31:04.327826 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:31:04] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:31:04.337836 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:31:04] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:31:04] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:31:04] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:31:04.382880 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:31:04.386885 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:31:04.393877 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:31:04] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:31:04.400882 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:31:04] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:31:04] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-08 15:38:24.451833 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-08 15:38:24.451833 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-08 15:38:24.451833 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-08 15:38:24.451833 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-08 15:38:24.451833 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-08 15:38:31.089688 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-08 15:38:31.089688 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-08 15:38:31.089688 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-08 15:38:31.089688 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-08 15:38:31.089688 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-08 15:38:47.975758 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:38:47.976758 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:38:47.980758 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:38:47.983758 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:38:47] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:38:48] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:38:48.007762 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:38:48] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:38:48.175850 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:38:48] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:38:48] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:38:50.888929 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:38:50] "POST /myclass/api/get_partner_account_from_id/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:45:24.134678 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:45:24.139661 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:45:24.140659 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:45:24] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:45:24] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:45:24.181152 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:45:24] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:45:24.290896 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:45:24.294886 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:45:24.297379 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:45:24] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:45:24] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:45:24.354996 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:45:24] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:45:24.409633 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:45:24.415611 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:45:24.421635 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:45:24] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:45:24] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:45:24.512623 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:45:24] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:47:08.370143 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:47:08.378109 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:47:08.381110 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:47:08] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:47:08] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:47:08.464881 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:47:08] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:47:55.521820 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:47:55.525799 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:47:55.532812 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:47:55] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:47:55.584509 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:47:55] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:47:55] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:48:49.584466 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:48:49.588473 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:48:49.595491 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:48:49] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:48:49] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:48:49.641291 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:48:49] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:49:48.629299 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:49:48.638441 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:49:48.648071 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:49:48] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:49:48.726004 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:49:48] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:49:48] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:50:09.761110 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:50:09.767106 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:50:09.773638 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:50:09] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:50:09] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:50:09.862807 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:50:09] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:50:19.588347 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:50:19.591358 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:50:19.592358 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:50:19.596356 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:50:19] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:50:19] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:50:19] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:50:19.693895 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:50:19.712149 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:50:19.722150 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:50:19.726154 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:50:19] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:50:19] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:50:19.811248 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:50:19] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:50:19] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:51:00.526666 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:51:00.530672 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:51:00.536672 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:51:00] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:51:00] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:51:00.571844 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:51:00] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:51:14.670480 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:51:14.673480 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:51:14] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:51:14.680481 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:51:14.684481 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:51:14] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:51:14] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:51:14.697482 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:51:14] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:51:14.820520 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:51:14.823521 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:51:14.828521 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:51:14] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:51:14.852038 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:51:14] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:51:14] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:51:38.680259 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:51:38.706263 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:51:38.725263 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:51:38] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:51:38] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:51:38.814794 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:51:38] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:51:47.940111 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:51:47.944112 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:51:47.946625 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:51:47] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:51:47.954646 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:51:47] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:51:47] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:51:47.970162 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:51:47] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:51:48.118209 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:51:48.121745 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:51:48.127787 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:51:48] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:51:48] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:51:48.195870 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:51:48] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:52:58.403123 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:52:58.407124 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:52:58.413127 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:52:58] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:52:58.432603 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:52:58] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:52:58] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:53:05.503269 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:53:05.506273 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:53:05.509274 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:53:05] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:53:05.516294 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:53:05] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:53:05] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:53:05.529931 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:53:05] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:53:05.641054 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:53:05.644053 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:53:05.647604 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:53:05] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:53:05] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:53:05.685130 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:53:05] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:54:00.654753 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:54:00.676874 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:54:00] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:55:05.200452 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:55:05.201458 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:55:05.205476 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:55:05] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:55:05] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:55:05.250509 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:55:05] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:55:14.264724 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:55:14.266724 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:55:14.271723 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:55:14] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:55:14.282732 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:55:14] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:55:14] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:55:14.306635 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:55:14] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:55:14.438029 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:55:14.442032 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:55:14.449045 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:55:14] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:55:14] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:55:14.508899 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:55:14] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:56:32.099277 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:56:32.105354 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:56:32.113327 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:56:32] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:56:32.142984 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:56:32] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:56:32] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:56:36.640335 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:56:36.641335 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:56:36.648334 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:56:36] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:56:36.714334 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:56:36] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:56:36] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:56:42.836983 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:56:42.843013 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:56:42] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:56:42.850497 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:56:42.854499 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:56:42] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:56:42] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:56:42.871503 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:56:42] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:56:42.987455 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:56:42.991495 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:56:42.992496 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:56:43] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:56:43.009002 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:56:43] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:56:43] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:57:26.679608 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:57:26.680608 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:57:26.683610 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:57:26] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:57:26] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:57:26.743679 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:57:26] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:57:43.238560 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:57:43] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:57:43.251150 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:57:43.259135 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:57:43.267167 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:57:43.271137 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:57:43] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:57:43] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:57:43] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:57:43.318892 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:57:43.326794 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:57:43.334791 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:57:43] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:57:43.346789 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:57:43] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:57:43] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:59:17.944864 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:59:17.954874 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:59:17.959872 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:59:17] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:59:18] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:59:18.044460 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:59:18] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:59:28.782296 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:59:28.783318 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:59:28.784295 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:59:28.789300 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:59:28] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:59:28] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:59:28] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:59:28.811879 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:59:28] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:59:28.854989 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:59:28.857000 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:59:28.860989 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:59:28] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:59:28.872999 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:59:28] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:59:28] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:59:59.808091 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:59:59.813096 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 15:59:59.818094 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:59:59] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-08 15:59:59.830099 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:59:59] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 15:59:59] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:00:24.231715 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:00:24.236713 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:00:24.244718 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:00:24] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:00:24.277749 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:00:24] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:00:24] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:00:43.253897 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:00:43.273783 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:00:43] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:03:12.181692 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:03:12.185689 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:03:12.190692 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:03:12] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:03:12] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:03:12.236004 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:03:12] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:05:38.973898 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:05:38.976899 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:05:38.979968 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:05:38] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:05:39] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:05:39.016013 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:05:39] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:05:57.681002 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:05:57.686033 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:05:57.691538 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:05:57] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:05:57.705793 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:05:57] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:05:57] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:06:28.332267 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:06:28.336252 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:06:28.339269 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:06:28] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:06:28] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:06:28.382450 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:06:28] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:06:53.732408 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:06:53.737922 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:06:53.743919 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:06:53] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:06:53] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:06:53.798125 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:06:53] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:07:05.624788 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:07:05.629789 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:07:05] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:07:05.642392 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:07:05.645365 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:07:05] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:07:05] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:07:05.680947 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:07:05] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:07:05.798870 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:07:05.806882 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:07:05.809868 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:07:05] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:07:05] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:07:05.894692 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:07:05] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:13:05.355427 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:13:05.360437 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:13:05.367437 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:13:05] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:13:05] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:13:05.415627 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:13:05] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:13:19.338543 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:13:19.341538 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:13:19.344544 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:13:19] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:13:19.352542 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:13:19] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:13:19] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:13:19.369084 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:13:19] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:13:19.411184 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:13:19.413192 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:13:19.418206 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:13:19] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:13:19] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:13:19.458029 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:13:19] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:14:59.609543 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:14:59.617547 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:14:59] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:14:59.642544 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:14:59] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:14:59.648989 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:14:59] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:15:21.625117 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:15:21.630635 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:15:21.640640 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:15:21] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:15:21.712721 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:15:21] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:15:21] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:15:32.008678 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:15:32.011678 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:15:32.013678 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:15:32] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:15:32.021683 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:15:32] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:15:32] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:15:32.045740 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:15:32] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:15:32.112215 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:15:32.122232 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:15:32.136223 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:15:32] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:15:32.144732 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:15:32] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:15:32] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:17:18.547782 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:17:18.560299 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:17:18.564300 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:17:18] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:17:18] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:17:18.630299 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:17:18] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:17:19.913660 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:17:19] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:17:30.174635 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:17:30.177636 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:17:30.183697 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:17:30.186697 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:17:30] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:17:30] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:17:30] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:17:30.210696 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:17:30] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:17:30.241695 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:17:30.249696 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:17:30.253698 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:17:30] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:17:30.263697 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:17:30] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:17:30] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:19:29.086937 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:19:29.089937 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:19:29.095451 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:19:29] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:19:29] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:19:29.135473 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:19:29] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:19:39.526614 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:19:39] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:19:39.542615 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:19:39.553619 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:19:39.566621 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:19:39] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:19:39.576692 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:19:39] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:19:39] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:19:39.600707 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:19:39.610754 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:19:39.617226 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:19:39] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:19:39.628232 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:19:39] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:19:39] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:20:04.851312 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:20:04.869313 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:20:04] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:20:29.538537 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:20:29.543538 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:20:29.552553 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:20:29] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:20:29.568085 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:20:29] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:20:29] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:23:40.215479 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:23:40.218955 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:23:40.221963 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:23:40] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:23:40] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:23:40.267284 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:23:40] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:24:19.798083 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:24:19.803604 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:24:19.808604 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:24:19] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:24:19.889643 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:24:19] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:24:19] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:24:28.192286 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:24:28.195285 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:24:28.198803 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:24:28] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:24:28.205804 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:24:28] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:24:28] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:24:28.221802 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:24:28] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:24:28.264490 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:24:28.274042 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:24:28.280032 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:24:28] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:24:28] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:24:28.336916 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:24:28] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:25:27.530637 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:25:27.561589 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:25:27] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:25:34.171129 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:25:34.186180 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:25:34] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:25:45.930291 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:25:46] "POST /myclass/api/Get_Partner_Catalog_Pub_Config/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:25:52.492446 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:25:52.522998 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:25:52] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:26:03.227222 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:26:03.245239 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:26:03] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:26:17.909803 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:26:17.925309 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:26:17] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:26:23.712544 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:26:23.730558 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:26:23] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:26:26.629202 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:26:26.644221 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:26:26] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:26:30.093711 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:26:30.114052 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:26:30] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:26:37.064739 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:26:37.081743 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:26:37] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:26:39.423534 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:26:39] "POST /myclass/api/Get_Partner_Catalog_Pub_Config/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:26:50.536487 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:26:50.553485 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:26:50] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:26:52.522536 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:26:52.546529 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:26:52] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:30:30.723483 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:30:30.727482 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-08 16:30:30.727482 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:30:30] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:30:30] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-08 16:30:30.761541 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [08/Feb/2026 16:30:30] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:32:12.572111 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:32:12.573090 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:32:12.585204 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:32:12.589204 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:32:12] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:32:12] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:32:12] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:32:12.634758 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:32:12.636779 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:root:2026-02-09 09:32:12.637774 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:32:12] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:32:12.642757 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:32:12] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:32:12] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:32:12.686776 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:32:12] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:34:41.074546 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:34:41.078554 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:34:41.082551 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:34:41] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:34:41] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:34:41.124328 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:34:41] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:38:35.918368 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:38:35.922368 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:38:35] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:38:35.931369 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:38:35.937368 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:38:35] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:38:35] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:38:35.952368 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:38:35] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:38:36.028919 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:38:36.032319 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:38:36.034319 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:38:36] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:38:36] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:38:36.072841 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:38:36] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:45:36.263008 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:45:36.267879 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:45:36.275896 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:45:36] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:45:36] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:45:36.330402 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:45:36] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:45:44.751068 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:45:44.754071 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:45:44.758070 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:45:44] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:45:44.765070 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:45:44] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:45:44] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:45:44.777069 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:45:44] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:45:44.826582 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:45:44.827582 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:45:44.833583 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:45:44] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:45:44] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:45:44.877584 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:45:44] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:46:10.169756 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:46:10.174875 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:46:10.179856 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:46:10] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:46:10] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:46:10.221122 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:46:10] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:46:40.157584 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:46:40] "POST /myclass/api/Update_Context_Partner_Account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:46:56.339530 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:46:56] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:46:56.353538 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:46:56.353538 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:46:56.365045 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:46:56] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:46:56] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:46:56.382078 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:46:56] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:47:05.269624 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:47:05] "POST /myclass/api/Update_Context_Partner_Account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:47:05.341207 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:47:05.345208 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:47:05.348208 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:47:05] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:47:05] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:47:05.386743 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:47:05] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:48:13.367874 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:48:13.370873 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:48:13.372873 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:48:13] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:48:13.379879 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:48:13] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:48:13] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:48:13.397395 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:48:13] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:48:13.421913 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:48:13.424914 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:48:13.427915 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:48:13] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:48:13] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:48:13.472432 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:48:13] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:50:07.097917 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:50:07.114518 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:50:07] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:50:12.779214 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:50:12.782214 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:50:12] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:50:12.793215 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:50:12.789214 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:50:12.802220 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:50:12.810737 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:50:12] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:50:12.819738 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:50:12] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:50:12] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:50:12.835745 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:50:12] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:50:12.848271 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:50:12] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:50:12] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:58:34.289057 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:58:34.293564 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:58:34.299561 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:58:34] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:58:34] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:58:34.347651 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:58:34] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:59:07.782444 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:59:07] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:59:07.797048 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:59:07.803042 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:59:07.811044 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:59:07] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:59:07] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:59:07.834052 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:59:07] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:59:07.925233 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:59:07.929232 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 09:59:07.935230 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:59:07] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:59:07] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 09:59:07.982235 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 09:59:07] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:01:01.894298 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:01:01.971413 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:01:02] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:01:02.058278 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:01:02.074796 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:01:02] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:01:02.114797 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:01:02.124788 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:01:02] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:01:02] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:01:02.135800 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:01:02.150822 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:01:02] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:01:02.163912 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:01:02] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:01:02] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:01:34.906958 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:01:34.912958 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:01:34.922954 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:01:34] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:01:34.938956 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:01:34] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:01:34] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:02:07.250330 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:02:07.254327 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:02:07.258327 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:02:07] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:02:07] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:02:07.309348 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:02:07] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:04:12.479713 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:04:12.494191 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:04:12.500435 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:04:12] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:04:12.512681 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:04:12] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:04:12] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:04:16.134549 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:04:16.142515 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:04:16.144525 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:04:16] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:04:16] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:04:16.199482 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:04:16] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:04:21.545910 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:04:21.548909 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:04:21.553027 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:04:21] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:04:21] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:04:21.600876 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:04:21] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:04:27.323358 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:04:27.327357 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:04:27] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:04:27.337356 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:04:27.341355 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:04:27] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:04:27] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:04:27.355356 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:04:27] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:04:27.444905 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:04:27.448905 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:04:27.452290 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:04:27] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:04:27] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:04:27.501286 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:04:27] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:04:57.277522 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:04:57.281767 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:04:57.285784 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:04:57] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:04:57.300763 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:04:57] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:04:57] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:06:04.012678 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:06:04.015019 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:06:04.019059 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:06:04] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:06:04.048558 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:06:04] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:06:04] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:06:55.539831 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:06:55.556813 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:06:55] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:07:02.861786 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:07:02.875609 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:07:02] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:08:38.411388 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:08:38.430911 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:08:38] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:10:59.825746 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:10:59.837757 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:10:59] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:12:14.798110 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:12:14.817620 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:12:14] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:12:55.538036 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:12:55.555921 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:12:55] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:13:05.866191 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:13:05.886724 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:13:05] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:13:17.923497 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:13:17.938499 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:13:17] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:33:26.557607 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:33:26.560609 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:33:26.564612 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:33:26.567612 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:33:26] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:33:26] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:33:26] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:33:26.591406 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:33:26] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:33:26.664941 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:33:26.665941 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:33:26.672966 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:33:26] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:33:26.685967 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:33:26] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:33:26] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:35:07.098477 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:35:07.101477 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:35:07] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:35:07.110992 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:35:07.114993 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:35:07] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:35:07] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:35:07.129989 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:35:07] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:35:07.167990 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:35:07.171989 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:35:07.175990 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:35:07] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:35:07] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:35:07.215022 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:35:07] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:35:39.057202 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:35:39.059200 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:35:39.061212 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:35:39.064212 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:35:39] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:35:39] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:35:39] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:35:39.089089 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:35:39] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:35:39.117112 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:35:39.120115 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:35:39.124114 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:35:39] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:35:39] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:35:39.163203 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:35:39] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:36:19.366832 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:36:19.368833 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:36:19.371832 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:36:19.374831 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:36:19] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:36:19] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:36:19] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:36:19.393341 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:36:19] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:36:19.428867 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:36:19.431868 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:36:19.433868 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:36:19] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:36:19.448866 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:36:19] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:36:19] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:37:15.012477 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:37:15.014476 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:37:15.017478 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:37:15.021481 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:37:15] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:37:15] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:37:15] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:37:15.043478 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:37:15] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:37:15.086480 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:37:15.089480 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:37:15.093482 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:37:15] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:37:15.126999 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:37:15] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:37:15] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:39:02.238509 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:39:02.241509 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:39:02.245512 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:39:02.247514 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:39:02] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:39:02] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:39:02] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:39:02.269025 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:39:02] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:39:02.322057 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:39:02.329272 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:39:02.333270 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:39:02] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:39:02] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:39:02.367885 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:39:02] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:39:49.364597 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:39:49.368599 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:39:49] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:39:49.378601 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:39:49.381109 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:39:49] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:39:49] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:39:49.398115 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:39:49] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:39:49.461634 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:39:49.464636 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:39:49.471689 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:39:49] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:39:49] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:39:49.511201 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:39:49] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:40:22.389496 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:40:22.390495 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:40:22.393495 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:40:22.396496 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:40:22] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:40:22] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:40:22] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:40:22.418497 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:40:22] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:40:22.470270 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:40:22.473272 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:40:22.476294 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:40:22] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:40:22] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:40:22.522761 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:40:22] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:41:41.055988 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:41:41.056988 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:41:41.061320 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:41:41.062318 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:41:41] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:41:41] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:41:41] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:41:41.083318 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:41:41] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:41:41.112318 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:41:41.115318 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:41:41.119319 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:41:41] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:41:41] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:41:41.152324 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:41:41] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:42:07.976368 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:42:07.981368 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:42:07.985370 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:42:07] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:42:07.991370 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:42:08] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:42:08] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:42:08.009366 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:42:08] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:42:08.070884 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:42:08.078890 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:42:08.083895 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:42:08] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:42:08] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:42:08.120410 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:42:08] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 10:56:31.704291 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 10:56:34.123496 : update_partner_pwd - Impossible de mettre à jour le mot de passe du partenaire recid= : 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 10:56:34] "POST /myclass/api/update_partner_pwd/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 10:58:25.098627 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 10:58:25.098627 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 10:58:25.098627 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 10:58:25.098627 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 10:58:25.098627 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 10:58:49.005584 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 10:58:49.005584 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 10:58:49.006585 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 10:58:49.006585 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 10:58:49.006585 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 10:59:07.477032 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 10:59:07.477032 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 10:59:07.477032 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 10:59:07.478031 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 10:59:07.478031 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 11:00:08.829625 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 11:00:08.829625 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 11:00:08.829625 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 11:00:08.829625 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 11:00:08.829625 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 11:00:37.973800 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 11:00:37.973800 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 11:00:37.973800 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 11:00:37.973800 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 11:00:37.973800 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 11:01:04.314619 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 11:01:04.314619 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 11:01:04.314619 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 11:01:04.314619 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 11:01:04.314619 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 11:02:01.260518 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 11:02:01.261525 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 11:02:01.261525 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 11:02:01.261525 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 11:02:01.261525 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\partners.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 11:02:25.217995 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 11:02:25.218996 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 11:02:25.218996 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 11:02:25.218996 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 11:02:25.218996 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-09 11:02:34.863490 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:02:34.905389 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:02:34] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:02:42.139574 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:02:42] "POST /myclass/api/Get_Partner_Catalog_Pub_Config/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:03:22.312658 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:03:22.314646 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:03:22.316646 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:03:22] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:03:22.332858 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:03:22] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:03:22] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:04:18.619537 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:04:18.623540 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:04:18.627537 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:04:18] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:04:18] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:04:18.669004 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:04:18] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:04:38.831011 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:04:38.834011 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:04:38.838010 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:04:38] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:04:38] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:04:38.880010 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:04:38] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:04:47.806016 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:04:47.813013 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:04:47.818016 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:04:47.824023 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:04:47] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:04:47] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:04:47] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:04:47.857078 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:04:47] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:04:47.888078 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:04:47.891076 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:04:47.896076 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:04:47] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:04:47] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:04:47.937098 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:04:47] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:04:52.125988 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:04:52] "POST /myclass/api/Get_Partner_Catalog_Pub_Config/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:05:52.123236 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:05:52.126252 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:05:52.129251 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:05:52] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:05:52.148282 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:05:52] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:05:52] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:06:47.447822 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:06:47.450822 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:06:47.453822 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:06:47] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:06:47] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:06:47.496410 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:06:47] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:06:56.414245 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:06:56.416127 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:06:56.418128 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:06:56.422129 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:06:56] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:06:56] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:06:56] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:06:56.443174 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:06:56] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:06:56.495204 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:06:56.498174 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:06:56.503178 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:06:56] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:06:56] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:06:56.540559 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:06:56] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:06:57.893807 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:06:57] "POST /myclass/api/Get_Partner_Catalog_Pub_Config/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:07:24.630073 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:07:24.634075 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:07:24.637072 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:07:24] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:07:24] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:07:24.677076 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:07:24] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:07:46.558815 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:07:46.562816 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:07:46.567861 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:07:46] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:07:46] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:07:46.612388 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:07:46] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:07:53.719394 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:07:53.723395 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:07:53] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:07:53.732394 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:07:53.736396 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:07:53] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:07:53] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:07:53.757394 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:07:53] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:07:53.785606 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:07:53.790606 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:07:53.793627 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:07:53] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:07:53] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:07:53.836680 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:07:53] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:08:28.033165 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:08:28] "POST /myclass/api/Get_Partner_Catalog_Pub_Config/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:08:29.778345 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:08:29.780364 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:08:29.785349 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:08:29] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:08:29] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:08:29.828862 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:08:29] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:08:35.217999 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:08:35] "POST /myclass/api/Get_Partner_Catalog_Pub_Config/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:09:07.555089 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:09:07.556090 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:09:07.561091 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:09:07] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:09:07] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:09:07.606272 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:09:07] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:09:14.272687 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:09:14] "POST /myclass/api/Get_Partner_Catalog_Pub_Config/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:09:32.540895 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:09:32.543896 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:09:32.546894 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:09:32] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:09:32] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:09:32.586917 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:09:32] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:10:21.880393 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:10:21.881391 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:10:21.884391 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:10:21] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:10:21] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:10:21.927412 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:10:21] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:10:45.396934 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:10:45.399933 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:10:45.402933 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:10:45] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:10:45] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:10:45.444937 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:10:45] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:11:44.011327 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:11:44.015327 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:11:44.016327 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:11:44] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:11:44] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:11:44.063845 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:11:44] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:11:51.398754 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:11:51] "POST /myclass/api/Get_Partner_Catalog_Pub_Config/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:12:03.141523 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:12:03] "POST /myclass/api/Get_Partner_Catalog_Pub_Config/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:12:56.735712 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:12:56.739722 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:12:56.743722 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:12:56] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:12:56] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:12:56.792254 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:12:56] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:13:24.912188 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:13:24.917188 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:13:24.920189 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:13:24] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:13:24] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:13:24.960189 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:13:24] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:13:28.872857 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:13:28] "POST /myclass/api/Get_Partner_Catalog_Pub_Config/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:13:35.153842 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:13:35] "POST /myclass/api/Get_Partner_Catalog_Pub_Config/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:13:56.220825 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:13:56.223051 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:13:56.224051 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:13:56] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:13:56] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:13:56.267067 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:13:56] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:14:07.553848 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:14:07] "POST /myclass/api/Get_Partner_Catalog_Pub_Config/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:15:47.560110 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:15:47.565113 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:15:47.575119 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:15:47] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:15:47.617650 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:15:47] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:15:47] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:15:59.063995 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:15:59.067995 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:15:59.069994 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:15:59.072997 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:15:59] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:15:59] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:15:59] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:15:59.095511 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:15:59] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:15:59.128039 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:15:59.131041 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:15:59.136040 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:15:59] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:15:59] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:15:59.174043 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:15:59] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:16:00.654309 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:16:00] "POST /myclass/api/Get_Partner_Catalog_Pub_Config/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:16:33.166728 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:16:33.170729 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:16:33.176730 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:16:33] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:16:33] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:16:33.219764 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:16:33] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:18:21.261037 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:18:21.263038 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:18:21.265037 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:18:21] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:18:21] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:18:21.298045 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:18:21] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:18:48.075588 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:18:48] "POST /myclass/api/Get_Partner_Catalog_Pub_Config/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:18:52.057397 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:18:52.073733 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:18:52] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:19:14.183686 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:19:14.201686 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:19:14] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:19:26.535966 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:19:26] "POST /myclass/api/Get_Partner_Catalog_Pub_Config/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:19:30.897422 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:19:31] "POST /myclass/api/Get_Partner_Catalog_Pub_Config/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:19:36.039065 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:19:36] "POST /myclass/api/Get_Partner_Catalog_Pub_Config/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:20:49.632947 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:20:49.634948 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:20:49.637946 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:20:49] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:20:49] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:20:49.681475 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:20:49] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:20:53.590632 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:20:53.592633 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:20:53.596632 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:20:53] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:20:53.620633 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:20:53] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:20:53] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:20:58.964203 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:20:58.967205 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:20:58.971231 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:20:58] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:20:59] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:20:59.011223 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:20:59] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:21:01.045419 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:21:01.048420 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:21:01.051419 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:21:01] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:21:01] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:21:01.094949 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:21:01] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:22:28.828422 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:22:28.833408 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:22:28.835406 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:22:28] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:22:28.842412 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:22:28] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:22:28] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:22:28.865677 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:22:28] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:23:55.035987 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:23:55.041006 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:23:55.044002 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:23:55] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:23:55] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:23:55.107314 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:23:55] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:23:58.669145 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:23:58.673145 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:23:58] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:23:58.676146 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:23:58.679659 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:23:58] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:23:58] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:23:58.698655 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:23:58] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:24:02.137389 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:24:02.140388 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:24:02.144390 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:24:02] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:24:02] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:24:02.187975 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:24:02] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:24:05.447861 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:24:05.463862 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:24:05] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:24:09.296484 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:24:09] "POST /myclass/api/Get_Partner_Catalog_Pub_Config/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:24:51.162647 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:24:51] "POST /myclass/api/Get_List_Plateforme_Partnaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:24:57.657273 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:24:57] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:25:01.520860 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:25:01] "POST /myclass/api/Update_tache_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:25:01.591421 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:25:01] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 11:27:47.427615 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 11:27:47.427615 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 11:27:47.427615 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 11:27:47.427615 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 11:27:47.427615 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-09 11:29:05.226492 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:29:05] "GET /myclass/api/Add_activite_pedagogique HTTP/1.1" 308 - +INFO:root:2026-02-09 11:29:05.233477 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:29:06.759995 : Add_activite_pedagogique - La valeur 'aide' doit être '0' ou '1' +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:29:06] "GET /myclass/api/Add_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:29:14.244652 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:29:14] "GET /myclass/api/Add_activite_pedagogique HTTP/1.1" 308 - +INFO:root:2026-02-09 11:29:14.250768 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 11:29:14.255753 : Add_activite_pedagogique - La valeur 'aide' doit être '0' ou '1' +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:29:14] "GET /myclass/api/Add_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 11:29:26.404322 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:29:26] "GET /myclass/api/Add_activite_pedagogique HTTP/1.1" 308 - +INFO:root:2026-02-09 11:29:26.409779 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 11:29:26] "GET /myclass/api/Add_activite_pedagogique/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 12:09:06.235949 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 12:09:06.235949 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 12:09:06.235949 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 12:09:06.236951 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 12:09:06.236951 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 12:09:19.062073 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 12:09:19.062073 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 12:09:19.062073 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 12:09:19.063073 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 12:09:19.063073 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-09 12:09:19.355235 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:09:19] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:09:19.563444 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:09:19] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:09:20.715480 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:09:20] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:09:24.803997 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:09:26.881981 : Delete_Given_activite_pedagogique Le champ '_id' n'est pas autorisé +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:09:26] "POST /myclass/api/Delete_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:09:49.469754 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:09:49] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:10:12.688548 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:10:12] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:10:18.061295 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:10:18] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 404 - +INFO:root:2026-02-09 12:10:52.057297 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:10:52.059365 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:10:52.062364 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:10:52.066364 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:10:52] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:10:52] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:10:52] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:10:52.103368 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:10:52] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:10:54.872671 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:10:54] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:10:59.135614 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:10:59] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:11:03.536540 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:11:03] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 404 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 12:13:35.070446 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 12:13:35.071445 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 12:13:35.071445 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 12:13:35.071445 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 12:13:35.071445 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-09 12:13:40.086216 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:13:40.096237 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:13:40.118778 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:13:40.145793 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:13:40] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:13:40] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:13:40] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:13:40.274953 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:13:40] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:13:42.195505 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:13:42] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:13:44.120283 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:13:47.275234 : Get_Given_activite_pedagogique -id must be an instance of (bytes, str, ObjectId), not - Line : 386 +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:13:47] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 12:14:33.553701 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 12:14:33.554700 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 12:14:33.554700 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 12:14:33.554700 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 12:14:33.554700 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 12:14:58.292822 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 12:14:58.292822 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 12:14:58.292822 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 12:14:58.292822 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 12:14:58.292822 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-09 12:15:03.086632 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:15:03] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:15:21.426344 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:15:21] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 12:15:51.315253 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 12:15:51.315253 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 12:15:51.315253 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 12:15:51.315253 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 12:15:51.315253 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-09 12:15:51.627931 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:15:51] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:16:43.677740 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:16:43.679740 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:16:43.681757 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:16:43.685741 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:16:43.690740 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:16:43.694742 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:16:43.697740 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:16:43.701779 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:16:43] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:16:43] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:16:43.714740 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:16:43] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:16:43.718741 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:16:43.723741 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:16:43.730747 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:16:43] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:16:43] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:16:43] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:16:43] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:16:43] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:16:43] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:16:43] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:16:44] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:16:44] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:16:45.980002 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:16:45.983004 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:16:45.987081 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:16:45.992097 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:16:45.996096 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:16:46.001080 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:16:46] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:16:46] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:16:46.014087 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:16:46] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:16:46] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:16:46] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:16:46] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:16:46] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:20:25.964172 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:20:25] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:21:51.024514 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:21:51] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:26:48.638956 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:26:48] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:33:37.793522 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:33:37] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:35:18.858595 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:35:18] "POST /myclass/api/Get_List_Admission_Setup/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:35:22.991973 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:35:22.995970 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:35:22.996970 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:35:23.002981 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:35:23.007979 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:35:23] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:35:23] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:35:23] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:35:23] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:35:23] "POST /myclass/api/Get_List_Admission_Session/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:35:24.402209 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:35:24.406229 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:35:24.408238 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:35:24.414273 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:35:24] "POST /myclass/api/Get_List_Admission_Setup/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:35:24.420250 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:35:24] "POST /myclass/api/Get_Given_Admission_Session/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:35:24.428757 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:35:24] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:35:24] "POST /myclass/api/Get_List_Stagiaire_Admission_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:35:24] "POST /myclass/api/Get_List_Admission_Setup_Etape/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:35:24] "POST /myclass/api/Get_List_Admission_Setup_Document/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:37:27.393245 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:37:27] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:37:31.067381 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:37:31] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:38:09.503273 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:38:09] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:39:08.138668 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:39:08] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:41:13.515319 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:41:13] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:41:18.255048 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:41:18.258050 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:41:18.260048 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:41:18.265647 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:41:18] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:41:18] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:41:18] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:41:18.289616 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:41:18] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:41:19.761191 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:41:19] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:41:20.928215 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:41:20] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:42:06.508364 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:42:06] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:42:15.402033 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:42:15] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:42:54.732218 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:42:54] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:43:04.498268 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:43:04] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:43:08.268406 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:43:08] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:43:28.968275 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:43:28] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:43:32.222336 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:43:32] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:43:38.339617 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:43:38] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:43:45.217499 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:43:45.219509 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:43:45.222498 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:43:45.226051 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:43:45] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:43:45] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:43:45] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:43:45.243053 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:43:45] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:43:46.648758 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:43:46] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:43:47.958983 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:43:47] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:44:20.283934 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:44:20] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:44:24.475329 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:44:24] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:44:30.681782 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:44:30.682813 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:44:30.686846 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 12:44:30.689815 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:44:30] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:44:30] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:44:30] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:44:30.706829 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:44:30] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:44:59.205325 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:44:59] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:45:00.506636 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:45:00] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:45:06.550434 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:45:06] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:46:08.425094 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:46:08] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:46:10.031798 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:46:10] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:47:11.516383 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:47:11] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:47:51.022763 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:47:51] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 12:47:53.905862 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 12:47:53] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:26:07.540750 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 14:26:07.548756 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:26:07] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:26:07.556756 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 14:26:07.560757 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:26:07] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:26:07] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:26:07.578812 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:26:07] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:27:36.779975 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:27:36] "GET /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique HTTP/1.1" 308 - +INFO:root:2026-02-09 14:27:36.792001 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 14:27:39.015672 : Add_Update_tab_Tache_To_Activite_pedagogique Le champ 'tab_tache_pedagogique' n'est pas autorisé +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:27:39] "GET /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:27:54.197574 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:27:54] "GET /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique HTTP/1.1" 308 - +INFO:root:2026-02-09 14:27:54.203006 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:27:54] "GET /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:27:57.766262 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:27:57] "GET /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique HTTP/1.1" 308 - +INFO:root:2026-02-09 14:27:57.772057 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:27:57] "GET /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:28:22.946377 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 14:28:22.951379 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:28:22] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:28:22.959380 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 14:28:22.963379 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:28:22] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:28:22] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:28:22.977378 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:28:22] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:28:24.213678 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:28:24] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:28:26.715275 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:28:26] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:29:11.575242 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 14:29:11.578241 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 14:29:11.581239 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 14:29:11.588751 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:29:11] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:29:11] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:29:11] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:29:11.609752 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:29:11] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:29:13.870921 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:29:13] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:29:15.233931 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:29:15] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:30:03.615047 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:30:03] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:31:34.556558 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:31:34] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:33:10.990832 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:33:10] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:33:22.732275 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:33:22] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:33:35.868387 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 14:33:35.874383 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 14:33:35.876384 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 14:33:35.878382 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:33:35] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:33:35] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:33:35] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:33:35.902467 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:33:35] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:33:41.771176 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:33:41] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:33:44.086351 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:33:44] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:34:00.932969 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 14:34:00.933968 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 14:34:00.939971 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:34:00] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:34:00.970095 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:34:00] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:34:00] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:34:03.784062 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 14:34:03.787062 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 14:34:03.791069 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:34:03] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:34:03] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:34:03.815091 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:34:03] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:37:46.480593 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 14:37:46.486111 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 14:37:46.490108 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:37:46] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:37:46.498129 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:37:46] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:37:46] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:37:46.514107 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:37:46] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:37:50.474718 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 14:37:50.477718 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 14:37:50.480740 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:37:50] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:37:50.489231 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:37:50] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:37:50] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:37:50.506248 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:37:50] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:37:53.410437 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:37:53] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:37:55.870939 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:37:55] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:38:44.274268 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 14:38:44.280268 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 14:38:44.284266 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 14:38:44.293267 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:38:44] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:38:44] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:38:44] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:38:44.323266 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:38:44] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:39:12.100471 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:39:12] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:39:13.936840 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:39:13] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:39:58.675054 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:39:58] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:40:00.443769 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:40:00] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:40:03.111836 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:40:03] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:45:57.050600 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:45:57] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:46:03.737960 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:46:03] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:46:07.092289 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:46:07] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:46:09.304276 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:46:09] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:46:47.722840 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:46:47] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:46:50.020504 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:46:50] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:48:02.223988 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 14:48:02.227987 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 14:48:02.231502 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 14:48:02.234506 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:48:02] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:48:02] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:48:02] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:48:02.253504 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:48:02] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:48:03.754573 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:48:03] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:48:05.914901 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:48:05] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:48:13.434682 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:48:13] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:55:22.332370 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:55:22] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:55:40.922289 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:55:40] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 14:58:36.204386 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 14:58:36] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:00:48.849537 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:00:48] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:01:56.065403 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:01:56] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:01:59.167725 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:01:59] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:02:30.615878 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:02:30] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:03:06.295151 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:03:06] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:07:15.132409 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:07:15] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:07:17.168314 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:07:17] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:07:58.996058 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:07:59] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:08:41.789487 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:08:41] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:08:43.448553 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:08:43] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:09:16.692006 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:09:16] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:10:25.107843 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:10:25] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:11:42.545529 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:11:42] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:11:43.933207 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:11:43] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:12:11.755811 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:12:11] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:13:11.368455 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:13:11] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:13:11.639279 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:13:11] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:13:13.304357 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:13:13] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:14:02.481742 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:14:02] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:14:07.813159 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:14:07] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:15:15.618821 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:15:15] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:17:03.747644 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:03] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:17:16.748026 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 15:17:16.760042 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 15:17:16.767025 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 15:17:16.776028 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 15:17:16.782026 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:16] "POST /myclass/api/Get_Competence_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:17:16.792027 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:16] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:17:16.806040 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:16] "POST /myclass/api/Get_Competence_Level/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:16] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:16] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:16] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:16] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:17:18.065617 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:18] "POST /myclass/api/getRecoded_Employee_Image_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:17:18.797587 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 15:17:18.802588 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 15:17:18.806585 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 15:17:18.815588 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:18] "POST /myclass/api/getRecoded_Employee_Image_from_front/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:17:18.818588 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 15:17:18.825602 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:18] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:18] "POST /myclass/api/Get_Given_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:17:18.841615 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 15:17:18.852121 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:18] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:17:18.862121 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:18] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:18] "POST /myclass/api/Get_List_Ressource_Humaine_Affectation/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:17:18.879141 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:18] "POST /myclass/api/Get_List_Employee_Contrat/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:17:18.883684 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 15:17:18.887686 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:18] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:18] "POST /myclass/api/Get_Partner_Group_Purchase_Price_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:18] "POST /myclass/api/Get_List_Employee_Suivi_Pedagogique_No_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:18] "POST /myclass/api/Get_Matrix_Acces_Right/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:18] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:17:29.143043 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 15:17:29.149042 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 15:17:29.151043 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 15:17:29.156045 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 15:17:29.164041 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:29] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:17:29.172050 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:29] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:29] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:17:29.188567 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:29] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:17:29.198769 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:29] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:17:29.206796 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:29] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:17:29.210795 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:29] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:17:29.221800 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 15:17:29.226795 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:29] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:29] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:29] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:29] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:30] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:17:31.853384 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 15:17:31.860399 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 15:17:31.866383 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 15:17:31.870400 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:31] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:17:31.880414 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:31] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:31] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:17:31.895976 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:31] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:17:31.906991 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:31] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:31] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:17:31] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:19:34.500447 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:19:34] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:19:50.375412 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:19:50] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:20:18.538467 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:20:18] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 15:21:08.317729 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 15:21:08.318742 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 15:21:08.318742 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 15:21:08.318742 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 15:21:08.318742 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-09 15:21:16.680284 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:21:16] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:22:13.990406 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 15:22:15.921624 : Add_activite_pedagogique Le champ 'activite_pedagogique_id' n'est pas autorisé +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:22:15] "POST /myclass/api/Update_activite_pedagogique/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 15:25:18.751512 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 15:25:18.751512 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 15:25:18.751512 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 15:25:18.751512 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 15:25:18.751512 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-09 15:25:19.725837 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:25:19] "POST /myclass/api/Update_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:25:19.900159 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:25:19] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:25:33.238381 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:25:33] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:25:33.267433 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 15:25:33.297777 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 15:25:33.297777 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:25:33] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:25:33] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:25:33.332808 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:25:33] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:25:35.230726 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:25:35] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:25:36.691275 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:25:36] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:52:58.247459 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 15:52:58.269458 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 15:52:58.281451 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 15:52:58.290450 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:52:58] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:52:58] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:52:58] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 15:52:58.365998 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 15:52:58] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 15:56:59.786895 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 15:56:59.786895 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 15:56:59.786895 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 15:56:59.786895 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 15:56:59.786895 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 15:57:32.739339 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 15:57:32.740341 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 15:57:32.740341 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 15:57:32.740341 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 15:57:32.740341 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 15:58:31.993134 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 15:58:31.993134 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 15:58:31.993134 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 15:58:31.993134 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 15:58:31.993134 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 15:58:50.191378 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 15:58:50.191378 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 15:58:50.191378 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 15:58:50.191378 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 15:58:50.191378 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 15:59:18.383677 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 15:59:18.383677 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 15:59:18.383677 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 15:59:18.383677 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 15:59:18.383677 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 16:00:54.898896 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 16:00:54.898896 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 16:00:54.898896 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 16:00:54.898896 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 16:00:54.898896 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 16:02:22.532567 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 16:02:22.532567 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 16:02:22.533535 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 16:02:22.533535 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 16:02:22.533535 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-09 16:02:46.556480 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:02:46] "GET /myclass/api/Delete_Tache_From_Activite_pedagogique HTTP/1.1" 308 - +INFO:root:2026-02-09 16:02:46.564466 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 16:02:48.490210 : Delete_Tache_From_Activite_pedagogique -'obligatoire' - Line : 661 +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:02:48] "GET /myclass/api/Delete_Tache_From_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 16:03:19.945923 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 16:03:19.945923 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 16:03:19.945923 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 16:03:19.945923 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 16:03:19.945923 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-09 16:10:31.077980 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:10:31] "GET /myclass/api/Delete_Tache_From_Activite_pedagogique HTTP/1.1" 308 - +INFO:root:2026-02-09 16:10:31.085378 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:10:31] "GET /myclass/api/Delete_Tache_From_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:12:24.715633 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:12:24] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:12:26.447230 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:12:26] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:12:32.610254 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 16:12:35.072677 : Delete_Tache_From_Activite_pedagogique Le champ 'activite_pedagogique_id' n'est pas autorisé +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:12:35] "POST /myclass/api/Delete_Tache_From_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 16:12:54.088584 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 16:12:54.089583 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 16:12:54.089583 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 16:12:54.089583 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 16:12:54.089583 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-09 16:13:16.723389 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:13:16] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:14:16.224964 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:14:16] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:14:26.627244 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:14:26] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:14:35.401959 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:14:35] "POST /myclass/api/Delete_Tache_From_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:14:35.450679 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:14:35] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:14:57.781023 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:14:57] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:15:01.396839 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:15:01] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:15:05.042582 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:15:05] "POST /myclass/api/Delete_Tache_From_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:15:05.076844 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:15:05] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:15:09.185487 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:15:09] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:15:30.246239 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:15:30] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:15:35.941442 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:15:35] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:15:40.392536 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:15:40] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:15:51.013496 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:15:51] "POST /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:16:10.016741 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:16:10] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:17:16.283352 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:17:16] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:17:30.363380 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:17:30] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:17:36.749075 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:17:36] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:17:46.175676 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:17:46] "POST /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:17:46.230865 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:17:46] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:17:48.363990 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:17:48] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:17:52.280492 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:17:52] "POST /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:17:52.337629 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:17:52] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:17:54.453945 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:17:54] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:18:03.523750 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:18:03] "POST /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:18:03.599751 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:18:03] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 16:20:18.245363 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 16:20:18.245363 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 16:20:18.246371 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 16:20:18.246371 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 16:20:18.246371 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-09 16:20:19.337135 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 16:20:19.356359 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:20:19] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:20:19] "POST /myclass/api/Delete_Tache_From_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:20:19.601578 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:20:19] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:20:22.726860 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:20:22] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:20:27.186707 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:20:27] "POST /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:20:28.556671 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:20:28] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:20:31.110375 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:20:31] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:20:36.142052 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:20:36] "POST /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:20:36.215568 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:20:36] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:20:44.207134 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:20:44] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:20:49.303800 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:20:49] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:23:36.713849 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:23:36] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:24:06.265552 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:24:06] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:24:58.331801 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:24:58] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:30:22.670361 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:30:22] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:33:25.247538 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:33:25] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:33:53.938985 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:33:53] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:35:21.854048 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:35:21] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:37:44.347748 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:37:44] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:37:52.069058 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 16:37:52.073063 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 16:37:52.077060 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:37:52] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:37:52.092060 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:37:52] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:37:52] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:37:52.137065 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:37:52] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:39:03.869872 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:39:03] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:39:43.034038 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:39:43] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:39:49.362930 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 16:39:49.365930 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:39:49] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:39:49.371930 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 16:39:49.375933 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:39:49] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:39:49] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:39:49.390947 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:39:49] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:39:50.257152 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:39:50] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:42:31.344329 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:42:31] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:42:36.516087 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:42:36] "POST /myclass/api/Add_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:42:36.553000 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:42:36] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:42:45.334461 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:42:45] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:42:51.899218 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:42:51] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:42:56.907841 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:42:56] "POST /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:42:56.965742 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:42:56] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:42:57.991678 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:42:57] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:43:05.775010 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:43:05] "POST /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:43:05.867900 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:43:05] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:48:04.096355 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:48:04] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:48:54.612544 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:48:54] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:49:25.326720 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:49:25] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:50:04.483441 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:50:04] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:50:54.475531 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:50:54] "POST /myclass/api/Get_List_Formulaire/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:50:55.797098 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:50:55] "POST /myclass/api/Get_Given_Formulaire/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:51:17.647323 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:51:17] "POST /myclass/api/Add_Update_Question_Formulaire/ HTTP/1.1" 200 - +INFO:root:2026-02-09 16:51:17.761689 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:51:17] "POST /myclass/api/Get_Given_Formulaire/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 16:54:51.552254 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 16:54:51.553255 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 16:54:51.553255 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 16:54:51.553255 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 16:54:51.553255 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-09 16:55:00.448131 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 16:55:02.303375 : Get_Given_activite_pedagogique -'rang' - Line : 379 +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:55:02] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 16:55:46.206874 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 16:55:46.207874 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 16:55:46.207874 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 16:55:46.207874 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 16:55:46.207874 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-09 16:55:52.077417 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 16:55:53.232584 : Get_Given_activite_pedagogique -'rang' - Line : 381 +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:55:53] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 16:57:33.213391 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 16:57:33.213391 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 16:57:33.213391 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 16:57:33.213391 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 16:57:33.213391 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 16:57:49.221163 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 16:57:49.222164 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 16:57:49.222164 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 16:57:49.222164 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 16:57:49.222164 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-09 16:57:56.067311 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 16:57:57.315234 : Get_Given_activite_pedagogique -'rang' - Line : 382 +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 16:57:57] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 16:59:04.090552 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 16:59:04.090552 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 16:59:04.090552 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 16:59:04.090552 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 16:59:04.090552 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 17:00:43.601120 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 17:00:43.601120 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 17:00:43.601120 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 17:00:43.601120 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 17:00:43.601120 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 17:00:52.029065 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 17:00:52.029065 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 17:00:52.029065 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 17:00:52.029065 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 17:00:52.029065 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-09 17:00:52.093093 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 17:00:52.456601 : Get_Given_activite_pedagogique -Object of type ObjectId is not JSON serializable - Line : 392 +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:00:52] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 17:01:32.652668 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 17:01:32.652668 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 17:01:32.652668 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 17:01:32.652668 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 17:01:32.652668 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-09 17:01:32.716435 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:01:32] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 17:02:05.691741 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 17:02:05.691741 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 17:02:05.691741 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 17:02:05.691741 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 17:02:05.691741 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-09 17:03:37.407866 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:03:37] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 17:04:05.758003 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:04:05] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 17:04:31.505043 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:04:31] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 17:05:45.395821 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:05:45] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 17:06:16.960920 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:06:16] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 17:06:29.988714 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:06:30] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 17:06:56.473947 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:06:56] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 17:06:57.812382 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:06:57] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 17:07:14.076456 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:07:14] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 17:07:19.077315 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:07:19] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 17:07:27.354494 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:07:27] "POST /myclass/api/Delete_Tache_From_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 17:07:27.392006 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:07:27] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 17:07:29.780386 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:07:29] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 17:07:36.948160 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:07:36] "POST /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 17:07:37.009796 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:07:37] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 17:07:40.397361 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:07:40] "POST /myclass/api/Delete_Tache_From_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 17:07:40.484984 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:07:40] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 17:07:41.241412 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:07:41] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 17:07:44.076225 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:07:44] "POST /myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 17:07:44.140938 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:07:44] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 17:08:01.280046 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:08:01] "POST /myclass/api/Update_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 17:08:01.342112 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:08:01] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 17:08:08.122267 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:08:08] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\pole_activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 17:15:31.970674 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 17:15:31.970674 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 17:15:31.970674 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 17:15:31.970674 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 17:15:31.970674 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\pole_activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 17:25:29.196712 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 17:25:29.196712 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 17:25:29.196712 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 17:25:29.196712 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 17:25:29.196712 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\pole_activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 17:27:43.421353 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 17:27:43.421353 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 17:27:43.421353 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 17:27:43.421353 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 17:27:43.421353 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 17:27:55.487469 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 17:27:55.487469 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 17:27:55.487469 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 17:27:55.487469 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 17:27:55.509974 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\pole_activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 17:29:02.495964 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 17:29:02.495964 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 17:29:02.496958 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 17:29:02.496958 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 17:29:02.496958 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 17:30:33.566000 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 17:30:33.566000 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 17:30:33.567000 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 17:30:33.567000 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 17:30:33.567000 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-09 17:31:28.720356 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:31:28] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 17:31:29.491727 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:31:29] "POST /myclass/api/Get_Given_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 17:32:31.185509 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:32:31] "GET /myclass/api/Add_pole_activite_pedagogique HTTP/1.1" 308 - +INFO:root:2026-02-09 17:32:31.188525 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:32:31] "GET /myclass/api/Add_pole_activite_pedagogique/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\pole_activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 17:33:16.626759 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 17:33:16.626759 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 17:33:16.626759 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 17:33:16.626759 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 17:33:16.626759 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\pole_activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 17:45:58.851711 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 17:45:58.851711 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 17:45:58.851711 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 17:45:58.851711 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 17:45:58.851711 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\pole_activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 17:46:08.628839 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 17:46:08.628839 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 17:46:08.628839 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 17:46:08.628839 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 17:46:08.628839 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-09 17:46:26.923818 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:46:26] "GET /myclass/api/Add_pole_activite_pedagogique HTTP/1.1" 308 - +INFO:root:2026-02-09 17:46:26.930801 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:46:26] "GET /myclass/api/Add_pole_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 17:46:41.719894 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:46:41] "GET /myclass/api/Add_pole_activite_pedagogique HTTP/1.1" 308 - +INFO:root:2026-02-09 17:46:41.723893 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 17:46:41] "GET /myclass/api/Add_pole_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 18:04:46.213449 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 18:04:46] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 18:05:40.052514 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 18:05:40.059511 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 18:05:40.062976 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 18:05:40.069975 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 18:05:40] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 18:05:40] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 18:05:40] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-09 18:05:40.171516 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 18:05:40] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 18:06:38.433978 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 18:06:38] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 18:06:40.751373 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 18:06:40] "POST /myclass/api/Get_Given_pole_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 18:13:53.745297 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 18:13:53] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 18:14:35.187333 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 18:14:35] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:26:32.812807 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:26:32] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:26:32.963350 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:26:32] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:26:33.084531 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:26:33] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:27:33.644003 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:27:33] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:31:18.280437 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:31:18] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:31:26.703980 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 19:31:26.708029 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:31:26] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:31:26.717695 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 19:31:26.720078 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:31:26] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:31:26] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:31:26.750763 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:31:26] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:31:27.817514 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:31:27] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:31:28.915797 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:31:28] "POST /myclass/api/Get_Given_pole_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:31:31.589995 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:31:31] "POST /myclass/api/Get_tache_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:31:41.872067 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:31:41] "POST /myclass/api/Get_List_Admission_Setup/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:31:50.327941 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:31:50] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:33:01.673862 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:33:01] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:34:30.119874 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:34:30] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:34:38.566849 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 19:34:38.569369 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 19:34:38.573526 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 19:34:38.578069 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:34:38] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:34:38] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:34:38] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:34:38.597673 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:34:38] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:34:39.832890 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:34:39] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:34:42.003404 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:34:42] "POST /myclass/api/Get_Given_pole_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:34:46.469786 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:34:46] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:36:16.948549 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:36:16] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:36:24.617640 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 19:36:24.623100 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 19:36:24.627654 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:36:24] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:36:24.636210 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:36:24] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:36:24] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:36:24.654436 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:36:24] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:36:25.828658 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:36:25] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:36:29.934020 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:36:29] "POST /myclass/api/Get_Given_pole_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:36:32.858316 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:36:32] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:36:42.863295 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 19:36:45.083729 : Add_Update_tab_Activite_To_Pole_pedagogique -'activite_id' - Line : 578 +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:36:45] "POST /myclass/api/Add_Update_tab_Activite_To_Pole_pedagogique/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\pole_activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 19:39:36.023429 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 19:39:36.023429 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 19:39:36.023429 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 19:39:36.023429 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 19:39:36.023429 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-09 19:40:20.212504 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:40:20] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:40:26.227720 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:40:26] "POST /myclass/api/Add_Update_tab_Activite_To_Pole_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:40:26.308920 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:40:26] "POST /myclass/api/Get_Given_pole_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:40:39.917795 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 19:40:39.918797 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 19:40:39.922836 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 19:40:39.926798 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:40:39] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:40:39.945797 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:40:39] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:40:39] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:40:39] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:40:40.973137 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:40:40] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:40:42.154986 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:40:42] "POST /myclass/api/Get_Given_pole_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:40:46.000953 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:40:46] "POST /myclass/api/Get_Given_pole_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:42:12.699048 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:42:12] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:43:21.184012 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:43:21] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:43:55.409956 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:43:55] "POST /myclass/api/Get_Given_pole_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:43:59.308339 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:43:59] "POST /myclass/api/Get_Given_pole_activite_pedagogique/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 19:44:52.655502 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 19:44:52.655502 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 19:44:52.655502 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 19:44:52.655502 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 19:44:52.655502 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\pole_activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 19:45:22.493739 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 19:45:22.493739 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 19:45:22.493739 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 19:45:22.493739 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 19:45:22.493739 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\pole_activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 19:45:32.999052 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 19:45:32.999052 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 19:45:32.999052 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 19:45:32.999052 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 19:45:32.999052 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\pole_activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 19:46:04.431783 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 19:46:04.431783 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 19:46:04.431783 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 19:46:04.431783 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 19:46:04.431783 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\pole_activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 19:47:03.865278 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 19:47:03.865278 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 19:47:03.865278 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 19:47:03.865278 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 19:47:03.865278 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-09 19:48:55.286945 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:48:55] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:49:34.655742 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:49:34] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:49:52.083925 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:49:52] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:49:57.068202 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 19:49:58.981589 : Get_Given_pole_activite_pedagogique -name 'itemgetter' is not defined - Line : 389 +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:49:58] "POST /myclass/api/Get_Given_pole_activite_pedagogique/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\pole_activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 19:50:56.861617 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 19:50:56.861617 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 19:50:56.861617 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 19:50:56.861617 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 19:50:56.861617 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\pole_activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 19:51:34.687452 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 19:51:34.687452 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 19:51:34.687452 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 19:51:34.687452 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 19:51:34.687452 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-09 19:51:45.515191 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 19:51:45.518190 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 19:51:45.521190 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 19:51:45.524311 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:51:45] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:51:45] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:51:45] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:51:45.563829 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:51:45] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:51:48.167924 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:51:48] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:51:49.326803 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:51:49] "POST /myclass/api/Get_Given_pole_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:51:59.621898 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:51:59] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:52:06.565725 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:52:06] "POST /myclass/api/Add_Update_tab_Activite_To_Pole_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:52:06.633236 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:52:06] "POST /myclass/api/Get_Given_pole_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:52:43.155261 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:52:43] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:52:44.793792 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:52:44] "POST /myclass/api/Get_Given_pole_activite_pedagogique/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 19:54:56.001102 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 19:54:56.001102 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 19:54:56.001102 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 19:54:56.001102 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 19:54:56.001102 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\pole_activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 19:55:26.956566 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 19:55:26.956566 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 19:55:26.956566 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 19:55:26.956566 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 19:55:26.956566 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-09 19:55:51.762268 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 19:55:51.910549 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:55:51] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:55:51] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:56:08.683910 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:56:08] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:56:22.697993 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:56:22] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:56:51.215359 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:56:51] "POST /myclass/api/Get_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:57:45.501272 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:57:45] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:58:02.060000 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:58:02] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:58:10.145765 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:58:10] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:58:10.158771 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 19:58:10.159771 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 19:58:10.165801 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:58:10] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:58:10.186358 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:58:10] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:58:10] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:58:11.412118 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:58:11] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:58:12.542750 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:58:12] "POST /myclass/api/Get_Given_pole_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:58:16.892703 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 19:58:18.521876 : Delete_Tache_From_Activite_pedagogique Le champ 'pole_activite_id' n'est pas autorisé +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:58:18] "POST /myclass/api/Delete_Tache_From_Activite_pedagogique/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 19:59:25.074620 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 19:59:25.075719 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 19:59:25.075719 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 19:59:25.075719 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 19:59:25.075719 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-09 19:59:40.226970 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:59:40] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:59:42.323071 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:59:42] "POST /myclass/api/Get_Given_pole_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:59:45.346000 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:59:45] "POST /myclass/api/Delete_Activite_From_Pole_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:59:45.383984 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:59:45] "POST /myclass/api/Get_Given_pole_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 19:59:48.597688 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 19:59:48] "POST /myclass/api/Get_Given_pole_activite_pedagogique/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\pole_activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 20:01:05.075777 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 20:01:05.075777 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 20:01:05.075777 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 20:01:05.075777 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 20:01:05.075777 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-09 20:01:09.542940 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 20:01:09] "POST /myclass/api/Delete_Activite_From_Pole_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 20:01:09.608999 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 20:01:09] "POST /myclass/api/Get_Given_pole_activite_pedagogique/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\pole_activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 20:03:02.185350 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 20:03:02.185350 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 20:03:02.185350 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 20:03:02.185350 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 20:03:02.185350 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-09 20:03:07.613051 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 20:03:09.283266 : Delete_Activite_From_Pole_pedagogique -'activite_id' - Line : 731 +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 20:03:09] "POST /myclass/api/Delete_Activite_From_Pole_pedagogique/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\pole_activite_pedagogique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2026-02-09 20:03:39.094425 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2026-02-09 20:03:39.094425 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2026-02-09 20:03:39.094425 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2026-02-09 20:03:39.095421 : ++ FLASK PORT 5001 ++ +INFO:root:2026-02-09 20:03:39.095421 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2026-02-09 20:03:39.305695 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 20:03:39] "POST /myclass/api/Delete_Activite_From_Pole_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 20:03:39.339241 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 20:03:39] "POST /myclass/api/Get_Given_pole_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 20:06:03.195738 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 20:06:03] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 20:06:18.469803 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 20:06:18] "POST /myclass/api/Get_Given_pole_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 20:07:13.622190 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 20:07:13] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 20:07:26.155690 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 20:07:26] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 20:08:37.100731 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 20:08:37] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 20:08:51.890030 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 20:08:51] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 20:08:54.477568 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 20:08:54] "POST /myclass/api/Get_Given_pole_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 20:09:00.817401 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2026-02-09 20:09:02.684827 : Update_pole_activite_pedagogique Le champ 'activite_pedagogique_id' n'est pas autorisé +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 20:09:02] "POST /myclass/api/Update_pole_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 20:09:25.637521 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 20:09:25] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2026-02-09 20:09:27.279946 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 20:09:27] "POST /myclass/api/Get_Given_pole_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 20:09:32.312054 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 20:09:32] "POST /myclass/api/Update_pole_activite_pedagogique/ HTTP/1.1" 200 - +INFO:root:2026-02-09 20:09:32.409486 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [09/Feb/2026 20:09:32] "POST /myclass/api/Get_pole_activite_pedagogique_no_filter/ HTTP/1.1" 200 - diff --git a/Session_Formation.py b/Session_Formation.py index 759fe8d..b02e24f 100644 --- a/Session_Formation.py +++ b/Session_Formation.py @@ -446,7 +446,7 @@ def Add_Update_SessionFormation(diction): mydata[str(val)] = diction[str(val)] - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['update_by'] = str(my_partner['_id']) mydata['valide'] = "1" @@ -828,7 +828,7 @@ def Update_SessionFormation_Only_Step(diction): new_data = {} - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['valide'] = "1" new_data['session_etape'] = str(diction['session_etape']) @@ -5792,6 +5792,8 @@ def Duplicate_List_Session_Formation(diction): if ("relance_automation" in duplicated_session): del duplicated_session['relance_automation'] + if ("archive" in duplicated_session): + del duplicated_session['archive'] duplicated_session['code_session'] = str(session_data['code_session'])+"_dup" @@ -8370,7 +8372,7 @@ def Prepare_and_Send_Attestation_From_Session_By_PDF( diction): list_file_name_to_zip.append(str(local_full_file_name)) # Mettre à jour avec la date d'envoi de l'attestation updata_data = {} - updata_data['date_update'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") + updata_data['update_date'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") updata_data['update_by'] = str(my_partner['recid']) updata_data['statut'] = "1" updata_data['date_envoie'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") @@ -8753,7 +8755,7 @@ def Create_Attestation_By_Stagiaire_PDF(diction): # Mettre à jour avec la date d'envoi de l'attestation updata_data = {} - updata_data['date_update'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") + updata_data['update_date'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") updata_data['update_by'] = str(my_partner['recid']) updata_data['statut'] = "1" updata_data['date_envoie'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") @@ -9858,7 +9860,7 @@ def Prepare_and_Send_Attestation_From_Session_By_Email(tab_files, Folder, dictio # Mettre à jour avec la date d'envoi de l'attestation updata_data = {} - updata_data['date_update'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") + updata_data['update_date'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") updata_data['update_by'] = str(my_partner['recid']) updata_data['statut'] = "1" updata_data['date_envoie'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") @@ -10767,7 +10769,7 @@ def Prepare_and_Send_Facture_From_Session_By_Email(tab_files, Folder, diction): update_data['invoiced'] = "1" update_data['invoiced_ref'] = str(local_invoice_ref_interne) update_data['invoiced_date'] = now - update_data['date_update'] = now + update_data['update_date'] = now update_data['update_by'] = str(my_partner['_id']) update = MYSY_GV.dbname['inscription'].update_many({'partner_owner_recid':str(my_partner['recid']), @@ -11159,7 +11161,7 @@ def Prepare_and_Send_Facture_From_Session_By_Email_SAVE_ORIG(tab_files, Folder, update_data['invoiced'] = "1" update_data['invoiced_ref'] = str(local_invoice_ref_interne) update_data['invoiced_date'] = now - update_data['date_update'] = now + update_data['update_date'] = now update_data['update_by'] = str(my_partner['_id']) update = MYSY_GV.dbname['inscription'].update_many({'partner_owner_recid':str(my_partner['recid']), @@ -11541,7 +11543,7 @@ def Invoice_Partner_From_Session( diction): partner_invoice_header_data['valide'] = "1" partner_invoice_header_data['locked'] = "0" partner_invoice_header_data['partner_owner_recid'] = str(my_partner['recid']) - partner_invoice_header_data['date_update'] = str(datetime.now()) + partner_invoice_header_data['update_date'] = str(datetime.now()) print(" #### partner_invoice_header_data = ", partner_invoice_header_data) @@ -12260,7 +12262,8 @@ def Invoice_Inscrption_With_Split_Session_By_Inscription_Id( tab_files, diction) no_split_tab_inscription_ids = "" for tmp in tab_inscrit_for_NOT_splited_invoice: if( "inscription_id" in tmp.keys() ): - local_tmp_tab.append(tmp['inscription_id']) + if( tmp['inscription_id']): + local_tmp_tab.append(tmp['inscription_id']) no_split_tab_inscription_ids = ",".join(local_tmp_tab) @@ -12578,6 +12581,9 @@ def Prepare_and_Send_Facture_From_Session_By_Inscription_Id(tab_files, Folder, d {'partner_owner_recid': str(my_partner['recid']), 'email': str(local_inscription_no_client['email'])}) + print(" ### sssss = ", {'partner_owner_recid': str(my_partner['recid']), + 'email': str(local_inscription_no_client['email'])}) + # S'il ya plusieurs clients avec la meme adresse email, alors il y a un bin's if (is_inscription_no_client_exist > 1): mycommon.myprint(" Facturation : L'adresse email : " + str( @@ -12696,6 +12702,13 @@ def Prepare_and_Send_Facture_From_Session_By_Inscription_Id(tab_files, Folder, d new_client_data['is_client'] = "1" new_client_data['is_company'] = "0" + inscription_no_client_valide_no_locked_count = MYSY_GV.dbname['partner_client'].count_documents( + {'partner_owner_recid': str(my_partner['recid']), + 'email': str(local_inscription_no_client['email']), + 'valide': "1", + 'locked': '0'}) + + new_client_status, new_client_retval = partner_client.Add_Partner_Client(new_client_data) if (new_client_status is False): mycommon.myprint(" Facturation : Impossible de créer un client associé à l'adresse email : " + str( @@ -12811,7 +12824,7 @@ def Prepare_and_Send_Facture_From_Session_By_Inscription_Id(tab_files, Folder, d update_data['invoiced'] = "1" update_data['invoiced_ref'] = str(local_invoice_ref_interne) update_data['invoiced_date'] = now - update_data['date_update'] = now + update_data['update_date'] = now update_data['update_by'] = str(my_partner['_id']) update = MYSY_GV.dbname['inscription'].update_many({'partner_owner_recid': str(my_partner['recid']), @@ -12879,7 +12892,7 @@ def Prepare_and_Send_Facture_From_Session_By_Inscription_Id(tab_files, Folder, d update_data['invoiced'] = "1" update_data['invoiced_ref'] = str(local_invoice_ref_interne) update_data['invoiced_date'] = now - update_data['date_update'] = now + update_data['update_date'] = now update_data['update_by'] = str(my_partner['_id']) update = MYSY_GV.dbname['inscription'].update_many({'partner_owner_recid': str(my_partner['recid']), @@ -13046,8 +13059,8 @@ def Prepare_and_Send_Facture_From_Session_By_Inscription_Id_SAVE_ORIG(tab_files, print(" ### la liste des liste_client_rattachement_id (client à facturer) : AVANT GESTION inscriptions SANS CLIENT = ", liste_client_rattachement_id) """ - Gestion des inscriptions n'ayant pas de client à facturer ID - """ + Gestion des inscriptions n'ayant pas de client à facturer ID + """ liste_inscription_no_client = MYSY_GV.dbname['inscription'].find( {"$or": [{'session_id': str(diction['session_id']), 'status': '1', @@ -13075,7 +13088,8 @@ def Prepare_and_Send_Facture_From_Session_By_Inscription_Id_SAVE_ORIG(tab_files, si non, créer le client """ - + print(" ### sdsd = ", {'partner_owner_recid': str(my_partner['recid']), + 'email': str(local_inscription_no_client['email'])}) is_inscription_no_client_exist = MYSY_GV.dbname['partner_client'].count_documents( {'partner_owner_recid': str(my_partner['recid']), @@ -13328,7 +13342,7 @@ def Prepare_and_Send_Facture_From_Session_By_Inscription_Id_SAVE_ORIG(tab_files, update_data['invoiced'] = "1" update_data['invoiced_ref'] = str(local_invoice_ref_interne) update_data['invoiced_date'] = now - update_data['date_update'] = now + update_data['update_date'] = now update_data['update_by'] = str(my_partner['_id']) update = MYSY_GV.dbname['inscription'].update_many({'partner_owner_recid': str(my_partner['recid']), @@ -13518,7 +13532,7 @@ def Prepare_and_Send_SPLITED_Facture_From_Session_By_Inscription_Id(tab_files, F update_data['invoiced'] = "1" update_data['invoiced_ref'] = str(local_invoice_ref_interne) update_data['invoiced_date'] = now - update_data['date_update'] = now + update_data['update_date'] = now update_data['update_by'] = str(my_partner['_id']) update = MYSY_GV.dbname['inscription'].update_many({'partner_owner_recid': str(my_partner['recid']), @@ -13970,7 +13984,7 @@ def Invoice_Partner_From_Session_By_Inscription_Id( diction): partner_invoice_header_data['valide'] = "1" partner_invoice_header_data['locked'] = "0" partner_invoice_header_data['partner_owner_recid'] = str(my_partner['recid']) - partner_invoice_header_data['date_update'] = str(datetime.now()) + partner_invoice_header_data['update_date'] = str(datetime.now()) print(" #### partner_invoice_header_data = ", partner_invoice_header_data) @@ -14577,7 +14591,7 @@ def Invoice_Splited_Partner_From_Session_By_Inscription_Id( diction): partner_invoice_header_data['valide'] = "1" partner_invoice_header_data['locked'] = "0" partner_invoice_header_data['partner_owner_recid'] = str(my_partner['recid']) - partner_invoice_header_data['date_update'] = str(datetime.now()) + partner_invoice_header_data['update_date'] = str(datetime.now()) print(" #### partner_invoice_header_data = ", partner_invoice_header_data) @@ -14757,7 +14771,7 @@ def Invoice_Splited_Partner_From_Session_By_Inscription_Id( diction): update_data['invoiced'] = "1" update_data['invoiced_ref'] = ",".join(tab_invoice) update_data['invoiced_date'] = ",".join(tab_date_invoice) - update_data['date_update'] = now + update_data['update_date'] = now update_data['update_by'] = str(my_partner['_id']) update = MYSY_GV.dbname['inscription'].update_one({'partner_owner_recid': str(my_partner['recid']), @@ -15022,7 +15036,7 @@ def Invoice_Create_Secure_E_Document(diction): else: user['order_line_montant_hors_taxes'] = "0" - user['date_update'] = retval['date_update'] + user['update_date'] = retval['update_date'] user['update_by'] = str(my_partner['_id']) user['partner_owner_recid'] = retval['partner_owner_recid'] @@ -15192,7 +15206,7 @@ def Invoice_Create_Secure_E_Document(diction): else: user['order_line_montant_hors_taxes'] = "0" - user['date_update'] = retval['date_update'] + user['update_date'] = retval['update_date'] user['update_by'] = str(my_partner['_id']) user['partner_owner_recid'] = retval['partner_owner_recid'] user['invoice_line_type'] = retval['invoice_line_type'] @@ -15486,14 +15500,14 @@ def Audit_Session_Action_Inscrit(diction): email_exist = 1 sub_node['_id'] = val['_id'] sub_node['email_inscrit'] = val['local_target_collection_name'] - sub_node['date_update'] = val['date_update'] + sub_node['update_date'] = val['update_date'] sub_node['local_update_by_email'] = val['local_update_by_email'] sub_node['statut'] = "1" if( email_exist == 0 ): sub_node['email_inscrit'] = local_email - sub_node['date_update'] = "" + sub_node['update_date'] = "" sub_node['local_update_by_email'] = "" sub_node['statut'] = "0" @@ -15713,7 +15727,7 @@ def Prepare_request_For_Preinsciption_Creation_By_Customer(diction): """ update_data = {} - update_data['date_update'] = str(datetime.now()) + update_data['update_date'] = str(datetime.now()) update_data['update_by'] = str(my_partner['_id']) update_data['max_presinscrit'] = str(diction['max_presinscrit']) update_data['session_id'] = str(diction['session_id']) @@ -15903,14 +15917,16 @@ def Send_Email_request_presinscription_data_validation(diction): if (local_stpm_status is False): return local_stpm_status, partner_SMTP_COUNT_smtpsrv + msg.attach(html_mime) + + + if (str(partner_own_smtp_value) == "1"): msg['From'] = partner_SMTP_COUNT_From_User else: - if (company_name): - msg['From'] = str(company_name) + " <" + str(partner_SMTP_COUNT_From_User) + ">" - else: - msg['From'] = str(partner_SMTP_COUNT_From_User) + msg['From'] = str(partner_SMTP_COUNT_From_User) + msg['Bcc'] = 'contact@mysy-training.com' @@ -15929,7 +15945,7 @@ def Send_Email_request_presinscription_data_validation(diction): val = smtpserver.send_message(msg) smtpserver.close() - print(" Email envoyé " + str(val)) + print(" Email envoyé icii" + str(val)) """ Gestion des emails via mail_queu et internal email @@ -16164,7 +16180,7 @@ def Client_Update_Liste_Attendee_No_Token(diction): # Verifier qu'on mettre à jour tous les participants if (str(val['_id']) != "new" and len(str(val['_id'])) > 5): update_data = {} - update_data['date_update'] = str(datetime.now()) + update_data['update_date'] = str(datetime.now()) update_data['update_by'] = "Client" update_data['nom'] = str(val['nom']) @@ -16439,7 +16455,7 @@ def Add_SessionFormation_From_Quotation_Line(diction): mydata['date_debut_inscription'] = str(mydata['date_debut']) mydata['date_fin_inscription'] = str(mydata['date_fin']) - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['update_by'] = str(my_partner['_id']) mydata['partner_owner_recid'] = str(my_partner['recid']) mydata['valide'] = "1" @@ -17242,7 +17258,7 @@ def archive_session(diction): if (local_status is not True): return local_status, my_partner - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['update_by'] = str(my_partner['_id']) mydata['archive'] = '1' @@ -17340,7 +17356,7 @@ def unarchive_session(diction): if (local_status is not True): return local_status, my_partner - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['update_by'] = str(my_partner['_id']) mydata['archive'] = '0' @@ -17559,7 +17575,7 @@ def Add_Update_UE_To_Session(diction): # l'UE n'existe pas pour cette session, on fait une creation # Il s'agit de la creation d'une competence new_data = {} - new_data['date_update'] = str(now) + new_data['update_date'] = str(now) new_data['valide'] = "1" new_data['update_by'] = str(my_partner['_id']) new_data['locked'] = "0" diff --git a/Session_Formation_Sequence.py b/Session_Formation_Sequence.py index f41f376..746de3f 100644 --- a/Session_Formation_Sequence.py +++ b/Session_Formation_Sequence.py @@ -343,7 +343,7 @@ def Add_Session_Sequence(diction): # Programmation de la nouvelle update_data = {} - update_data['date_update'] = str(datetime.now()) + update_data['update_date'] = str(datetime.now()) update_data['update_by'] = str(my_partner['_id']) update_data['session_formation_sequence_id'] = str(new_session_formation_sequence_id) @@ -685,7 +685,7 @@ def Add_Session_Sequence_Return_New_Seq_Data(diction): if (ue_planif_line_id): # Programmation de la nouvelle update_data = {} - update_data['date_update'] = str(datetime.now()) + update_data['update_date'] = str(datetime.now()) update_data['update_by'] = str(my_partner['_id']) update_data['session_formation_sequence_id'] = str(new_session_formation_sequence_id) @@ -1596,7 +1596,7 @@ def Update_Session_Sequence(diction): update_data['valide'] = "1" update_data['locked'] = "0" - update_data['date_update'] = str(datetime.now()) + update_data['update_date'] = str(datetime.now()) update_data['update_by'] = str(my_partner['_id']) @@ -1627,7 +1627,7 @@ def Update_Session_Sequence(diction): if( new_unite_enseignement_planif_id != old_unite_enseignement_planif_id ): # Deprogrammation de l'ancien update_data = {} - update_data['date_update'] = str(datetime.now()) + update_data['update_date'] = str(datetime.now()) update_data['update_by'] = str(my_partner['_id']) update_data['session_formation_sequence_id'] = "" @@ -1642,7 +1642,7 @@ def Update_Session_Sequence(diction): # Programmation de la nouvelle update_data = {} - update_data['date_update'] = str(datetime.now()) + update_data['update_date'] = str(datetime.now()) update_data['update_by'] = str(my_partner['_id']) update_data['session_formation_sequence_id'] = str(diction['_id']) @@ -2213,7 +2213,7 @@ def Add_Sequence_Affectation_Ressource_Poste(diction): my_data['valide'] = "1" my_data['locked'] = "0" - my_data['date_update'] = str(datetime.now()) + my_data['update_date'] = str(datetime.now()) my_data['update_by'] = str(my_partner_data['_id']) inserted_data = MYSY_GV.dbname['session_formation_sequence_affectation'].insert_one(my_data) @@ -2390,7 +2390,7 @@ def Add_Note_Evaluation_Affectation_Ressource_Poste(diction): my_data['valide'] = "1" my_data['locked'] = "0" - my_data['date_update'] = str(datetime.now()) + my_data['update_date'] = str(datetime.now()) my_data['update_by'] = str(my_partner_data['_id']) inserted_data = MYSY_GV.dbname['note_evaluation_affectation_ressource'].insert_one(my_data) @@ -2554,7 +2554,7 @@ def Update_Note_Evaluation_Affectation_Ressource_Poste(diction): update_data['valide'] = "1" update_data['locked'] = "0" - update_data['date_update'] = str(datetime.now()) + update_data['update_date'] = str(datetime.now()) update_data['update_by'] = str(my_partner_data['_id']) inserted_data = MYSY_GV.dbname['note_evaluation_affectation_ressource'].find_one_and_update( @@ -2810,7 +2810,7 @@ def Update_Sequence_Affectation_Ressource_Poste(diction): update_data['valide'] = "1" update_data['locked'] = "0" - update_data['date_update'] = str(datetime.now()) + update_data['update_date'] = str(datetime.now()) update_data['update_by'] = str(my_partner_data['_id']) inserted_data = MYSY_GV.dbname['session_formation_sequence_affectation'].find_one_and_update( @@ -4215,7 +4215,7 @@ def Decale_Session_Sequence_X_days(diction): new_data = {} new_data['sequence_start'] = str(new_current_start.strftime("%d/%m/%Y %H:%M")) new_data['sequence_end'] = str(new_current_end.strftime("%d/%m/%Y %H:%M")) - new_data['date_update'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") + new_data['update_date'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") new_data['update_by'] = str(my_partner['recid']) #print(" ### new_data = ", new_data) @@ -4249,7 +4249,7 @@ def Decale_Session_Sequence_X_days(diction): new_data_agenda = {} new_data_agenda['event_start'] = str(new_current_start.strftime("%Y-%m-%dT%H:%M")) new_data_agenda['event_end'] = str(new_current_end.strftime("%Y-%m-%dT%H:%M")) - new_data_agenda['date_update'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") + new_data_agenda['update_date'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") new_data_agenda['update_by'] = str(my_partner['recid']) @@ -4308,7 +4308,7 @@ def Decale_Session_Sequence_X_days(diction): new_data = {} new_data['sequence_start'] = str(new_current_start.strftime("%d/%m/%Y %H:%M")) new_data['sequence_end'] = str(new_current_end.strftime("%d/%m/%Y %H:%M")) - new_data['date_update'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") + new_data['update_date'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") new_data['update_by'] = str(my_partner['recid']) #print(" ### new_data MINUS = ", new_data) @@ -4339,7 +4339,7 @@ def Decale_Session_Sequence_X_days(diction): new_data_agenda = {} new_data_agenda['event_start'] = str(new_current_start.strftime("%Y-%m-%dT%H:%M")) new_data_agenda['event_end'] = str(new_current_end.strftime("%Y-%m-%dT%H:%M")) - new_data_agenda['date_update'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") + new_data_agenda['update_date'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") new_data_agenda['update_by'] = str(my_partner['recid']) @@ -4356,7 +4356,7 @@ def Decale_Session_Sequence_X_days(diction): new_data = {} new_data['date_debut'] = str(session_new_start_date.strftime("%d/%m/%Y")) new_data['date_fin'] = str(session_new_end_date.strftime("%d/%m/%Y")) - new_data['date_update'] = datetime.now() + new_data['update_date'] = datetime.now() new_data['update_by'] = str(my_partner['recid']) @@ -4374,7 +4374,7 @@ def Decale_Session_Sequence_X_days(diction): new_inscription_data = {} new_inscription_data['date_au'] = str(session_new_start_date.strftime("%d/%m/%Y")) new_inscription_data['date_du'] = str(session_new_end_date.strftime("%d/%m/%Y")) - new_inscription_data['date_update'] = datetime.now() + new_inscription_data['update_date'] = datetime.now() new_inscription_data['update_by'] = str(my_partner['recid']) update = MYSY_GV.dbname['inscription'].update_many({'partner_owner_recid': str(my_partner['recid']), diff --git a/activite_pedagogique.py b/activite_pedagogique.py new file mode 100644 index 0000000..0f377b9 --- /dev/null +++ b/activite_pedagogique.py @@ -0,0 +1,743 @@ +""" +Ce document permet de gerer les activite_pedagogique + +- code +- description +- commentaire + + +""" +from operator import itemgetter + +import bson +import pymongo +from pymongo import MongoClient +import json +from bson import ObjectId +import re +from datetime import datetime +import prj_common as mycommon +import secrets +import inspect +import sys, os +import csv +import pandas as pd +from pymongo import ReturnDocument +import GlobalVariable as MYSY_GV +from math import isnan +import GlobalVariable as MYSY_GV +import ela_index_bdd_classes as eibdd +import email_mgt as email +import jinja2 +from flask import send_file +from xhtml2pdf import pisa +from email.message import EmailMessage +from email.mime.text import MIMEText +from email import encoders +import smtplib +from email.mime.multipart import MIMEMultipart +from email.mime.text import MIMEText +from email.mime.base import MIMEBase +from email import encoders + +""" +Fonction d'ajout d'une activite pedagogique +""" +def Add_activite_pedagogique(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptés + """ + field_list = ['token', 'description', 'commentaire', 'code', + 'moyen_ressource', 'resultat', 'niveau_autonomie', + 'aide', 'contraintes', 'divers', ] + + 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', 'code' ] + + 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 la liste des arguments ") + 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 que ce code de l'activité n'est pas déjà utilisé + """ + is_activite_pedagogique_code_used = MYSY_GV.dbname['activite_pedagogique'].count_documents({'code':str(diction['code']), + 'valide':'1', + 'partner_owner_recid':str(my_partner['recid'])}) + + if( is_activite_pedagogique_code_used != 0 ): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " Le code "+str(diction['code'])+" est déjà utilisé ") + return False, " Le code "+str(diction['code'])+" est déjà utilisé " + + + mydata = {} + + mydata = diction + del mydata['token'] + + # Initialisation des champs non envoyés à vide + for val in field_list: + if val not in diction.keys(): + mydata[str(val)] = "" + + mydata['creation_date'] = str(datetime.now()) + mydata['creation_by'] = str(my_partner['_id']) + mydata['partner_owner_recid'] = str(my_partner['recid']) + mydata['valide'] = "1" + mydata['locked'] = "0" + mydata['tab_tache_pedagogique'] = [] + + + inserted_id = MYSY_GV.dbname['activite_pedagogique'].insert_one(mydata).inserted_id + + if (not inserted_id): + mycommon.myprint(" Impossible de créer l'activité pédagogique (2) ") + return False, " Impossible de créer l'activité pédagogique (2) " + + return True, " L'activité pédagogique a été correctement ajoutée " + + + 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 créer l'activité pédagogique " + + +""" +Fonction de mise à jour d'une activité pédagogique +""" +def Update_activite_pedagogique(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptés + """ + field_list = ['token', 'description', 'activite_pedagogique_id', 'commentaire', 'code', + 'moyen_ressource', 'resultat', 'niveau_autonomie', + 'aide', 'contraintes', 'divers' + ] + + 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', 'activite_pedagogique_id', 'code'] + + 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 la liste des arguments ") + 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 que le code de compétence n'est pas utilisé par une autre compétence autre que celle ci + """ + + is_competence_code_used = MYSY_GV.dbname['activite_pedagogique'].count_documents({'code': str(diction['code']), + 'valide': '1', + '_id':{'$ne':ObjectId(str(diction['activite_pedagogique_id']))}, + 'partner_owner_recid': str( + my_partner['recid'])}) + + if (is_competence_code_used != 0): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " Le code " + str(diction['code']) + " est déjà utilisé ") + return False, " Le code " + str(diction['code']) + " est déjà utilisé " + + + # Verifier que la compétence existe et est valide + is_valide_activite_pedagogique_id = MYSY_GV.dbname['activite_pedagogique'].count_documents({'_id':ObjectId(str(diction['activite_pedagogique_id'])), + 'valide':'1', + 'locked':'0', + 'partner_owner_recid':str(my_partner['recid'])}) + + + if( is_valide_activite_pedagogique_id != 1): + mycommon.myprint( + str(inspect.stack()[0][3]) + " L'identifiant de l'activité est invalide ") + return False, " L'identifiant de l'activité est invalide " + + + mydata = {} + mydata = diction + del mydata['token'] + + + mydata['update_date'] = str(datetime.now()) + mydata['update_by'] = str(my_partner['_id']) + + result = MYSY_GV.dbname['activite_pedagogique'].find_one_and_update( + {'_id':ObjectId(str(diction['activite_pedagogique_id'])), + 'partner_owner_recid':str(my_partner['recid'])}, + {"$set": mydata}, + upsert=False, + return_document=ReturnDocument.AFTER + ) + if ("_id" not in result.keys()): + mycommon.myprint( + " Impossible de mettre à jour l'activité pédagogique (2) ") + return False, " Impossible de mettre à jour l'activité pédagogique (2) " + + + + return True, " L'activité pédagogique a été correctement mise à jour " + + + 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 mettre à jour l'activité pédagogique " + + +""" +Recuperer la liste des activite pedagogique d'un partenaire, sans filtres +""" +def Get_activite_pedagogique_no_filter(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptés + """ + field_list = ['token' ] + + 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',] + + 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 la liste des arguments ") + 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 + + + RetObject = [] + val_tmp = 0 + + qry = {"partner_owner_recid":str(my_partner['recid']), 'valide':'1', 'locked':'0'} + + for New_retVal in MYSY_GV.dbname['activite_pedagogique'].find(qry).sort([("_id", pymongo.DESCENDING), ]): + user = New_retVal + + + if( "code" not in user.keys() ): + user["code"] = "--" + + + 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 activités pédagogiques " + + + +""" +Recuperer les données d'une activite pedagogique donnée +""" +def Get_Given_activite_pedagogique(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptés + """ + field_list = ['token', '_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'est pas autorisé") + 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 la liste des arguments ") + 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 + + + RetObject = [] + val_tmp = 0 + + qry = {"partner_owner_recid":str(my_partner['recid']), 'valide':'1', 'locked':'0', '_id':ObjectId(str(diction['_id']))} + + for New_retVal in MYSY_GV.dbname['activite_pedagogique'].find(qry): + user = New_retVal + + if( "code" not in user.keys() ): + user["code"] = "--" + + tab_tache_pedagogique_with_code = [] + if( "tab_tache_pedagogique" in New_retVal.keys() ): + for tache_pedago in New_retVal['tab_tache_pedagogique']: + tache_pedago_data = MYSY_GV.dbname['tache_pedagogique'].find_one({'_id':ObjectId(str(tache_pedago['_id'])), 'valide':'1'}, {'_id':1, 'code':1, 'description':1, }) + + if("rang" in tache_pedago.keys()): + tache_pedago_data['rang'] = str(tache_pedago['rang']) + else: + tache_pedago_data['rang'] = "99" + + if ("obligatoire" in tache_pedago.keys()): + tache_pedago_data['obligatoire'] = str(tache_pedago['obligatoire']) + else: + tache_pedago_data['obligatoire'] = "0" + + tab_tache_pedagogique_with_code.append(tache_pedago_data) + + ss = sorted(tab_tache_pedagogique_with_code, key=itemgetter('rang')) + + + user['tab_tache_pedagogique_with_code'] = tab_tache_pedagogique_with_code + + user['id'] = str(val_tmp) + val_tmp = val_tmp + 1 + print("user = ", user) + 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 activités pédagogiques " + + + +""" +Suppression d'une activite pedagogique +""" +def Delete_Given_activite_pedagogique(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptés + """ + field_list = ['token', 'activite_pedagogique_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'est pas autorisé") + return False, " Les informations fournies sont incorrectes" + + """ + Verification des champs obligatoires + """ + field_list_obligatoire = ['token', 'activite_pedagogique_id', ] + + 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 la liste des arguments ") + 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 + + + qry = {'_id':ObjectId(str(diction['activite_pedagogique_id'])), 'partner_owner_recid':str(my_partner['recid'])} + + ret_del_competence = MYSY_GV.dbname['activite_pedagogique'].delete_many(qry) + + return True, "L'activité pédagogique a été correctement supprimée" + + + 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 supprimer l'activité pédagogique " + + +""" +Ajouter une liste de tache pédagogique à l'activité +""" +def Add_Update_tab_Tache_To_Activite_pedagogique(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptés + """ + field_list = ['token', 'activite_id', 'tache_pedagogique_id', 'rang', 'obligatoire'] + + 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', 'activite_id', 'tache_pedagogique_id', 'rang', 'obligatoire'] + + 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 la liste des arguments ") + 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 + + if( diction['obligatoire'] not in ['0', '1']): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " La notion d'obligation est invalide ") + return False, " La notion d'obligation est invalide " + + if ("rang" in diction.keys()): + local_status, local_note_max = mycommon.IsInt(str(diction['rang']).strip()) + if (local_status is False): + mycommon.myprint( + " Le rang doit être un nombre entier ") + return False, " Le rang doit être un nombre entier" + + + + """ + Verifier la validité de l'activité + """ + is_valide_activite = MYSY_GV.dbname['activite_pedagogique'].count_documents({'_id':ObjectId(diction['activite_id']), + 'valide':'1', + 'locked':'0', + 'partner_owner_recid':str(my_partner['recid'])}) + + if( is_valide_activite != 1): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant de l'activité est invalide ") + return False, " L'identifiant de l'activité est invalide " + + + is_valide_tache = MYSY_GV.dbname['tache_pedagogique'].count_documents({'_id':ObjectId(str(diction['tache_pedagogique_id'])), + 'valide':'1', + 'locked':'0', + 'partner_owner_recid':str(my_partner['recid'])}) + + if( is_valide_tache != 1): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant de la tâche "+str(diction['tache_pedagogique_id'])+" est invalide ") + return False, " L'identifiant de la tâche "+str(diction['tache_pedagogique_id'])+" est invalide " + + + tab_tache_pedagogique = [] + tab_tache_pedagogique.append(str(diction['tache_pedagogique_id'])) + + + for tache_id in tab_tache_pedagogique: + + """ + Si la tache existe dans tab_tache_pedagogique, alors on fait un update, + si non on fait une insertion + """ + is_tache_existe_in_activite = MYSY_GV.dbname['activite_pedagogique'].count_documents({'_id': ObjectId(str(diction['activite_id'])), + 'valide': '1', + 'partner_owner_recid': str(my_partner['recid']), + 'tab_tache_pedagogique._id': ObjectId(str(tache_id)) + }) + + if( is_tache_existe_in_activite == 1): + print(" OUII existe, donc update") + update = MYSY_GV.dbname['activite_pedagogique'].update_one({'_id': ObjectId(str(diction['activite_id'])), + 'valide': '1', + 'locked':'0', + 'partner_owner_recid': str(my_partner['recid']), + 'tab_tache_pedagogique._id': ObjectId(str(tache_id)) + }, + {'$set': + { + 'tab_tache_pedagogique.$[xxx].rang': str( diction['rang']), + 'tab_tache_pedagogique.$[xxx].obligatoire': str( diction['obligatoire']), + 'tab_tache_pedagogique.$[xxx].update_date': str( datetime.now()), + 'tab_tache_pedagogique.$[xxx].update_by': str(my_partner['_id']), + } + }, + upsert=False, + array_filters=[ + {"xxx._id": ObjectId(str(tache_id))}, + ] + ) + + elif( is_tache_existe_in_activite == 0): + print(" NOOO existe, donc insert") + new_data = {} + new_data['_id'] = ObjectId(str(tache_id)) + new_data['rang'] = str(diction['rang']) + new_data['obligatoire'] = str(diction['obligatoire']) + new_data['valide'] = "1" + new_data['creation_by'] = str(my_partner['_id']) + new_data['creation_date'] = str(datetime.now()) + new_data['locked'] = "0" + + + + insert = MYSY_GV.dbname['activite_pedagogique'].update_one({'_id': ObjectId(str(diction['activite_id'])), + 'valide': '1', + 'locked': '0', + 'partner_owner_recid': str(my_partner['recid']), + }, + + { + '$push': { + "tab_tache_pedagogique": { + '$each': [new_data] + } + } + }, + + ) + + + + + + + return True, " La mise à jour a été correctement faite " + + + 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 faire la mise à jour " + + + +""" +Supprimer une tache pédagogique d'une activité pédagogique +""" +def Delete_Tache_From_Activite_pedagogique(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptés + """ + field_list = ['token', 'activite_id', 'tache_pedagogique_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'est pas autorisé") + return False, " Les informations fournies sont incorrectes" + + """ + Verification des champs obligatoires + """ + field_list_obligatoire = ['token', 'activite_id', 'tache_pedagogique_id', ] + + 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 la liste des arguments ") + 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 l'activité + """ + is_valide_activite = MYSY_GV.dbname['activite_pedagogique'].count_documents({'_id':ObjectId(diction['activite_id']), + 'valide':'1', + 'locked':'0', + 'partner_owner_recid':str(my_partner['recid'])}) + + if( is_valide_activite != 1): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant de l'activité est invalide ") + return False, " L'identifiant de l'activité est invalide " + + + is_valide_tache = MYSY_GV.dbname['tache_pedagogique'].count_documents({'_id':ObjectId(str(diction['tache_pedagogique_id'])), + 'valide':'1', + 'locked':'0', + 'partner_owner_recid':str(my_partner['recid'])}) + + if( is_valide_tache != 1): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant de la tâche "+str(diction['tache_pedagogique_id'])+" est invalide ") + return False, " L'identifiant de la tâche "+str(diction['tache_pedagogique_id'])+" est invalide " + + + tab_tache_pedagogique = [] + tab_tache_pedagogique.append(str(diction['tache_pedagogique_id'])) + + + for tache_id in tab_tache_pedagogique: + + """ + Si la tache existe dans tab_tache_pedagogique, alors on fait un update, + si non on fait une insertion + """ + is_tache_existe_in_activite = MYSY_GV.dbname['activite_pedagogique'].count_documents({'_id': ObjectId(str(diction['activite_id'])), + 'valide': '1', + 'partner_owner_recid': str(my_partner['recid']), + 'tab_tache_pedagogique._id': ObjectId(str(tache_id)) + }) + + if( is_tache_existe_in_activite == 1): + print(" OUII existe, donc update") + update = MYSY_GV.dbname['activite_pedagogique'].update_one({'_id': ObjectId(str(diction['activite_id'])), + 'valide': '1', + 'locked':'0', + 'partner_owner_recid': str(my_partner['recid']), + 'tab_tache_pedagogique._id': ObjectId(str(tache_id)) + }, + {'$pull': {"tab_tache_pedagogique": {"_id": ObjectId(str(tache_id)) }}}, + + ) + + + + + return True, " La tâche a été correctement supprimée " + + + 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 supprimer la tâche " diff --git a/agenda.py b/agenda.py index a06ad9f..7f61701 100644 --- a/agenda.py +++ b/agenda.py @@ -178,7 +178,7 @@ def Add_Update_Agenda_Event(diction): if( is_event_exist > 0 ): # L'eventement existe est valide, on autorise la mise à jour - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) update = MYSY_GV.dbname['agenda'].update_one({'_id':ObjectId(str(diction['_id'])), 'partner_owner_recid':str(my_partner['recid']), 'valide':'1', @@ -372,7 +372,7 @@ def Add_Update_Agenda_Event_Stagiaire(diction): if( is_event_exist > 0 ): # L'eventement existe est valide, on autorise la mise à jour - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['update_by'] = str(my_partner['_id']) update = MYSY_GV.dbname['agenda'].update_one({'_id':ObjectId(str(diction['_id'])), 'partner_owner_recid':str(my_partner['recid']), diff --git a/appel_offre.py b/appel_offre.py index 112712f..c9fc826 100644 --- a/appel_offre.py +++ b/appel_offre.py @@ -588,7 +588,7 @@ def Update_Appel_Offre(diction): data_update['date_deliberation'] = diction['date_deliberation'] - data_update['date_update'] = str(datetime.now()) + data_update['update_date'] = str(datetime.now()) """ Controle cohérence des dates debut et la date de deliberation """ diff --git a/apprenant_mgt.py b/apprenant_mgt.py index ba12fad..225956e 100644 --- a/apprenant_mgt.py +++ b/apprenant_mgt.py @@ -205,7 +205,7 @@ def Add_Apprenant(diction): new_data['locked'] = '0' new_data['archive'] = '0' new_data['partner_owner_recid'] = str(my_partner['recid']) - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) todays_date = str(date.today().strftime("%d/%m/%Y")) @@ -380,7 +380,7 @@ def Update_Apprenant(diction): new_data['valide'] = '1' new_data['locked'] = '0' - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) ret_val = MYSY_GV.dbname['apprenant'].find_one_and_update( @@ -2319,7 +2319,7 @@ def Update_Apprenant_Tuteurs(diction): my_id = str(diction['_id']) del data_update['token'] del data_update['_id'] - data_update['date_update'] = str(datetime.now()) + data_update['update_date'] = str(datetime.now()) data_update['update_by'] = str(my_partner['_id']) @@ -3133,7 +3133,7 @@ def ENT_Disable_Apprenant_Account(diction): new_account['active'] = '0' new_account['locked'] = '1' - new_account['date_update'] = str(datetime.now()) + new_account['update_date'] = str(datetime.now()) new_account['update_by'] = str(my_partner['_id']) data_key = {} @@ -3245,7 +3245,7 @@ def ENT_Enable_Apprenant_Account(diction): new_account['active'] = '1' new_account['locked'] = '0' - new_account['date_update'] = str(datetime.now()) + new_account['update_date'] = str(datetime.now()) new_account['update_by'] = str(my_partner['_id']) data_key = {} @@ -3327,7 +3327,7 @@ def archive_apprenant(diction): if (local_status is not True): return local_status, my_partner - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['update_by'] = str(my_partner['_id']) mydata['archive'] = '1' @@ -3420,7 +3420,7 @@ def unarchive_apprenant(diction): if (local_status is not True): return local_status, my_partner - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['update_by'] = str(my_partner['_id']) mydata['archive'] = '0' diff --git a/articles_avis.py b/articles_avis.py index 34353b8..1016a5c 100644 --- a/articles_avis.py +++ b/articles_avis.py @@ -916,7 +916,7 @@ def add_articles_avis(diction): mydata['locked'] = '0' mydata['indexed'] = '0' mydata['indexed'] = '0' - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['date_avis'] = str(datetime.now()) mydata['isalaune'] = "0" @@ -1136,12 +1136,12 @@ def update_articles_avis(diction): mydata['locked'] = '1' mydata['indexed'] = '0' mydata['indexed'] = '0' - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['isalaune'] = "0" mydata['valide'] = "1" mydata['locked'] = "0" - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['update_by'] = str(my_partner['_id']) mydata['partner_owner_recid'] = str(my_partner['recid']) @@ -1257,7 +1257,7 @@ def recherche_articles_avis(diction): my_recid = {} my_recid['user_rec_id'] = str(user_recid) mydict_combined = {**diction, **x, **my_recid} - mydict_combined['date_update'] = str(datetime.now()) + mydict_combined['update_date'] = str(datetime.now()) mydict_combined['type_view'] = "summary" #if ("_id" in mydict_combined.keys()): @@ -1372,7 +1372,7 @@ def store_recherche_article_avis(diction, user_recid=""): if diction['id']: mydata_id = diction['id'] - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['valide'] = "1" # By default if ("valide" in diction.keys()): diff --git a/attached_file_mgt.py b/attached_file_mgt.py index d585557..8cecbe4 100644 --- a/attached_file_mgt.py +++ b/attached_file_mgt.py @@ -208,7 +208,7 @@ def Store_User_Downloaded_File(file=None, Folder=None, diction=None): mydata = {} mydata['file_business_object'] = file_business_object - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['file_name'] = file.filename mydata['type_document'] = type_document mydata['metadata_field'] = metadata_field @@ -390,7 +390,7 @@ def Internal_Usage_Store_User_Downloaded_File(Folder=None, diction=None, tab_rel mydata = {} mydata['file_business_object'] = file_business_object - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['file_name'] = partial_file_name_without_folder mydata['full_path'] = Global_file_name mydata['type_document'] = type_document diff --git a/attestation_formation.py b/attestation_formation.py index ce5b79a..d987a34 100644 --- a/attestation_formation.py +++ b/attestation_formation.py @@ -139,7 +139,7 @@ def Init_Attestation_Formation_With_Template(diction): 'partner_owner_recid':str(my_partner['recid'])}) new_attestation_data = {} - new_attestation_data['date_update'] = str(datetime.now()) + new_attestation_data['update_date'] = str(datetime.now()) new_attestation_data['update_by'] = str(my_partner['_id']) new_attestation_data['partner_owner_recid'] = str(my_partner['recid']) new_attestation_data['valide'] = "1" @@ -257,7 +257,7 @@ def Init_Attestation_Formation_With_Template_For_All_Inscription(diction): new_attestation_data = {} - new_attestation_data['date_update'] = str(datetime.now()) + new_attestation_data['update_date'] = str(datetime.now()) new_attestation_data['update_by'] = str(my_partner['_id']) new_attestation_data['partner_owner_recid'] = str(my_partner['recid']) new_attestation_data['valide'] = "1" @@ -614,7 +614,7 @@ def Send_Attestation_Formation_With_Template(diction): 'partner_owner_recid':str(my_partner['recid'])}) new_attestation_data = {} - new_attestation_data['date_update'] = str(datetime.now()) + new_attestation_data['update_date'] = str(datetime.now()) new_attestation_data['update_by'] = str(my_partner['_id']) new_attestation_data['partner_owner_recid'] = str(my_partner['recid']) new_attestation_data['valide'] = "1" diff --git a/base_class_calcul_note.py b/base_class_calcul_note.py index e1fcf87..1ae7607 100644 --- a/base_class_calcul_note.py +++ b/base_class_calcul_note.py @@ -301,7 +301,7 @@ def run_ue_pre_calcul_moyenne_somme(diction): qry_key['ue_id'] = note_finale['ue_id'] new_data = note_finale - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['valide'] = "1" new_data['locked'] = "0" @@ -2680,7 +2680,7 @@ def run_ue_pre_calcul_moyenne_somme_v2(diction): qry_key['ue_id'] = note_finale['ue_id'] new_data = note_finale - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['valide'] = "1" new_data['locked'] = "0" diff --git a/base_config_modele_journee.py b/base_config_modele_journee.py index 8a099c8..459b5e0 100644 --- a/base_config_modele_journee.py +++ b/base_config_modele_journee.py @@ -115,7 +115,7 @@ def Add_Update_Modele_Journee(diction): return False, " L'identifiant du modèle est invalide " # Il s'agit d'une mise à jour - my_data_JSON['date_update'] = str(datetime.now()) + my_data_JSON['update_date'] = str(datetime.now()) my_data_JSON['update_by'] = str(my_partner['_id']) result = MYSY_GV.dbname['base_config_modele_journee'].find_one_and_update( diff --git a/base_document_automatic_setup.py b/base_document_automatic_setup.py index 03c4d94..1ae6fa5 100644 --- a/base_document_automatic_setup.py +++ b/base_document_automatic_setup.py @@ -132,7 +132,7 @@ def Add_Update_base_document_automatic_setup(diction): if (my_id): - diction['date_update'] = str(datetime.now()) + diction['update_date'] = str(datetime.now()) diction['update_by'] = str(my_partner['_id']) result = MYSY_GV.dbname['base_document_automatic_setup'].find_one_and_update( {'courrier_template_type_document_ref_interne': str(diction['courrier_template_type_document_ref_interne']), @@ -154,7 +154,7 @@ def Add_Update_base_document_automatic_setup(diction): diction['valide'] = "1" diction['locked'] = "0" diction['partner_owner_recid'] = str(my_partner['recid']) - diction['date_update'] = str(datetime.now()) + diction['update_date'] = str(datetime.now()) diction['creation_date'] = str(datetime.now()) diction['update_by'] = str(my_partner['_id']) diff --git a/base_partner_catalog_config.py b/base_partner_catalog_config.py index ee882c6..f123d43 100644 --- a/base_partner_catalog_config.py +++ b/base_partner_catalog_config.py @@ -155,7 +155,7 @@ def Add_Update_Partner_Catalog_Pub_Config(diction): del diction['token'] if( my_id ): - diction['date_update'] = str(datetime.now()) + diction['update_date'] = str(datetime.now()) diction['update_by'] = str(my_partner['_id']) result = MYSY_GV.dbname['config_partner_catalog'].find_one_and_update( {'_id': ObjectId(str(my_id)), @@ -175,7 +175,7 @@ def Add_Update_Partner_Catalog_Pub_Config(diction): diction['valide'] = "1" diction['locked'] = "0" diction['partner_owner_recid'] = str(my_partner['recid']) - diction['date_update'] = str(datetime.now()) + diction['update_date'] = str(datetime.now()) diction['update_by'] = str(my_partner['_id']) result = MYSY_GV.dbname['config_partner_catalog'].insert_one(diction) diff --git a/base_partner_session_step.py b/base_partner_session_step.py index 06c22f5..0bcbc11 100644 --- a/base_partner_session_step.py +++ b/base_partner_session_step.py @@ -103,7 +103,7 @@ def Add_Update_Partner_session_step(diction): my_data['valide'] = "1" my_data['locked'] = "0" - my_data['date_update'] = str(datetime.now()) + my_data['update_date'] = str(datetime.now()) # La clé de la mise à jour est : # my_data['partner_owner_recid'] diff --git a/base_specific_fields.py b/base_specific_fields.py index 1dab09c..b7e7638 100644 --- a/base_specific_fields.py +++ b/base_specific_fields.py @@ -85,7 +85,7 @@ def Add_specific_field(diction): data['partner_owner_recid'] = str(my_partner['recid']) data['valide'] = "1" data['locked'] = "0" - data['date_update'] = str(datetime.now()) + data['update_date'] = str(datetime.now()) data['field_value'] = "" @@ -311,7 +311,7 @@ def Update_specific_field(diction): data['partner_owner_recid'] = str(my_partner['recid']) data['valide'] = "1" data['locked'] = "0" - data['date_update'] = str(datetime.now()) + data['update_date'] = str(datetime.now()) data['field_value'] = "" related_collection = "" diff --git a/business_prices.py b/business_prices.py index 2179332..5c5179f 100644 --- a/business_prices.py +++ b/business_prices.py @@ -128,7 +128,7 @@ def add_business_price(diction): mydata['client_recid'] = client_recid mydata['client_nom'] = client_nom mydata['valide'] = "1" - mydata['date_update'] = datetime.now().strftime("%d/%m/%Y") + mydata['update_date'] = datetime.now().strftime("%d/%m/%Y") ret_val = MYSY_GV.dbname['business_prices'].insert_one(mydata) if (ret_val.acknowledged is None): @@ -213,7 +213,7 @@ def update_business_price(diction): mydata['date_du'] = date_du mydata['date_au'] = date_au - mydata['date_update'] = datetime.now().strftime("%d/%m/%Y") + mydata['update_date'] = datetime.now().strftime("%d/%m/%Y") if ("class" in diction.keys()): if diction['class']: @@ -283,7 +283,7 @@ def delete_business_price(diction): str(inspect.stack()[0][3]) + " - Impossible de récupérer les donnees du partnaire ") return False, "Impossible de récupérer les donnees du partnaire " - mydata['date_update'] = datetime.now().strftime("%d/%m/%Y") + mydata['update_date'] = datetime.now().strftime("%d/%m/%Y") mydata['valide'] = "0" ret_val = MYSY_GV.dbname['business_prices'].find_one_and_update( diff --git a/class_mgt.py b/class_mgt.py index 57c0407..3321095 100644 --- a/class_mgt.py +++ b/class_mgt.py @@ -1329,7 +1329,7 @@ def update_class(diction): mydata['zone_diffusion'] = {'country':tab_country, 'city':tab_city} - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['update_by'] = str(my_partner['recid']) # Recuperation des champs spécifiques se trouvant dans le dictionnaire. ils commencent tous par 'my_' @@ -1357,7 +1357,7 @@ def update_class(diction): mydata['indexed_title'] = '0' mydata['indexed_desc'] = '0' mydata['indexed_obj'] = '0' - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['update_by'] = str(my_partner['_id']) """ Gestion des ajout pr les compte utilisateur de type demo """ @@ -1523,7 +1523,7 @@ def disable_class(diction): my_internal_url = diction['internal_url'] - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['valide'] = '0' coll_name = MYSY_GV.dbname['myclass'] @@ -1628,7 +1628,7 @@ def archive_class(diction): if (local_status is not True): return local_status, my_partner - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['update_by'] = str(my_partner['_id']) mydata['archive'] = '1' @@ -1726,7 +1726,7 @@ def unarchive_class(diction): if (local_status is not True): return local_status, my_partner - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['update_by'] = str(my_partner['_id']) mydata['archive'] = '0' @@ -1837,7 +1837,7 @@ def enable_class(diction): if diction['internal_url']: my_internal_url = diction['internal_url'] - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['valide'] = '1' @@ -1952,7 +1952,7 @@ def unlock_class(diction): if diction['internal_url']: my_internal_url = diction['internal_url'] - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['locked'] = '0' @@ -2069,7 +2069,7 @@ def lock_class(diction): if diction['internal_url']: my_internal_url = diction['internal_url'] - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['locked'] = '1' @@ -2187,7 +2187,7 @@ def pusblish_class(diction): if diction['internal_url']: my_internal_url = diction['internal_url'] - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['published'] = '1' @@ -2306,7 +2306,7 @@ def unpublish_class(diction): if diction['internal_url']: my_internal_url = diction['internal_url'] - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['published'] = '0' @@ -2610,7 +2610,7 @@ def get_class(diction): my_recid = {} my_recid['user_rec_id'] = str(user_recid) mydict_combined = {**diction, **retVal, **my_recid} - mydict_combined['date_update'] = str(datetime.now()) + mydict_combined['update_date'] = str(datetime.now()) mydict_combined['type_view'] = "detail" if ("_id" in mydict_combined.keys()): @@ -3081,7 +3081,7 @@ def get_class_without_marketplace_check(diction): my_recid = {} my_recid['user_rec_id'] = str(user_recid) mydict_combined = {**diction, **retVal, **my_recid} - mydict_combined['date_update'] = str(datetime.now()) + mydict_combined['update_date'] = str(datetime.now()) mydict_combined['type_view'] = "detail" if ("_id" in mydict_combined.keys()): @@ -3534,7 +3534,7 @@ def get_class_for_partner_catalog(diction): my_recid = {} my_recid['user_rec_id'] = str(user_recid) mydict_combined = {**diction, **retVal, **my_recid} - mydict_combined['date_update'] = str(datetime.now()) + mydict_combined['update_date'] = str(datetime.now()) mydict_combined['type_view'] = "detail" if ("_id" in mydict_combined.keys()): @@ -6638,7 +6638,7 @@ def RenseignementClass(diction): new_lead_data = diction new_lead_data['valide'] = "1" new_lead_data['locked'] = "0" - new_lead_data['date_update'] = str(datetime.now()) + new_lead_data['update_date'] = str(datetime.now()) new_lead_data['update_by'] = "auto" inserted_invoice_id = MYSY_GV.dbname['lead_website'].insert_one(new_lead_data).inserted_id @@ -8030,7 +8030,7 @@ def Add_Update_UE_To_Class(diction): # l'UE n'existe pas pour cette formation, on fait une creation # Il s'agit de la creation d'une competence new_data = {} - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['valide'] = "1" new_data['update_by'] = str(my_partner['_id']) new_data['locked'] = "0" @@ -8350,7 +8350,7 @@ def Update_Class_Default_Document(diction): doc_id = diction[str(tmp)] updata_data = {} - updata_data['date_update'] = str(datetime.now()) + updata_data['update_date'] = str(datetime.now()) updata_data['update_by'] = str(my_partner['_id']) updata_data['partner_owner_recid'] = str(my_partner['recid']) updata_data['class_id'] = str(diction['class_id']) diff --git a/competence.py b/competence.py index 1b62e66..90b63a4 100644 --- a/competence.py +++ b/competence.py @@ -255,7 +255,7 @@ def Update_Competence(diction): del mydata['competence_id'] - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['update_by'] = str(my_partner['_id']) result = MYSY_GV.dbname['competence_liste'].find_one_and_update( diff --git a/crm_opportunite.py b/crm_opportunite.py index c3a0b83..b6f9a86 100644 --- a/crm_opportunite.py +++ b/crm_opportunite.py @@ -163,7 +163,7 @@ def Add_CRM_Opportunite(diction): str(inspect.stack()[0][3]) + " L'identifiant du vendeur_id est invalide ") return False, " L'identifiant du vendeur_id est invalide " - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['update_by'] = str(my_partner['_id']) mydata['creation_by'] = str(my_partner['_id']) mydata['partner_owner_recid'] = str(my_partner['recid']) @@ -450,7 +450,7 @@ def Update_CRM_Opportunite(diction): str(inspect.stack()[0][3]) + " L'identifiant du vendeur_id est invalide ") return False, " L'identifiant du vendeur_id est invalide " - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['update_by'] = str(my_partner['_id']) result = MYSY_GV.dbname['crm_opportunite'].find_one_and_update( @@ -1267,7 +1267,7 @@ def Add_CRM_Opportunite_Etape(diction): del new_data['token'] new_data['code'] = str(diction['code']).lower() - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) if( "gagne" in diction.keys() and diction['gagne'] in ['0', '1']): diff --git a/domaine_formation_mgt.py b/domaine_formation_mgt.py index faf4920..8d0c4bb 100644 --- a/domaine_formation_mgt.py +++ b/domaine_formation_mgt.py @@ -203,7 +203,7 @@ def Update_Class_domaine(diction): del diction['token'] del diction['_id'] - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) data_cle = {} diff --git a/ela_factures_mgt.py b/ela_factures_mgt.py index 5d87e3b..43a5f4c 100644 --- a/ela_factures_mgt.py +++ b/ela_factures_mgt.py @@ -211,7 +211,7 @@ def add_payement_mode(diction): new_data = {} new_data['valide'] = "1" now = datetime.now() - new_data['date_update'] = str(now) + new_data['update_date'] = str(now) # initialisation pr nettoyer l'existant (faire comme un delete) new_data['nom_carte'] = "" @@ -839,7 +839,7 @@ def createOrder(diction): now = datetime.now() - new_data['date_update'] = str(now) + new_data['update_date'] = str(now) new_data['order_date'] = str(now.strftime("%d/%m/%Y %H:%M:%S")) new_data['order_id'] = "MySy_00"+str(mycommon.create_order_id()) diff --git a/ela_user_account.py b/ela_user_account.py index 54b09da..034662c 100644 --- a/ela_user_account.py +++ b/ela_user_account.py @@ -196,7 +196,7 @@ def desable_user_objectif(diction): myobjectif['user_recid'] = user_recid myobjectif['name'] = name myobjectif['active'] = '-1' - myobjectif['date_update'] = str(datetime.now()) + myobjectif['update_date'] = str(datetime.now()) coll_name = MYSY_GV.dbname['user_objectif'] @@ -303,7 +303,7 @@ def add_update_user_objectif(diction): myobjectif['domaine'] = domaine myobjectif['niveau'] = niveau myobjectif['active'] = '1' - myobjectif['date_update'] = str(now) + myobjectif['update_date'] = str(now) coll_name = MYSY_GV.dbname['user_objectif'] @@ -412,7 +412,7 @@ def add_update_user_profile(diction): my_data['user_recid'] = user_recid my_data['active'] = '1' - my_data['date_update'] = str(now) + my_data['update_date'] = str(now) coll_name = MYSY_GV.dbname['user_profil'] @@ -672,7 +672,7 @@ def update_user_account(diction): now = datetime.now() dictionnary = {} dictionnary['active'] = "1" - dictionnary['date_update'] = str(now) + dictionnary['update_date'] = str(now) mytoken ="" myemail = "" @@ -945,7 +945,7 @@ def change_user_pwd(diction): - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) coll_name = MYSY_GV.dbname['user_account'] @@ -1051,7 +1051,7 @@ def Reset_user_pwd_by_token(diction): return False, " Impossible de mettre à jour le mot de passe" - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) coll_name = MYSY_GV.dbname['user_account'] @@ -1110,7 +1110,7 @@ def Reset_user_pwd_by_token(diction): # Recuperation du recid du user user_email = tmp_retval[0]['email'] mydata = {} - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['pwd'] = new_pwd mydata['tmp_token_pwd'] = "" @@ -1207,7 +1207,7 @@ def change_uer_email(diction): - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) coll_name = MYSY_GV.dbname['user_account'] @@ -1315,7 +1315,7 @@ def send_mail_delete_user(diction): if diction['user_ip']: mydata['delete_ip_1'] = diction['user_ip'] - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) coll_name = MYSY_GV.dbname['user_account'] ret_val = coll_name.find_one_and_update({'recid': str(user_recid), 'locked': '0'}, @@ -1405,7 +1405,7 @@ def delete_user_account(diction): return False, " Impossible de supprimer le compte utilisateur" - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['pwd'] = user_recid mydata['email'] = "Anonyme@"+user_recid[:5] mydata['last_name'] = "name_"+user_recid[:5] @@ -1510,7 +1510,7 @@ def lock_user_account(diction): now = datetime.now() dictionnary = {} dictionnary['locked'] = "1" - dictionnary['date_update'] = str(now) + dictionnary['update_date'] = str(now) myemail = "" @@ -1583,7 +1583,7 @@ def desable_user_account(diction): dictionnary = {} dictionnary['active'] = "0" dictionnary['locked'] = "1" - dictionnary['date_update'] = str(now) + dictionnary['update_date'] = str(now) myemail = "" @@ -1811,7 +1811,7 @@ def InitUserPasswd(diction): new_token = {} new_token['email'] = retVal[0]['email'] new_token['recid'] = retVal[0]['recid'] - new_token['date_update'] = str(datetime.now()) + new_token['update_date'] = str(datetime.now()) new_token['valide'] = '1' # Creation du token mynewtoken = mycommon.create_token_urlsafe() @@ -1857,7 +1857,7 @@ def InitUserPasswd(diction): """ new_token = {} - new_token['date_update'] = str(datetime.now()) + new_token['update_date'] = str(datetime.now()) # Creation du token mynewtoken = mycommon.create_token_urlsafe() new_token['tmp_token_pwd'] = mynewtoken diff --git a/email_inscription_mgt.py b/email_inscription_mgt.py index 3a08dd8..5ea451b 100644 --- a/email_inscription_mgt.py +++ b/email_inscription_mgt.py @@ -1701,7 +1701,7 @@ def Evaluation_training_confirmation_mail(diction): new_data = {} new_data['eval_status'] = "0" new_data['date_demande_eval'] = str(now) - new_data['date_update'] = str(now) + new_data['update_date'] = str(now) new_data['update_by'] = str(my_partner['_id']) diff --git a/email_mgt.py b/email_mgt.py index b302ba8..e09ad0a 100644 --- a/email_mgt.py +++ b/email_mgt.py @@ -2225,7 +2225,7 @@ def SendEmargementMail( diction): """ now = str(datetime.datetime.now().strftime("%d/%m/%Y %H:%M:%S")) updata_data = {} - updata_data['date_update'] = now + updata_data['update_date'] = now updata_data['update_by'] = str(my_partner['_id']) updata_data['statut'] = "1" diff --git a/email_queu/email_queu_mgt.py b/email_queu/email_queu_mgt.py index 9d16b6f..8d887a6 100644 --- a/email_queu/email_queu_mgt.py +++ b/email_queu/email_queu_mgt.py @@ -231,7 +231,7 @@ def Update_Message_To_Mail_Queue(diction): new_data = diction - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) data_cle = {} @@ -538,7 +538,7 @@ def Resend_List_Mail_Queue(diction): On met à jour l'email avec le statut d'envoie de l'email """ new_data = diction - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['sent'] = str(datetime.now()) error_node = {} diff --git a/emargement.py b/emargement.py index 620dff2..35af9fb 100644 --- a/emargement.py +++ b/emargement.py @@ -175,7 +175,7 @@ def CreateTableauEmargement(diction): my_local_data['prenom'] = tmp_val['prenom'] my_local_data['session_id'] = tmp_val['session_id'] my_local_data['class_internal_url'] = tmp_val['class_internal_url'] - my_local_data['date_update'] = str(datetime.now()) + my_local_data['update_date'] = str(datetime.now()) for local_date in liste_date : query_key = {} @@ -190,7 +190,7 @@ def CreateTableauEmargement(diction): new_my_local_data['prenom'] = tmp_val['prenom'] new_my_local_data['session_id'] = tmp_val['session_id'] new_my_local_data['class_internal_url'] = tmp_val['class_internal_url'] - new_my_local_data['date_update'] = str(datetime.now()) + new_my_local_data['update_date'] = str(datetime.now()) new_my_local_data['date'] = str(local_date) new_my_local_data['matin'] = False new_my_local_data['apresmidi'] = False @@ -429,7 +429,7 @@ def CreateTableauEmargement_From_Sequence(diction): my_local_data['prenom'] = tmp_val['prenom'] my_local_data['session_id'] = tmp_val['session_id'] my_local_data['class_internal_url'] = tmp_val['class_internal_url'] - my_local_data['date_update'] = str(datetime.now()) + my_local_data['update_date'] = str(datetime.now()) # Recuperation de liste des sequences for session_sequence in MYSY_GV.dbname['session_formation_sequence'].find({"$and":[{'session_id':str(session_id), @@ -454,7 +454,7 @@ def CreateTableauEmargement_From_Sequence(diction): new_my_local_data['prenom'] = tmp_val['prenom'] new_my_local_data['session_id'] = tmp_val['session_id'] new_my_local_data['class_internal_url'] = tmp_val['class_internal_url'] - new_my_local_data['date_update'] = str(datetime.now()) + new_my_local_data['update_date'] = str(datetime.now()) query_key['date'] = str(session_sequence['sequence_start'])[0:10] new_my_local_data['is_present'] = False new_my_local_data['matin'] = False @@ -476,7 +476,7 @@ def CreateTableauEmargement_From_Sequence(diction): new_my_local_data['statut'] = "0" new_my_local_data['date_envoi'] = "" - new_my_local_data['date_update'] = str(datetime.now()) + new_my_local_data['update_date'] = str(datetime.now()) new_my_local_data['update_by'] = str(my_partner['recid']) new_my_local_data['valide'] = "1" new_my_local_data['locked'] = "0" @@ -679,7 +679,7 @@ def UpdateUserEmargementDate(diction): mydata = {} now = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) - mydata['date_update'] = now + mydata['update_date'] = now if (is_present == "1"): mydata['is_present'] = True @@ -805,7 +805,7 @@ def Update_Given_Emargement_Data(diction): mydata = {} mydata['comment'] = str(comment) - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['update_by'] = str(my_partner['_id']) query_key = {} diff --git a/ent_alert_messages.py b/ent_alert_messages.py index 7339db8..0e4c1d8 100644 --- a/ent_alert_messages.py +++ b/ent_alert_messages.py @@ -283,7 +283,7 @@ def Update_Ent_Alert_Message(diction): del diction['token'] del diction['_id'] - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) data_cle = {} diff --git a/ent_student_common.py b/ent_student_common.py index 03f5036..8c0e507 100644 --- a/ent_student_common.py +++ b/ent_student_common.py @@ -1805,7 +1805,7 @@ def Get_Ent_Student_update_user_account(diction): now = datetime.now() dictionnary = {} dictionnary['active'] = "1" - dictionnary['date_update'] = str(now) + dictionnary['update_date'] = str(now) mytoken ="" myemail = "" @@ -2003,7 +2003,7 @@ def Get_Ent_Student_change_user_pwd(diction): - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) coll_name = MYSY_GV.dbname['user_account'] diff --git a/equipe_team_mgt.py b/equipe_team_mgt.py index 719f939..b6d83d0 100644 --- a/equipe_team_mgt.py +++ b/equipe_team_mgt.py @@ -123,7 +123,7 @@ def Add_Equipe_Team(diction): new_data['valide'] = "1" new_data['locked'] = "0" - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['date_creation'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['partner_owner_recid'] = str(my_partner['recid']) @@ -147,7 +147,7 @@ def Add_Equipe_Team(diction): mytoday = datetime.today() new_data['date_ajout_equipe'] = str(mytoday) - new_data['date_update'] = now + new_data['update_date'] = now new_data['valide'] = "1" new_data['locked'] = "0" @@ -301,7 +301,7 @@ def Add_Update_Equipe_Team_Membres(diction): mytoday = datetime.today() new_data['date_ajout_equipe'] = str(mytoday) - new_data['date_update'] = now + new_data['update_date'] = now new_data['valide'] = "1" new_data['locked'] = "0" @@ -628,7 +628,7 @@ def Update_Equipe_Team(diction): del diction['token'] del diction['_id'] - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) data_cle = {} @@ -661,7 +661,7 @@ def Update_Equipe_Team(diction): mytoday = datetime.today() new_data['date_ajout_equipe'] = str(mytoday) - new_data['date_update'] = now + new_data['update_date'] = now new_data['valide'] = "1" new_data['locked'] = "0" diff --git a/financial_caracteristique_mgt.py b/financial_caracteristique_mgt.py index 94ea325..75874cc 100644 --- a/financial_caracteristique_mgt.py +++ b/financial_caracteristique_mgt.py @@ -240,7 +240,7 @@ def Update_Financial_Caracteristique(diction): del mydata['_id'] - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['update_by'] = str(my_partner['_id']) result = MYSY_GV.dbname['financial_caracteristic'].find_one_and_update( diff --git a/formulaire_mgt.py b/formulaire_mgt.py index 50541c4..4822005 100644 --- a/formulaire_mgt.py +++ b/formulaire_mgt.py @@ -247,7 +247,7 @@ def Add_Update_Question_Formulaire(diction): """ new_data = {} new_data['_id'] = str(diction['question_id']) - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['valide'] = "1" new_data['update_by'] = str(my_partner['_id']) new_data['locked'] = "0" @@ -361,7 +361,7 @@ def Add_Update_Question_Formulaire(diction): # field_list = ['token', 'form_id', 'question_id', 'question', 'type', 'commentaire', 'list_choix', 'max_note' ] new_data = {} - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['valide'] = "1" new_data['update_by'] = str(my_partner['_id']) new_data['locked'] = "0" @@ -1002,7 +1002,7 @@ def Update_Formulaire(diction): MYSY_GV.FORM_TYPE) - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['update_by'] = str(my_partner['_id']) data_cle = {'partner_owner_recid': str(my_partner['recid']), 'valide': '1', 'locked': '0', '_id': ObjectId(str(diction['form_id']))} diff --git a/groupe_client_mgt.py b/groupe_client_mgt.py index 13c3960..9d2ad79 100644 --- a/groupe_client_mgt.py +++ b/groupe_client_mgt.py @@ -194,7 +194,7 @@ def Update_Groupe_Client(diction): del diction['token'] del diction['_id'] - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) data_cle = {} diff --git a/groupe_inscrit_mgt.py b/groupe_inscrit_mgt.py index 896a300..c8618be 100644 --- a/groupe_inscrit_mgt.py +++ b/groupe_inscrit_mgt.py @@ -158,7 +158,7 @@ def Add_Groupe_Inscrit(diction): new_data['valide'] = "1" new_data['locked'] = "0" - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['partner_owner_recid'] = str(my_partner['recid']) @@ -313,7 +313,7 @@ def Update_Groupe_Inscrit(diction): del diction['_id'] - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) data_cle = {} @@ -856,7 +856,7 @@ def Add_Update_Groupe_Inscrit_Membres(diction): mytoday = datetime.today() new_data['date_ajout_groupe'] = str(mytoday) - new_data['date_update'] = now + new_data['update_date'] = now new_data['valide'] = "1" new_data['locked'] = "0" @@ -957,7 +957,7 @@ def Update_Groupe_Inscrit_Membres_From_Id(diction): new_data = {} new_data['delegue_level'] = str(diction['delegue_level']) - new_data['date_update'] = now + new_data['update_date'] = now new_data['update_by'] = str(my_partner['_id']) ret_val = MYSY_GV.dbname['groupe_inscription_membre'].update_many( @@ -1664,7 +1664,7 @@ def Automatic_Creation_Groupe_Member_Inscrit(diction): new_data['valide'] = "1" new_data['locked'] = "0" - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['partner_owner_recid'] = str(my_partner['recid']) @@ -1680,7 +1680,7 @@ def Automatic_Creation_Groupe_Member_Inscrit(diction): new_data['date_ajout_groupe'] = str(mytoday) now = str(datetime.now()) - new_data['date_update'] = now + new_data['update_date'] = now new_data['valide'] = "1" new_data['locked'] = "0" new_data['partner_owner_recid'] = str(my_partner['recid']) @@ -1995,7 +1995,7 @@ def Automatic_Split_Member_Inscrit_To_Grps(diction): new_data['valide'] = "1" new_data['locked'] = "0" - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['partner_owner_recid'] = str(my_partner['recid']) @@ -2011,7 +2011,7 @@ def Automatic_Split_Member_Inscrit_To_Grps(diction): new_data['date_ajout_groupe'] = str(mytoday) now = str(datetime.now()) - new_data['date_update'] = now + new_data['update_date'] = now new_data['valide'] = "1" new_data['locked'] = "0" new_data['partner_owner_recid'] = str(my_partner['recid']) diff --git a/internal_email_mgt.py b/internal_email_mgt.py index 58aeef3..e1d0ad3 100644 --- a/internal_email_mgt.py +++ b/internal_email_mgt.py @@ -388,7 +388,7 @@ def Update_Message_To_Internal_Mail(tab_files, Folder, diction): new_data['from'] = str(my_partner['email']) new_data['sent'] = str(datetime.now()) - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) data_cle = {} diff --git a/invoice_paiement_mgt.py b/invoice_paiement_mgt.py index b486697..a2d33a4 100644 --- a/invoice_paiement_mgt.py +++ b/invoice_paiement_mgt.py @@ -223,7 +223,7 @@ def Add_Invoice_Paiement(diction): new_data['valide'] = "1" new_data['locked'] = "0" - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['partner_owner_recid'] = str(my_partner['recid']) @@ -256,7 +256,7 @@ def Add_Invoice_Paiement(diction): update_data = {} - update_data['date_update'] = str(datetime.now()) + update_data['update_date'] = str(datetime.now()) update_data['update_by'] = str(my_partner['_id']) update_data['partner_owner_recid'] = str(my_partner['recid']) @@ -497,7 +497,7 @@ def Update_Invoice_Paiement(diction): new_data['valide'] = "1" new_data['locked'] = "0" - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['partner_owner_recid'] = str(my_partner['recid']) @@ -534,7 +534,7 @@ def Update_Invoice_Paiement(diction): update_data = {} - update_data['date_update'] = str(datetime.now()) + update_data['update_date'] = str(datetime.now()) update_data['update_by'] = str(my_partner['_id']) update_data['partner_owner_recid'] = str(my_partner['recid']) @@ -1196,7 +1196,7 @@ def Delete_Given_Invoice_Paiement(diction): total_relicat = total_header_toutes_taxes_float - total_payed_amount_float update_data = {} - update_data['date_update'] = str(datetime.now()) + update_data['update_date'] = str(datetime.now()) update_data['update_by'] = str(my_partner['_id']) update_data['partner_owner_recid'] = str(my_partner['recid']) diff --git a/jury_mgt.py b/jury_mgt.py index 728d607..410adf2 100644 --- a/jury_mgt.py +++ b/jury_mgt.py @@ -260,7 +260,7 @@ def Add_Jury(diction): mytoday = datetime.today() new_data['date_ajout_jury'] = str(mytoday) - new_data['date_update'] = now + new_data['update_date'] = now new_data['valide'] = "1" new_data['locked'] = "0" @@ -557,7 +557,7 @@ def Add_Conseil_Class(diction): mytoday = datetime.today() new_data['date_ajout_jury'] = str(mytoday) - new_data['date_update'] = now + new_data['update_date'] = now new_data['valide'] = "1" new_data['locked'] = "0" @@ -711,7 +711,7 @@ def Add_Update_Jury_Membres(diction): mytoday = datetime.today() new_data['date_ajout_jury'] = str(mytoday) - new_data['date_update'] = now + new_data['update_date'] = now new_data['valide'] = "1" new_data['locked'] = "0" @@ -848,7 +848,7 @@ def Update_Jury_Membres_Presence(diction): new_data = {} new_data['is_present'] = str(diction['is_present']) - new_data['date_update'] = now + new_data['update_date'] = now new_data['update_by'] = str(my_partner['_id']) data_cle = {} @@ -996,7 +996,7 @@ def Add_Update_Jury_Delegue_Membres(diction): mytoday = datetime.today() new_data['date_ajout_jury'] = str(mytoday) - new_data['date_update'] = now + new_data['update_date'] = now new_data['valide'] = "1" new_data['locked'] = "0" @@ -1399,7 +1399,7 @@ def Update_Jury(diction): del diction['token'] del diction['_id'] - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) data_cle = {} @@ -1432,7 +1432,7 @@ def Update_Jury(diction): mytoday = datetime.today() new_data['date_ajout_jury'] = str(mytoday) - new_data['date_update'] = now + new_data['update_date'] = now new_data['valide'] = "1" new_data['locked'] = "0" @@ -1698,7 +1698,7 @@ def Update_Conseil_Class(diction): del diction['token'] del diction['_id'] - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) data_cle = {} @@ -1731,7 +1731,7 @@ def Update_Conseil_Class(diction): mytoday = datetime.today() new_data['date_ajout_jury'] = str(mytoday) - new_data['date_update'] = now + new_data['update_date'] = now new_data['valide'] = "1" new_data['locked'] = "0" @@ -3241,7 +3241,7 @@ def Add_Update_Apprenant_To_Jury(diction): new_soutenance_data['jury_soutenance_pays'] = "" - new_soutenance_data['date_update'] = str(datetime.now()) + new_soutenance_data['update_date'] = str(datetime.now()) new_soutenance_data['update_by'] = str(my_partner['_id']) ret_val2 = MYSY_GV.dbname['jury_soutenance'].find_one_and_update( @@ -3299,7 +3299,7 @@ def Add_Update_Apprenant_To_Jury(diction): my_even_data['partner_owner_recid'] = str(my_partner['recid']) if ("agenda_id" in diction.keys() and diction['agenda_id']): - my_even_data['date_update'] = str(datetime.now()) + my_even_data['update_date'] = str(datetime.now()) my_even_data['update_by'] = str(my_partner['_id']) update_agenda = MYSY_GV.dbname['agenda'].find_one_and_update( @@ -3324,7 +3324,7 @@ def Add_Update_Apprenant_To_Jury(diction): mytoday = datetime.today() new_data['date_ajout_jury'] = str(mytoday) - new_data['date_update'] = now + new_data['update_date'] = now new_data['valide'] = "1" new_data['locked'] = "0" @@ -3468,7 +3468,7 @@ def Add_Update_Apprenant_To_Conseil_Class(diction): mytoday = datetime.today() new_data['date_ajout_jury'] = str(mytoday) - new_data['date_update'] = now + new_data['update_date'] = now new_data['valide'] = "1" new_data['locked'] = "0" @@ -3884,7 +3884,7 @@ def Add_Update_Jury_Soutenance(diction): new_data['locked'] = "0" new_data['partner_owner_recid'] = str(my_partner['recid']) new_data['update_by'] = str(my_partner['_id']) - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) result = MYSY_GV.dbname['jury_soutenance'].find_one_and_update( {'_id':ObjectId(str(local_jury_soutenance_id)), @@ -5301,7 +5301,7 @@ def Send_Jury_Apprenant_Soutenance_Convocation_By_Email(tab_files, Folder, dicti """ update_data = {} - update_data['date_update'] = str(datetime.now()) + update_data['update_date'] = str(datetime.now()) update_data['update_by'] = str(my_partner['_id']) update_data['convocation_apprenant_send'] = "1" update_data['convocation_apprenant_date_sending'] = str(datetime.now()) @@ -6892,7 +6892,7 @@ def Add_Update_Inscrit_Jury_Promo_Decision(diction): tab_inscriptions_ids_ObjectId.append(ObjectId(str(my_inscription))) update_data = {} - update_data['date_update'] = str(datetime.now()) + update_data['update_date'] = str(datetime.now()) update_data['update_by'] = str(my_partner['_id']) update_data['jury_observation'] = str(diction['jury_observation']) update_data['jury_note'] = str(diction['jury_note']) @@ -6981,7 +6981,7 @@ def Add_Update_Candidat_Jury_Admission_Decision(diction): update_data = {} - update_data['date_update'] = str(datetime.now()) + update_data['update_date'] = str(datetime.now()) update_data['update_by'] = str(my_partner['_id']) update_data['jury_observation'] = str(diction['jury_observation']) update_data['jury_note'] = str(diction['jury_note']) @@ -7068,7 +7068,7 @@ def Add_Update_UE_Jury_Observation(diction): update_data = {} - update_data['date_update'] = str(datetime.now()) + update_data['update_date'] = str(datetime.now()) update_data['update_by'] = str(my_partner['_id']) update_data['jury_observation'] = str(diction['jury_observation']) update_data['jury_note'] = str(diction['jury_note']) @@ -7191,7 +7191,7 @@ def Add_Groupe_Apprenant_To_Jury(diction): now = str(datetime.now()) mytoday = datetime.today() new_data['date_ajout_jury'] = str(mytoday) - new_data['date_update'] = now + new_data['update_date'] = now new_data['valide'] = "1" new_data['locked'] = "0" new_data['partner_owner_recid'] = str(my_partner['recid']) @@ -7334,7 +7334,7 @@ def Add_Update_Conseil_Class_Apprenant_Observation(diction): update_data = {} - update_data['date_update'] = str(datetime.now()) + update_data['update_date'] = str(datetime.now()) update_data['update_by'] = str(my_partner['_id']) update_data['jury_apprenant_observation'] = observlation_500_catactere update_data['observation_date'] = datetime.today().strftime("%d/%m/%Y") diff --git a/lms_chamilo/mysy_lms.py b/lms_chamilo/mysy_lms.py index f5a77ef..0ed3c15 100644 --- a/lms_chamilo/mysy_lms.py +++ b/lms_chamilo/mysy_lms.py @@ -1246,7 +1246,7 @@ def Check_MySy_LMS_Account(diction): # Apres la creation du compte LSM, on met à jour le compte mysy avec la valeur du champs : mysy_lms_user_id mysy_coll_query = {} mysy_coll_query['mysy_lms_user_id'] = str(new_lms_use_id) - mysy_coll_query['date_update'] = str(datetime.now()) + mysy_coll_query['update_date'] = str(datetime.now()) ret_val = MYSY_GV.dbname['partnair_account'].find_one_and_update( {'recid': my_partner['recid'], 'active': '1', 'locked': '0'}, {"$set": mysy_coll_query}, @@ -2320,7 +2320,7 @@ def LMS_Create_VirtualHost(diction): mysy_coll_query = {} mysy_coll_query['lms_virtualhost_id'] = str(virtualHost_Id) mysy_coll_query['lms_virtualhost_url'] = str(virtualHost_url) - mysy_coll_query['date_update'] = str(datetime.now()) + mysy_coll_query['update_date'] = str(datetime.now()) mysy_coll_query['lms_username'] = str(lms_username) ret_val = MYSY_GV.dbname['partnair_account'].find_one_and_update( @@ -3715,7 +3715,7 @@ def Unpublish_Class_From_Lms(diction): #return False, str(inspect.stack()[0][3]) + " - impossible de récupérer les données du partenaire", mydata = {} - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['published'] = '0' ret_val = MYSY_GV.dbname['myclass'].update_many( @@ -4111,7 +4111,7 @@ def Push_Class_To_MySy_LMS(diction): data_update = {} data_update['lms_class_code'] = lms_class_code - data_update['date_update'] = str(datetime.now()) + data_update['update_date'] = str(datetime.now()) data_cle = {} data_cle['internal_url'] = str(Class_To_Push['internal_url']) @@ -4582,7 +4582,7 @@ def Disable_MySy_LMS_Account(diction): conn.close() update_account = {} - update_account['date_update'] = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) + update_account['update_date'] = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) update_account['update_by'] = str(my_partner['_id']) update_account['lms_account_disable'] = "1" diff --git a/main.py b/main.py index 14fd4e9..7413c8f 100644 --- a/main.py +++ b/main.py @@ -107,6 +107,9 @@ import internal_email_mgt as internal_email_mgt import ent_alert_messages as ent_alert_messages import admission_mgt as admission_mgt import session_admission_fi as session_admission_fi +import activite_pedagogique as activite_pedagogique +import tache_pedagogique as tache_pedagogique +import pole_activite_pedagogique as pole_activite_pedagogique import base_document_automatic_setup as base_document_automatic_setup @@ -15697,6 +15700,337 @@ def Get_Synthese_Candidat_Process_Admission(): return jsonify(status=status, message=retval) +""" +Cette API permet de Récuperer la liste des partenaires de la plateforme avec des filtres +""" +@app.route('/myclass/api/Get_List_Plateforme_Partnaire_With_Filter/', methods=['POST','GET']) +@crossdomain(origin='*') +def Get_List_Plateforme_Partnaire_With_Filter(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Get_List_Plateforme_Partnaire_With_Filter payload = ",payload) + status, retval = pa.Get_List_Plateforme_Partnaire_With_Filter(payload) + return jsonify(status=status, message=retval) + + +""" +Cette API permet de recuperer la liste des connexions liée à un partenaire +(que soit lui ou des utilisateur de partenaire) +""" +@app.route('/myclass/api/Get_Given_Plateforme_Partnaire_Connexion_Login_With_Filter/', methods=['POST','GET']) +@crossdomain(origin='*') +def Get_Given_Plateforme_Partnaire_Connexion_Login_With_Filter(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Get_Given_Plateforme_Partnaire_Connexion_Login_With_Filter payload = ",payload) + status, retval = pa.Get_Given_Plateforme_Partnaire_Connexion_Login_With_Filter(payload) + return jsonify(status=status, message=retval) + + +""" +Cette API permet de recuperer les données d'un partenaire de la plateforme en partant de son ID +""" +@app.route('/myclass/api/get_partner_account_from_id/', methods=['POST','GET']) +@crossdomain(origin='*') +def get_partner_account_from_id(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### get_partner_account_from_id payload = ",payload) + status, retval = pa.get_partner_account_from_id(payload) + return jsonify(status=status, message=retval) + + +""" +Cette API permet de Verrouiller un partenaire, ainsi que les sous comptes associés ainsi que les formations associées +""" +@app.route('/myclass/api/Lock_PF_partner_account_And_Sub_Accound_from_id/', methods=['POST','GET']) +@crossdomain(origin='*') +def Lock_PF_partner_account_And_Sub_Accound_from_id(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Lock_PF_partner_account_And_Sub_Accound_from_id payload = ",payload) + status, retval = pa.Lock_PF_partner_account_And_Sub_Accound_from_id(payload) + return jsonify(status=status, message=retval) + + +""" +Cette API permet de déverrouiller un partenaire, ainsi que les sous comptes associés ainsi que les formations associées +""" +@app.route('/myclass/api/UnLock_PF_partner_account_And_Sub_Accound_from_id/', methods=['POST','GET']) +@crossdomain(origin='*') +def UnLock_PF_partner_account_And_Sub_Accound_from_id(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### UnLock_PF_partner_account_And_Sub_Accound_from_id payload = ",payload) + status, retval = pa.UnLock_PF_partner_account_And_Sub_Accound_from_id(payload) + return jsonify(status=status, message=retval) + + +""" +Cette API permet de passer un compte de 'formation continue' a 'formation initiale' ou inversement +""" +@app.route('/myclass/api/Change_PF_partner_account_Type_Licence_from_id/', methods=['POST','GET']) +@crossdomain(origin='*') +def Change_PF_partner_account_Type_Licence_from_id(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Change_PF_partner_account_Type_Licence_from_id payload = ",payload) + status, retval = pa.Change_PF_partner_account_Type_Licence_from_id(payload) + return jsonify(status=status, message=retval) + + + +""" +Cette API permet d'ajouter une activité pédagogique +""" +@app.route('/myclass/api/Add_activite_pedagogique/', methods=['POST','GET']) +@crossdomain(origin='*') +def Add_activite_pedagogique(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Add_activite_pedagogique payload = ",payload) + status, retval = activite_pedagogique.Add_activite_pedagogique(payload) + return jsonify(status=status, message=retval) + + +""" +Cette API permet de mettre à jour d'une activité pédagogique +""" +@app.route('/myclass/api/Update_activite_pedagogique/', methods=['POST','GET']) +@crossdomain(origin='*') +def Update_activite_pedagogique(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Update_activite_pedagogique payload = ",payload) + status, retval = activite_pedagogique.Update_activite_pedagogique(payload) + return jsonify(status=status, message=retval) + + + + +""" +Cette API permet de Recuperer la liste des activite pedagogique d'un partenaire, sans filtres +""" +@app.route('/myclass/api/Get_activite_pedagogique_no_filter/', methods=['POST','GET']) +@crossdomain(origin='*') +def Get_activite_pedagogique_no_filter(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Get_activite_pedagogique_no_filter payload = ",payload) + status, retval = activite_pedagogique.Get_activite_pedagogique_no_filter(payload) + return jsonify(status=status, message=retval) + + + +""" +Cette API permet de Recuperer les données d'une activite pedagogique donnée +""" +@app.route('/myclass/api/Get_Given_activite_pedagogique/', methods=['POST','GET']) +@crossdomain(origin='*') +def Get_Given_activite_pedagogique(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Get_Given_activite_pedagogique payload = ",payload) + status, retval = activite_pedagogique.Get_Given_activite_pedagogique(payload) + return jsonify(status=status, message=retval) + + + + +""" +Cette API permet la Suppression d'une activite pedagogique +""" +@app.route('/myclass/api/Delete_Given_activite_pedagogique/', methods=['POST','GET']) +@crossdomain(origin='*') +def Delete_Given_activite_pedagogique(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Delete_Given_activite_pedagogique payload = ",payload) + status, retval = activite_pedagogique.Delete_Given_activite_pedagogique(payload) + return jsonify(status=status, message=retval) + + + +""" +Cette API permet d'Ajouter une liste de tache pédagogique à l'activité +""" +@app.route('/myclass/api/Add_Update_tab_Tache_To_Activite_pedagogique/', methods=['POST','GET']) +@crossdomain(origin='*') +def Add_Update_tab_Tache_To_Activite_pedagogique(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Add_Update_tab_Tache_To_Activite_pedagogique payload = ",payload) + status, retval = activite_pedagogique.Add_Update_tab_Tache_To_Activite_pedagogique(payload) + return jsonify(status=status, message=retval) + + +""" +Cette API permet de Supprimer une tache pédagogique d'une activité pédagogique +""" +@app.route('/myclass/api/Delete_Tache_From_Activite_pedagogique/', methods=['POST','GET']) +@crossdomain(origin='*') +def Delete_Tache_From_Activite_pedagogique(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Delete_Tache_From_Activite_pedagogique payload = ",payload) + status, retval = activite_pedagogique.Delete_Tache_From_Activite_pedagogique(payload) + return jsonify(status=status, message=retval) + + + + +""" +Cette API permet d'ajout d'une tache pedagogique +""" +@app.route('/myclass/api/Add_tache_pedagogique/', methods=['POST','GET']) +@crossdomain(origin='*') +def Add_tache_pedagogique(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Add_tache_pedagogique payload = ",payload) + status, retval = tache_pedagogique.Add_tache_pedagogique(payload) + return jsonify(status=status, message=retval) + + + +""" +Cette API permet de mettre à jour d'une activité pédagogique +""" +@app.route('/myclass/api/Update_tache_pedagogique/', methods=['POST','GET']) +@crossdomain(origin='*') +def Update_tache_pedagogique(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Update_tache_pedagogique payload = ",payload) + status, retval = tache_pedagogique.Update_tache_pedagogique(payload) + return jsonify(status=status, message=retval) + + +""" +Cette API permet de Recuperer la liste des activite pedagogique d'un partenaire, sans filtres +""" +@app.route('/myclass/api/Get_tache_pedagogique_no_filter/', methods=['POST','GET']) +@crossdomain(origin='*') +def Get_tache_pedagogique_no_filter(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Get_tache_pedagogique_no_filter payload = ",payload) + status, retval = tache_pedagogique.Get_tache_pedagogique_no_filter(payload) + return jsonify(status=status, message=retval) + + +""" +Cette API permet la Suppression d'une activite pedagogique +""" +@app.route('/myclass/api/Delete_Given_tache_pedagogique/', methods=['POST','GET']) +@crossdomain(origin='*') +def Delete_Given_tache_pedagogique(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Delete_Given_tache_pedagogique payload = ",payload) + status, retval = tache_pedagogique.Delete_Given_tache_pedagogique(payload) + return jsonify(status=status, message=retval) + + +""" +Cette API permet d'ajouter un pole d'activité pedagogique ou fonction +""" +@app.route('/myclass/api/Add_pole_activite_pedagogique/', methods=['POST','GET']) +@crossdomain(origin='*') +def Add_pole_activite_pedagogique(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Add_pole_activite_pedagogique payload = ",payload) + status, retval = pole_activite_pedagogique.Add_pole_activite_pedagogique(payload) + return jsonify(status=status, message=retval) + + + +""" +Cette API permet de mettre à jour d'un pole d'activité pedagogique ou fonction +""" +@app.route('/myclass/api/Update_pole_activite_pedagogique/', methods=['POST','GET']) +@crossdomain(origin='*') +def Update_pole_activite_pedagogique(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Update_pole_activite_pedagogique payload = ",payload) + status, retval = pole_activite_pedagogique.Update_pole_activite_pedagogique(payload) + return jsonify(status=status, message=retval) + + + +""" +Cette API permet de Recuperer la liste des pole d'activite pedagogique d'un partenaire, sans filtres +""" +@app.route('/myclass/api/Get_pole_activite_pedagogique_no_filter/', methods=['POST','GET']) +@crossdomain(origin='*') +def Get_pole_activite_pedagogique_no_filter(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Get_pole_activite_pedagogique_no_filter payload = ",payload) + status, retval = pole_activite_pedagogique.Get_pole_activite_pedagogique_no_filter(payload) + return jsonify(status=status, message=retval) + + +""" +Cette API permet de Recuperer les données d'un pole d'activite pedagogique donné +""" +@app.route('/myclass/api/Get_Given_pole_activite_pedagogique/', methods=['POST','GET']) +@crossdomain(origin='*') +def Get_Given_pole_activite_pedagogique(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Get_Given_pole_activite_pedagogique payload = ",payload) + status, retval = pole_activite_pedagogique.Get_Given_pole_activite_pedagogique(payload) + return jsonify(status=status, message=retval) + + + + + +""" +Cette API permet de Supprimer d'un pole activite pedagogique +""" +@app.route('/myclass/api/Delete_Given_pole_activite_pedagogique/', methods=['POST','GET']) +@crossdomain(origin='*') +def Delete_Given_pole_activite_pedagogique(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Delete_Given_pole_activite_pedagogique payload = ",payload) + status, retval = pole_activite_pedagogique.Delete_Given_pole_activite_pedagogique(payload) + return jsonify(status=status, message=retval) + + +""" +Cette API permet d'Ajouter une liste d'activités pédagogiques à un pole d'activité +""" +@app.route('/myclass/api/Add_Update_tab_Activite_To_Pole_pedagogique/', methods=['POST','GET']) +@crossdomain(origin='*') +def Add_Update_tab_Activite_To_Pole_pedagogique(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Add_Update_tab_Activite_To_Pole_pedagogique payload = ",payload) + status, retval = pole_activite_pedagogique.Add_Update_tab_Activite_To_Pole_pedagogique(payload) + return jsonify(status=status, message=retval) + + +""" +Cette API permet Supprimer une activité d'un pole d'activité +""" +@app.route('/myclass/api/Delete_Activite_From_Pole_pedagogique/', methods=['POST','GET']) +@crossdomain(origin='*') +def Delete_Activite_From_Pole_pedagogique(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Delete_Activite_From_Pole_pedagogique payload = ",payload) + status, retval = pole_activite_pedagogique.Delete_Activite_From_Pole_pedagogique(payload) + return jsonify(status=status, message=retval) + + + + + if __name__ == '__main__': print(" debut api") @@ -15823,6 +16157,7 @@ if __name__ == '__main__': mycommon.myprint("++ FLASK PORT " + str(MYSY_GV.MYSY_PORT_XCELIA_DEM) + " ++") mycommon.myprint("++ LMS_BAS_URL " + str(MYSY_GV.LMS_BAS_URL) + " ++") + """ scheduler = BackgroundScheduler() scheduler.start() @@ -15840,7 +16175,7 @@ if __name__ == '__main__': # WARNING IMPORTANT WARNING : Shut down the scheduler when exiting the app atexit.register(lambda: scheduler.shutdown()) - + """ app.run(host='localhost', port=MYSY_GV.MYSY_PORT_XCELIA_DEM, debug=True, threaded=True) diff --git a/metier_formation_mgt.py b/metier_formation_mgt.py index 6faa1e6..b10900a 100644 --- a/metier_formation_mgt.py +++ b/metier_formation_mgt.py @@ -124,7 +124,7 @@ def Add_class_metier(diction): new_data['valide'] = "1" new_data['locked'] = "0" - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['partner_owner_recid'] = str(my_partner['recid']) @@ -208,7 +208,7 @@ def Update_class_metier(diction): del diction['_id'] - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) data_cle = {} diff --git a/model_planning_sequence_mgt.py b/model_planning_sequence_mgt.py index 649525f..dbc3cad 100644 --- a/model_planning_sequence_mgt.py +++ b/model_planning_sequence_mgt.py @@ -100,7 +100,7 @@ def Add_Sequence_Planning_Model(diction): new_data['valide'] = "1" new_data['locked'] = "0" new_data['date_create'] = str(datetime.now()) - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['partner_owner_recid'] = str(my_partner['recid']) if( "token" in new_data.keys() ): @@ -131,7 +131,7 @@ def Add_Sequence_Planning_Model(diction): user['planning_model_header_id'] = str(planning_model_header_inserted_id) user['valide'] = "1" user['locked'] = "0" - user['date_update'] = str(datetime.now()) + user['update_date'] = str(datetime.now()) user['update_by'] = str(my_partner['_id']) user['partner_owner_recid'] = str(my_partner['recid']) planning_model_line_inserted_id = MYSY_GV.dbname['planning_model_line'].insert_one(user).inserted_id @@ -781,7 +781,7 @@ def Apply_Planning_Model_To_Session(diction): local_node['locked'] = "0" local_node['partner_owner_recid'] = str(my_partner['recid']) local_node['update_by'] = str(my_partner['_id']) - local_node['date_update'] = str(datetime.now()) + local_node['update_date'] = str(datetime.now()) local_node['grp_apprenant_id'] = "" diff --git a/module_editique.py b/module_editique.py index 61054ff..41f464f 100644 --- a/module_editique.py +++ b/module_editique.py @@ -859,9 +859,9 @@ def Get_Editable_History_Document_By_Partner_By_Collection(diction): if ('courrier_template_tracking_id' in New_retVal.keys()): user['courrier_template_tracking_id'] = str(New_retVal['courrier_template_tracking_id']) - user['date_update'] = "" + user['update_date'] = "" if ('date_update' in New_retVal.keys()): - user['date_update'] = str(New_retVal['date_update']) + user['update_date'] = str(New_retVal['update_date']) user['update_by'] = "" if ('update_by' in New_retVal.keys()): @@ -998,7 +998,7 @@ def Init_And_Update_courrier_template_tracking(diction): """ # Mise à jour du courrier_template pour mettre 'tracked':'1' update_data = {} - update_data['date_update'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") + update_data['update_date'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") update_data['update_by'] = str(my_partner['_id']) update_data['tracked'] = "1" @@ -1066,7 +1066,7 @@ def Init_And_Update_courrier_template_tracking_With_Partner_Data(my_partner): """ # Mise à jour du courrier_template pour mettre 'tracked':'1' update_data = {} - update_data['date_update'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") + update_data['update_date'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") update_data['update_by'] = str(my_partner['_id']) update_data['tracked'] = "1" @@ -1132,7 +1132,7 @@ def Editic_Log_History_Action(my_partner, courrier_template_data, related_collec history_data_to_log['related_collection_recid'] = related_collection_recid history_data_to_log['courrier_template_tracking_id'] = courrier_template_tracking_id history_data_to_log['courrier_template_id'] = str(courrier_template_id) - history_data_to_log['date_update'] = str(datetime.now()) + history_data_to_log['update_date'] = str(datetime.now()) history_data_to_log['update_by'] = str(my_partner['_id']) history_data_to_log['valide'] = "1" history_data_to_log['locked'] = "0" @@ -1210,7 +1210,7 @@ def Editic_Log_History_Action_From_courrier_template_type_document_ref_interne(m history_data_to_log['courrier_template_tracking_id'] = courrier_template_tracking_id history_data_to_log['courrier_template_id'] = str(courrier_template_id) history_data_to_log['comment'] = str(commentaire) - history_data_to_log['date_update'] = str(datetime.now()) + history_data_to_log['update_date'] = str(datetime.now()) history_data_to_log['update_by'] = str(my_partner['_id']) history_data_to_log['valide'] = "1" history_data_to_log['locked'] = "0" @@ -1262,7 +1262,7 @@ def Account_Migration_to_delete(diction): new_data = val_tmp del new_data['_id'] new_data['config_value'] = "" - new_data['date_update'] = "" + new_data['update_date'] = "" new_data['partner_owner_recid'] = str(val['recid']) key_data = {} diff --git a/note_evaluation_mgt.py b/note_evaluation_mgt.py index eddeb46..62e844d 100644 --- a/note_evaluation_mgt.py +++ b/note_evaluation_mgt.py @@ -426,7 +426,7 @@ def Update_Evaluation_Planification(diction): new_data['valide'] = "1" new_data['locked'] = "0" - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['partner_owner_recid'] = str(my_partner['recid']) @@ -1197,7 +1197,7 @@ def Record_Participant_To_Evaluation(diction): new_data['valide'] = "1" new_data['locked'] = "0" new_data['partner_owner_recid'] = str(my_partner['recid']) - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) ret_val = MYSY_GV.dbname['note_evaluation_participant'].find_one_and_update( @@ -1224,7 +1224,7 @@ def Record_Participant_To_Evaluation(diction): new_data['note'] = "" new_data['valide'] = "1" new_data['locked'] = "0" - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['partner_owner_recid'] = str(my_partner['recid']) @@ -2085,7 +2085,7 @@ def Update_Participant_Evaluation_Note(diction): new_data['valide'] = "1" new_data['locked'] = "0" - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['partner_owner_recid'] = str(my_partner['recid']) @@ -2194,7 +2194,7 @@ def Publish_Unpublish_Participant_Evaluation_Note(diction): is_warning = "" new_data = {} - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['publish'] = str(diction['publish_status']) diff --git a/notes_apprenant_mgt.py b/notes_apprenant_mgt.py index c59bf8a..acca1b3 100644 --- a/notes_apprenant_mgt.py +++ b/notes_apprenant_mgt.py @@ -109,7 +109,7 @@ def Add_Evaluation_Type(diction): new_data['valide'] = "1" new_data['locked'] = "0" - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['partner_owner_recid'] = str(my_partner['recid']) @@ -193,7 +193,7 @@ def Update_Evaluation_Type(diction): del diction['_id'] - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) data_cle = {} @@ -531,7 +531,7 @@ def Add_Class_UE_Evaluation(diction): new_data['valide'] = "1" new_data['locked'] = "0" - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['partner_owner_recid'] = str(my_partner['recid']) @@ -618,7 +618,7 @@ def Update_Class_UE_Evaluation(diction): new_data['valide'] = "1" new_data['locked'] = "0" - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['partner_owner_recid'] = str(my_partner['recid']) diff --git a/paiement_condition.py b/paiement_condition.py index 9ec027c..f9bd205 100644 --- a/paiement_condition.py +++ b/paiement_condition.py @@ -119,7 +119,7 @@ def Add_Paiement_Condition(diction): new_data['valide'] = "1" new_data['locked'] = "0" - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['partner_owner_recid'] = str(my_partner['recid']) @@ -225,7 +225,7 @@ def Update_Paiement_Condition(diction): del diction['_id'] - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) data_cle = {} diff --git a/partner_base_setup.py b/partner_base_setup.py index a391e6f..8eb7cf2 100644 --- a/partner_base_setup.py +++ b/partner_base_setup.py @@ -119,7 +119,7 @@ def Add_Update_Partner_Basic_Setup(diction): my_data['related_collection'] = str(diction['related_collection']) my_data['valide'] = "1" my_data['locked'] = "0" - my_data['date_update'] = str(datetime.now()) + my_data['update_date'] = str(datetime.now()) if( 'config_id' in diction.keys() and diction['config_id']): config_id_count = MYSY_GV.dbname['base_partner_setup'].count_documents({'_id':ObjectId(str(diction['config_id'])), diff --git a/partner_client.py b/partner_client.py index 38722f9..23ce924 100644 --- a/partner_client.py +++ b/partner_client.py @@ -487,7 +487,7 @@ def Add_Partner_Client(diction): data['valide'] = '1' data['locked'] = '0' - data['date_update'] = str(datetime.now()) + data['update_date'] = str(datetime.now()) data['update_by'] = str(my_partner['_id']) # Creation du RecId @@ -988,7 +988,7 @@ def Add_Partner_Prospect(diction): data['valide'] = '1' data['locked'] = '0' - data['date_update'] = str(datetime.now()) + data['update_date'] = str(datetime.now()) data['update_by'] = str(my_partner['_id']) # Creation du RecId @@ -1480,7 +1480,7 @@ def Update_Partner_Client(diction): data_update['valide'] = '1' data_update['locked'] = '0' - data_update['date_update'] = str(datetime.now()) + data_update['update_date'] = str(datetime.now()) data_update['update_by'] = str(my_partner['_id']) """ @@ -3096,7 +3096,7 @@ def Add_Client_Type(diction): new_data = diction del new_data['token'] - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['partner_owner_recid'] = str(my_partner['recid']) new_data['update_by'] = str(my_partner['_id']) new_data['valide'] = "1" @@ -3202,7 +3202,7 @@ def Update_Client_Type(diction): del new_data['token'] del new_data['_id'] - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) update = MYSY_GV.dbname['partner_client_type'].update_one({'_id': ObjectId(str(local_id)), @@ -3615,7 +3615,7 @@ def Create_Partner_Client_Intranet_Account(diction): new_client_data = {} new_client_data['intranet_account_id'] = str(inserted_id) - new_client_data['date_update'] = str(now) + new_client_data['update_date'] = str(now) new_client_data['update_by'] = str(my_partner['_id']) ret_val = MYSY_GV.dbname['partner_client'].find_one_and_update( @@ -3848,7 +3848,7 @@ def Update_Pwd_Partner_Client_Intranet_Account(diction): now = str(datetime.now()) new_data = {} - new_data['date_update'] = now + new_data['update_date'] = now new_data['update_by'] = str(my_partner['_id']) new_data['pwd'] = str(client_pwd) @@ -3954,7 +3954,7 @@ def Disable_Partner_Client_Intranet_Account(diction): now = str(datetime.now()) new_data = {} - new_data['date_update'] = now + new_data['update_date'] = now new_data['update_by'] = str(my_partner['_id']) new_data['active'] = "0" @@ -4058,7 +4058,7 @@ def Enable_Partner_Client_Intranet_Account(diction): now = str(datetime.now()) new_data = {} - new_data['date_update'] = now + new_data['update_date'] = now new_data['update_by'] = str(my_partner['_id']) new_data['active'] = "1" @@ -4132,7 +4132,7 @@ def archive_partner_client(diction): if (local_status is not True): return local_status, my_partner - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['update_by'] = str(my_partner['_id']) mydata['archive'] = '1' @@ -4228,7 +4228,7 @@ def unarchive_partner_client(diction): if (local_status is not True): return local_status, my_partner - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['update_by'] = str(my_partner['_id']) mydata['archive'] = '0' diff --git a/partner_document_mgt.py b/partner_document_mgt.py index 037767c..28da4b1 100644 --- a/partner_document_mgt.py +++ b/partner_document_mgt.py @@ -289,7 +289,7 @@ def Add_Partner_Document(diction): data['valide'] = '1' data['locked'] = '0' - data['date_update'] = str(datetime.now()) + data['update_date'] = str(datetime.now()) data['update_by'] = str(my_partner['_id']) inserted_id = "" @@ -492,7 +492,7 @@ def Update_Partner_Document(diction): data_update['valide'] = '1' data_update['locked'] = '0' - data_update['date_update'] = str(datetime.now()) + data_update['update_date'] = str(datetime.now()) data_update['update_by'] = str(my_partner['_id']) """ @@ -742,7 +742,7 @@ def Update_Partner_Document_Super_Admin(diction): data_update['valide'] = '1' data_update['locked'] = '0' - data_update['date_update'] = str(datetime.now()) + data_update['update_date'] = str(datetime.now()) data_update['update_by'] = str(my_partner['_id']) """ @@ -2114,7 +2114,7 @@ def Duplicate_Given_Partner_Document(diction): new_document = is_document_data del new_document['_id'] - new_document['date_update'] = str(datetime.now()) + new_document['update_date'] = str(datetime.now()) new_document['update_by'] = str(my_partner['_id']) new_document['type_doc'] = str(diction['type_doc']) new_document['nom'] = str(diction['nom']) diff --git a/partner_invoice.py b/partner_invoice.py index 69bc209..2ebfeb1 100644 --- a/partner_invoice.py +++ b/partner_invoice.py @@ -531,7 +531,7 @@ def Invoice_Partner_Order(diction): update_data['invoiced'] = "1" update_data['invoiced_ref'] = str(new_invoice_data_header['invoice_header_ref_interne']) update_data['invoiced_date'] = new_invoice_data_header['invoice_date'] - update_data['date_update'] = str(now) + update_data['update_date'] = str(now) update_data['update_by'] = str(my_partner['_id']) @@ -1091,7 +1091,7 @@ def Invoice_Partner_Quotation(diction): update_data['invoiced'] = "1" update_data['invoiced_ref'] = str(new_invoice_data_header['invoice_header_ref_interne']) update_data['invoiced_date'] = new_invoice_data_header['invoice_date'] - update_data['date_update'] = str(now) + update_data['update_date'] = str(now) update_data['update_by'] = str(my_partner['_id']) update = MYSY_GV.dbname['inscription'].update_many({'partner_owner_recid': str(my_partner['recid']), @@ -1421,7 +1421,7 @@ def Get_Given_Partner_Invoice_Lines(diction): user['order_line_montant_hors_taxes'] = "0" - user['date_update'] = retval['date_update'] + user['update_date'] = retval['update_date'] user['update_by'] = str(my_partner['_id']) user['partner_owner_recid'] = retval['partner_owner_recid'] user['invoice_line_type'] = retval['invoice_line_type'] @@ -1606,7 +1606,7 @@ def Get_Given_Partner_Invoice_Lines(diction): else: user['order_line_montant_hors_taxes'] = "0" - user['date_update'] = retval['date_update'] + user['update_date'] = retval['update_date'] user['update_by'] = str(my_partner['_id']) user['partner_owner_recid'] = retval['partner_owner_recid'] user['invoice_line_type'] = retval['invoice_line_type'] @@ -1793,7 +1793,7 @@ def Get_Given_Partner_Invoice_Lines_From_Invoice_ref_interne(diction): else: user['order_line_montant_hors_taxes'] = "0" - user['date_update'] = retval['date_update'] + user['update_date'] = retval['update_date'] user['update_by'] = str(my_partner['_id']) user['partner_owner_recid'] = retval['partner_owner_recid'] user['invoice_line_type'] = retval['invoice_line_type'] @@ -1975,7 +1975,7 @@ def Get_Given_Partner_Invoice_Lines_From_Invoice_ref_interne(diction): else: user['order_line_montant_hors_taxes'] = "0" - user['date_update'] = retval['date_update'] + user['update_date'] = retval['update_date'] user['update_by'] = str(my_partner['_id']) user['partner_owner_recid'] = retval['partner_owner_recid'] user['invoice_line_type'] = retval['invoice_line_type'] @@ -2788,7 +2788,7 @@ def Get_Given_Line_Of_Partner_Invoice_Lines(diction): user['valide'] = retval['valide'] user['locked'] = retval['locked'] - user['date_update'] = retval['date_update'] + user['update_date'] = retval['update_date'] user['update_by'] = str(my_partner['_id']) user['partner_owner_recid'] = retval['partner_owner_recid'] @@ -2940,7 +2940,7 @@ def Get_Given_Line_Of_Partner_Invoice_Lines(diction): else: user['order_line_montant_hors_taxes'] = "0" - user['date_update'] = retval['date_update'] + user['update_date'] = retval['update_date'] user['update_by'] = str(my_partner['_id']) user['partner_owner_recid'] = retval['partner_owner_recid'] user['invoice_line_type'] = retval['invoice_line_type'] @@ -3275,7 +3275,7 @@ def GerneratePDF_Partner_Invoice(diction): else: user['order_line_montant_hors_taxes'] = "0" - user['date_update'] = retval['date_update'] + user['update_date'] = retval['update_date'] user['update_by'] = str(my_partner['_id']) user['partner_owner_recid'] = retval['partner_owner_recid'] @@ -3463,7 +3463,7 @@ def GerneratePDF_Partner_Invoice(diction): else: user['order_line_montant_hors_taxes'] = "0" - user['date_update'] = retval['date_update'] + user['update_date'] = retval['update_date'] user['update_by'] = str(my_partner['_id']) user['partner_owner_recid'] = retval['partner_owner_recid'] user['invoice_line_type'] = retval['invoice_line_type'] @@ -3832,7 +3832,7 @@ def Send_Partner_Invoice_By_Email(tab_files, Folder, diction): else: user['order_line_montant_hors_taxes'] = "0" - user['date_update'] = retval['date_update'] + user['update_date'] = retval['update_date'] user['update_by'] = str(my_partner['_id']) user['partner_owner_recid'] = retval['partner_owner_recid'] @@ -4016,7 +4016,7 @@ def Send_Partner_Invoice_By_Email(tab_files, Folder, diction): else: user['order_line_montant_hors_taxes'] = "0" - user['date_update'] = retval['date_update'] + user['update_date'] = retval['update_date'] user['update_by'] = str(my_partner['_id']) user['partner_owner_recid'] = retval['partner_owner_recid'] user['invoice_line_type'] = retval['invoice_line_type'] @@ -4687,7 +4687,7 @@ def Compute_Invoice_Order_Data(diction): header_computed_data['order_header_tax_amount'] = str(round(line_sum_invoice_line_tax_amount, 3)) header_computed_data['total_header_toutes_taxes'] = str(round(global_order_amount_ttc, 3)) - header_computed_data['date_update'] = str(datetime.now()) + header_computed_data['update_date'] = str(datetime.now()) header_computed_data['update_by'] = str(my_partner['recid']) @@ -4776,7 +4776,7 @@ def Add_Update_Invoice_Annotation(diction): return False, " L'identifiant de la facture est invalide ", update_data = {} - update_data['date_update'] = str(datetime.now()) + update_data['update_date'] = str(datetime.now()) update_data['update_by'] = str(my_partner['_id']) update_data['partner_owner_recid'] = str(my_partner['recid']) @@ -4943,7 +4943,7 @@ def Create_Invoice_Avoir_Total(diction): local_credit_note['invoice_header_ref_interne'] = credit_notes_reference local_credit_note['invoice_header_type'] = "avoir" local_credit_note['invoice_date'] = invoice_date_time - local_credit_note['date_update'] = str(datetime.now()) + local_credit_note['update_date'] = str(datetime.now()) local_credit_note['update_by'] = str(my_partner['_id']) local_credit_note['partner_owner_recid'] = str(my_partner['recid']) @@ -5021,7 +5021,7 @@ def Create_Invoice_Avoir_Total(diction): local_credit_note_line['invoice_line_type'] = "avoir" local_credit_note_line['invoice_date'] = invoice_date_time - local_credit_note_line['date_update'] = str(datetime.now()) + local_credit_note_line['update_date'] = str(datetime.now()) local_credit_note_line['update_by'] = str(my_partner['_id']) local_credit_note_line['partner_owner_recid'] = str(my_partner['recid']) @@ -5059,7 +5059,7 @@ def Create_Invoice_Avoir_Total(diction): local_credit_note_line_detail['invoice_line_type'] = "avoir" local_credit_note_line_detail['invoice_date'] = invoice_date_time - local_credit_note_line_detail['date_update'] = str(datetime.now()) + local_credit_note_line_detail['update_date'] = str(datetime.now()) local_credit_note_line_detail['update_by'] = str(my_partner['_id']) local_credit_note_line_detail['partner_owner_recid'] = str(my_partner['recid']) diff --git a/partner_order.py b/partner_order.py index 81f31b3..b63ed40 100644 --- a/partner_order.py +++ b/partner_order.py @@ -530,7 +530,7 @@ def Add_Partner_Order(diction): data['valide'] = '1' data['locked'] = '0' - data['date_update'] = str(datetime.now()) + data['update_date'] = str(datetime.now()) print(" ### add_partner_order data = ", data) @@ -566,7 +566,7 @@ def Add_Partner_Order(diction): order_line['order_header_ref_interne'] = str(data['order_header_ref_interne']) order_line['valide'] = '1' order_line['locked'] = '0' - order_line['date_update'] = str(datetime.now()) + order_line['update_date'] = str(datetime.now()) order_line['partner_owner_recid'] = my_partner['recid'] order_line['order_line_type'] = "commande" order_line['order_line_status'] = data['order_header_status'] @@ -1088,7 +1088,7 @@ def Add_Partner_Quotation(diction): data['valide'] = '1' data['locked'] = '0' - data['date_update'] = str(datetime.now()) + data['update_date'] = str(datetime.now()) data['is_validated'] = '0' data['update_by'] = str(my_partner['recid']) @@ -1125,7 +1125,7 @@ def Add_Partner_Quotation(diction): order_line['order_header_ref_interne'] = str(data['order_header_ref_interne']) order_line['valide'] = '1' order_line['locked'] = '0' - order_line['date_update'] = str(datetime.now()) + order_line['update_date'] = str(datetime.now()) order_line['partner_owner_recid'] = my_partner['recid'] order_line['order_line_type'] = "devis" order_line['order_line_status'] = data['order_header_status'] @@ -1594,7 +1594,7 @@ def Update_Partner_Order_Header(diction): ### 1 - Mise à jour de l'entete - data['date_update'] = str(datetime.now()) + data['update_date'] = str(datetime.now()) data['update_by'] = str(my_partner['_id']) print(" ### Update_partner_order data = ", data) @@ -1633,7 +1633,7 @@ def Update_Partner_Order_Header(diction): }, { "$set": {"order_line_status": str(order_header_status), "order_line_type": str(my_order_data_previous_information['order_header_type']), - 'date_update':str(data['date_update'])} + 'date_update':str(data['update_date'])} }) """print("raw:", inserted_data_line.raw_result) print("acknowledged:", inserted_data_line.acknowledged) @@ -1646,7 +1646,7 @@ def Update_Partner_Order_Header(diction): }, { "$set": {"order_line_status": str(order_header_status), "order_line_type": str(my_order_data_previous_information['order_header_type']), - 'date_update': str(data['date_update'])} + 'date_update': str(data['update_date'])} }) """print("raw:", inserted_data_line.raw_result) print("acknowledged:", inserted_data_line.acknowledged) @@ -2111,7 +2111,7 @@ def Update_Partner_Quotation_Header(diction): ### 1 - Mise à jour de l'entete - data['date_update'] = str(datetime.now()) + data['update_date'] = str(datetime.now()) data['update_by'] = str(my_partner['_id']) print(" ### Update_partner_order data = ", data) @@ -2152,7 +2152,7 @@ def Update_Partner_Quotation_Header(diction): }, { "$set": {"order_line_status": str(order_header_status), "order_line_type": str(my_order_data_previous_information['order_header_type']), - 'date_update': str(data['date_update'])} + 'date_update': str(data['update_date'])} }) """print("raw:", inserted_data_line.raw_result) print("acknowledged:", inserted_data_line.acknowledged) @@ -2166,7 +2166,7 @@ def Update_Partner_Quotation_Header(diction): }, { "$set": {"order_line_status": str(order_header_status), "order_line_type": str(my_order_data_previous_information['order_header_type']), - 'date_update': str(data['date_update'])} + 'date_update': str(data['update_date'])} }) """print("raw:", inserted_data_line.raw_result) print("acknowledged:", inserted_data_line.acknowledged) @@ -2292,7 +2292,7 @@ def Closure_Partner_Quotation_Header(diction): ### 1 - Mise à jour de l'entete data['order_header_status'] = str(diction['order_header_status']) data['closure_reason'] = str(diction['closure_reason']) - data['date_update'] = str(datetime.now()) + data['update_date'] = str(datetime.now()) data['update_by'] = str(my_partner['_id']) print(" ### Update_partner_order data = ", data) @@ -2335,7 +2335,7 @@ def Closure_Partner_Quotation_Header(diction): }, { "$set": {"order_line_status": str(order_header_status), "order_line_type": str(my_order_data_previous_information['order_header_type']), - 'date_update': str(data['date_update'])} + 'date_update': str(data['update_date'])} }) """print("raw:", inserted_data_line.raw_result) print("acknowledged:", inserted_data_line.acknowledged) @@ -2349,7 +2349,7 @@ def Closure_Partner_Quotation_Header(diction): }, { "$set": {"order_line_status": str(order_header_status), "order_line_type": str(my_order_data_previous_information['order_header_type']), - 'date_update': str(data['date_update'])} + 'date_update': str(data['update_date'])} }) """print("raw:", inserted_data_line.raw_result) print("acknowledged:", inserted_data_line.acknowledged) @@ -2667,7 +2667,7 @@ def Add_Update_Partner_Order_Line(diction): str(inspect.stack()[0][3]) + " - La ligne à mettre à jour est invalide") return False, "La ligne à mettre à jour est invalide", - data['date_update'] = str(datetime.now()) + data['update_date'] = str(datetime.now()) data['update_by'] = str(my_partner['_id']) inserted_data = MYSY_GV.dbname['partner_order_line'].find_one_and_update( @@ -2689,7 +2689,7 @@ def Add_Update_Partner_Order_Line(diction): """ local_update_data = {} - local_update_data['date_update'] = str(datetime.now()) + local_update_data['update_date'] = str(datetime.now()) local_update_data['update_by'] = str(my_partner['_id']) local_update_data['order_header_status'] = "0" @@ -2702,7 +2702,7 @@ def Add_Update_Partner_Order_Line(diction): ) local_update_data = {} - local_update_data['date_update'] = str(datetime.now()) + local_update_data['update_date'] = str(datetime.now()) local_update_data['update_by'] = str(my_partner['_id']) local_update_data['order_line_status'] = "0" @@ -2718,7 +2718,7 @@ def Add_Update_Partner_Order_Line(diction): # Il s'agit d'une creation d'une nouvelle ligne data['valide'] = '1' data['locked'] = '0' - data['date_update'] = str(datetime.now()) + data['update_date'] = str(datetime.now()) data['partner_owner_recid'] = my_partner['recid'] data['update_by'] = str(my_partner['_id']) @@ -2737,7 +2737,7 @@ def Add_Update_Partner_Order_Line(diction): local_update_data = {} - local_update_data['date_update'] = str(datetime.now()) + local_update_data['update_date'] = str(datetime.now()) local_update_data['update_by'] = str(my_partner['_id']) local_update_data['order_header_status'] = "0" @@ -2750,7 +2750,7 @@ def Add_Update_Partner_Order_Line(diction): ) local_update_data = {} - local_update_data['date_update'] = str(datetime.now()) + local_update_data['update_date'] = str(datetime.now()) local_update_data['update_by'] = str(my_partner['_id']) local_update_data['order_line_status'] = "0" @@ -2909,7 +2909,7 @@ def Confirm_Partner_Order_Header_And_Lines(diction): ### 1 - Mise à jour de l'entete # Recuperation des champs data = {} - data['date_update'] = str(datetime.now()) + data['update_date'] = str(datetime.now()) data['order_header_status'] = "1" data['update_by'] = str(my_partner['_id']) @@ -2946,7 +2946,7 @@ def Confirm_Partner_Order_Header_And_Lines(diction): }, { "$set": {"order_line_status": "1", - 'date_update': str(data['date_update'])} + 'date_update': str(data['update_date'])} }) """print("raw:", inserted_data_line.raw_result) print("acknowledged:", inserted_data_line.acknowledged) @@ -3069,7 +3069,7 @@ def Annule_Partner_Order_Header_And_Lines(diction): ### 1 - Mise à jour de l'entete # Recuperation des champs data = {} - data['date_update'] = str(datetime.now()) + data['update_date'] = str(datetime.now()) data['order_header_status'] = "-1" print(" ### Update_partner_order data = ", data) @@ -3105,7 +3105,7 @@ def Annule_Partner_Order_Header_And_Lines(diction): }, { "$set": {"order_line_status": "-1", - 'date_update': str(data['date_update'])} + 'date_update': str(data['update_date'])} }) """print("raw:", inserted_data_line.raw_result) print("acknowledged:", inserted_data_line.acknowledged) @@ -3832,7 +3832,7 @@ def Get_Given_Partner_Order_Lines(diction): user['order_line_taux_taxe'] = "20" - user['date_update'] = retval['date_update'] + user['update_date'] = retval['update_date'] user['partner_owner_recid'] = retval['partner_owner_recid'] user['order_line_type'] = retval['order_line_type'] user['order_line_status'] = retval['order_line_status'] @@ -4003,7 +4003,7 @@ def Get_Given_Partner_Order_Lines(diction): else: user['order_line_montant_hors_taxes'] = "0" - user['date_update'] = retval['date_update'] + user['update_date'] = retval['update_date'] user['partner_owner_recid'] = retval['partner_owner_recid'] user['order_line_type'] = retval['order_line_type'] user['order_line_status'] = retval['order_line_status'] @@ -4184,7 +4184,7 @@ def Get_Given_Partner_Order_Lines_From_order_ref_interne(diction): user['order_line_montant_hors_taxes'] = "0" - user['date_update'] = retval['date_update'] + user['update_date'] = retval['update_date'] user['partner_owner_recid'] = retval['partner_owner_recid'] user['order_line_type'] = retval['order_line_type'] user['order_line_status'] = retval['order_line_status'] @@ -4349,7 +4349,7 @@ def Get_Given_Partner_Order_Lines_From_order_ref_interne(diction): else: user['order_line_montant_hors_taxes'] = "0" - user['date_update'] = retval['date_update'] + user['update_date'] = retval['update_date'] user['partner_owner_recid'] = retval['partner_owner_recid'] user['order_line_type'] = retval['order_line_type'] user['order_line_status'] = retval['order_line_status'] @@ -5070,7 +5070,7 @@ def Get_Given_Line_Of_Partner_Order_Lines(diction): user['valide'] = retval['valide'] user['locked'] = retval['locked'] - user['date_update'] = retval['date_update'] + user['update_date'] = retval['update_date'] user['partner_owner_recid'] = retval['partner_owner_recid'] user['order_line_type'] = retval['order_line_type'] user['order_line_status'] = retval['order_line_status'] @@ -5242,7 +5242,7 @@ def Get_Given_Line_Of_Partner_Order_Lines(diction): else: user['order_line_montant_hors_taxes'] = "0" - user['date_update'] = retval['date_update'] + user['update_date'] = retval['update_date'] user['partner_owner_recid'] = retval['partner_owner_recid'] user['order_line_type'] = retval['order_line_type'] user['order_line_status'] = retval['order_line_status'] @@ -5506,7 +5506,7 @@ def Compute_Order_Header(diction): header_computed_data['order_header_tax_amount'] = str(round(line_sum_order_line_tax_amount, 2)) header_computed_data['total_header_toutes_taxes'] = str(round(global_order_amount_ttc, 2)) - header_computed_data['date_update'] = str(datetime.now()) + header_computed_data['update_date'] = str(datetime.now()) #print(" ### header_computed_data = ", header_computed_data) @@ -5770,7 +5770,7 @@ def GerneratePDF_Partner_Order(diction): else: user['order_line_montant_hors_taxes'] = "0" - user['date_update'] = retval['date_update'] + user['update_date'] = retval['update_date'] user['partner_owner_recid'] = retval['partner_owner_recid'] user['order_line_type'] = retval['order_line_type'] user['order_line_status'] = retval['order_line_status'] @@ -5946,7 +5946,7 @@ def GerneratePDF_Partner_Order(diction): else: user['order_line_montant_hors_taxes'] = "0" - user['date_update'] = retval['date_update'] + user['update_date'] = retval['update_date'] user['partner_owner_recid'] = retval['partner_owner_recid'] user['order_line_type'] = retval['order_line_type'] user['order_line_status'] = retval['order_line_status'] @@ -6302,7 +6302,7 @@ def Gernerate_Stock_PDF_Partner_Order(diction): else: user['order_line_montant_hors_taxes'] = "0" - user['date_update'] = retval['date_update'] + user['update_date'] = retval['update_date'] user['partner_owner_recid'] = retval['partner_owner_recid'] user['order_line_type'] = retval['order_line_type'] user['order_line_status'] = retval['order_line_status'] @@ -6477,7 +6477,7 @@ def Gernerate_Stock_PDF_Partner_Order(diction): else: user['order_line_montant_hors_taxes'] = "0" - user['date_update'] = retval['date_update'] + user['update_date'] = retval['update_date'] user['partner_owner_recid'] = retval['partner_owner_recid'] user['order_line_type'] = retval['order_line_type'] user['order_line_status'] = retval['order_line_status'] @@ -6811,7 +6811,7 @@ def Send_Partner_Order_By_Email(tab_files, Folder, diction): else: user['order_line_montant_hors_taxes'] = "0" - user['date_update'] = retval['date_update'] + user['update_date'] = retval['update_date'] user['partner_owner_recid'] = retval['partner_owner_recid'] user['order_line_type'] = retval['order_line_type'] user['order_line_status'] = retval['order_line_status'] @@ -6984,7 +6984,7 @@ def Send_Partner_Order_By_Email(tab_files, Folder, diction): else: user['order_line_montant_hors_taxes'] = "0" - user['date_update'] = retval['date_update'] + user['update_date'] = retval['update_date'] user['partner_owner_recid'] = retval['partner_owner_recid'] user['order_line_type'] = retval['order_line_type'] user['order_line_status'] = retval['order_line_status'] @@ -7390,7 +7390,7 @@ def Send_Partner_Order_By_Email(tab_files, Folder, diction): Mettre à jour la commande /devis pour dire que quand le document a été envoyé """ updata_data = {} - updata_data['date_update'] = str(datetime.now()) + updata_data['update_date'] = str(datetime.now()) updata_data['update_by'] = str(my_partner['recid']) updata_data['date_envoi_quotation'] = str(datetime.now()) @@ -7614,7 +7614,7 @@ def Convert_Quotation_to_Order(diction): On met la ref de nouvelle commande dans le champs 'related_order_internal_ref' = new_created_order['order_header_ref_interne'] """ data_update = {} - data_update['date_update'] = str(datetime.now()) + data_update['update_date'] = str(datetime.now()) data_update['update_by'] = str(my_partner['_id']) data_update['order_header_status'] = "3" data_update['related_order_internal_ref'] = new_created_order['order_header_ref_interne'] @@ -7633,7 +7633,7 @@ def Convert_Quotation_to_Order(diction): ) data_update = {} - data_update['date_update'] = str(datetime.now()) + data_update['update_date'] = str(datetime.now()) data_update['update_by'] = str(my_partner['_id']) data_update['order_line_status'] = "3" data_update['related_order_internal_ref'] = new_created_order['order_header_ref_interne'] @@ -7753,7 +7753,7 @@ def Order_Ready_To_Invoice(diction): ### 1 - Mise à jour de l'entete # Recuperation des champs data = {} - data['date_update'] = str(datetime.now()) + data['update_date'] = str(datetime.now()) data['order_header_status'] = "2" print(" ### Update_partner_order data = ", data) @@ -7789,7 +7789,7 @@ def Order_Ready_To_Invoice(diction): }, { "$set": {"order_line_status": "2", - 'date_update': str(data['date_update'])} + 'date_update': str(data['update_date'])} }) """print("raw:", inserted_data_line.raw_result) @@ -8032,7 +8032,7 @@ def Insert_Quotation_To_Session(diction): """ now = str(datetime.now()) update_data = {} - update_data['date_update'] = now + update_data['update_date'] = now update_data['update_by'] = str(my_partner['_id']) update_data['date_validation'] = now update_data['date_reservation'] = now @@ -8374,7 +8374,7 @@ def Insert_Quotation_To_Session_From_Partner_Owner_Recid(diction): """ now = str(datetime.now()) update_data = {} - update_data['date_update'] = now + update_data['update_date'] = now update_data['update_by'] = "client" update_data['date_validation'] = now update_data['date_reservation'] = now @@ -8799,7 +8799,7 @@ def Send_Quotation_Remind_Level1(diction): else: user['order_line_montant_hors_taxes'] = "0" - user['date_update'] = retval['date_update'] + user['update_date'] = retval['update_date'] user['partner_owner_recid'] = retval['partner_owner_recid'] user['order_line_type'] = retval['order_line_type'] user['order_line_status'] = retval['order_line_status'] @@ -8973,7 +8973,7 @@ def Send_Quotation_Remind_Level1(diction): else: user['order_line_montant_hors_taxes'] = "0" - user['date_update'] = retval['date_update'] + user['update_date'] = retval['update_date'] user['partner_owner_recid'] = retval['partner_owner_recid'] user['order_line_type'] = retval['order_line_type'] user['order_line_status'] = retval['order_line_status'] diff --git a/partner_produit_service_mgt.py b/partner_produit_service_mgt.py index 309592d..1710e32 100644 --- a/partner_produit_service_mgt.py +++ b/partner_produit_service_mgt.py @@ -118,7 +118,7 @@ def Add_Partner_Produit_Service(diction): new_data['valide'] = "1" new_data['locked'] = "0" - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['partner_owner_recid'] = str(my_partner['recid']) @@ -210,7 +210,7 @@ def Update_Partner_Produit_Service(diction): del diction['_id'] - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) data_cle = {} diff --git a/partners.py b/partners.py index b96e04d..e727594 100644 --- a/partners.py +++ b/partners.py @@ -279,14 +279,13 @@ def update_partner_main_mail(diction): if (is_count_valide <= 0): mycommon.myprint(str(inspect.stack()[0][3]) + " - Le compte partner_account_id :" + str( partner_account_id) + " est invalide") - return False, " Le compte partner_account_id :" + str(partner_account_id) + " est invalide " + return False, " Le compte :" + str(partner_account_id) + " est invalide " if (is_count_valide > 1): mycommon.myprint(str(inspect.stack()[0][3]) + " - Le compte partner_account_id :" + str( partner_account_id) + " correspond à plusieurs utilisateurs (" + str(is_count_valide) + ")") - return False, " Le compte partner_account_id :" + str( - partner_account_id) + " correspond à plusieurs utilisateurs " - + return False, " Le compte : " + str( + partner_account_id) + " correspond à plusieurs utilisateurs. Veuillez contacter votre administrateur pour résoudre le problème. " @@ -318,7 +317,7 @@ def update_partner_main_mail(diction): return False, " Les emails ne sont pas identiques" - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) coll_name = MYSY_GV.dbname['partnair_account'] @@ -333,16 +332,16 @@ def update_partner_main_mail(diction): if (ret_val and ret_val['_id']): mycommon.myprint(str(inspect.stack()[0][3]) + "L'adresse mail du partenaire a bien ete mis à jour =" + str(ret_val['_id'])) - return True, "L'adresse mail du partenaire a bien ete mis à jour" + return True, "Adresse e-mail du compte mise à jour avec succès." else: mycommon.myprint(str(inspect.stack()[0][3]) + " - Impossible de mettre à jour l'adresse mail du partenaire recid= : " +str(partner_recid) ) - return False, " Impossible de mettre à jour l'adresse mail du partenaire" + return False, " Impossible de mettre à jour l'adresse mail du compte" except Exception as e: exc_type, exc_obj, exc_tb = sys.exc_info() mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - ERRORRRR AT Line : " + str(exc_tb.tb_lineno)) - return False, "Impossible de mettre à jour l'adresse mail du partenaire" + return False, "Impossible de mettre à jour l'adresse mail du compte" @@ -424,7 +423,7 @@ def update_partner_pwd(diction): return False, " Les mots de passe ne sont pas identiques " - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) #print(" ### QRY for update_partner_pwd ", {'_id':ObjectId(str(my_partner['_id'])), 'locked': '0', 'active': '1', 'pwd':mypwd}) @@ -446,7 +445,7 @@ def update_partner_pwd(diction): else: mycommon.myprint(str(inspect.stack()[0][3]) + " - Impossible de mettre à jour le mot de passe du partenaire recid= : " +str(partner_recid) ) - return False, " Impossible de mettre à jour le mot de passe. Vérifiez les informations saisies" + return False, " Le mot de passe n’a pas pu être mis à jour. Merci de vérifier les informations renseignées et de réessayer.s" """ pres la modification du mot de passe dans Mysy, il faut voir si le partenaire @@ -475,12 +474,12 @@ def update_partner_pwd(diction): 3]) + " - La mise à jour du mot de passe dans le LMS a été faite également ") - return True, " Le mot de passe a bien été changé" + return True, " Mot de passe mis à jour avec succès." except Exception as e: exc_type, exc_obj, exc_tb = sys.exc_info() mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - ERRORRRR AT Line : " + str(exc_tb.tb_lineno)) - return False, "Impossible de mettre à jour le mot de passe du partenaire" + return False, "Le mot de passe n’a pas pu être mis à jour. Merci de vérifier les informations renseignées et de réessayer." @@ -580,7 +579,7 @@ def update_partner_insert_key(diction): return False, "La nouvelle clé et la confirmation ne sont pas identiques" - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) #print(mydata) @@ -802,7 +801,7 @@ def update_partner_account(file_logo=None, file_cachet=None, Folder=None, dictio if ("invoice_telephone" in diction.keys()): mydata['invoice_telephone'] = diction['invoice_telephone'] - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) #print(str(datetime.now()) + " webservice : diction = " + str(mydata)) @@ -1037,7 +1036,7 @@ def valide_partnair_account(value): new_data = val_tmp del new_data['_id'] new_data['config_value'] = "" - new_data['date_update'] = "" + new_data['update_date'] = "" new_data['partner_owner_recid'] = str(ret_val['recid']) key_data = {} @@ -1161,6 +1160,31 @@ def get_partner_account(diction): user = retVal + """ + On va aller recuperer le nombre de compte utilisateur (partner_account), de formations , de session, d'inscrit + """ + nb_count_partner = MYSY_GV.dbname['partnair_account'].count_documents( + {'partner_owner_recid': str(retVal['recid'])}) + nb_count_user = MYSY_GV.dbname['user_account'].count_documents( + {'partner_owner_recid': str(retVal['recid'])}) + + nb_count_class = MYSY_GV.dbname['myclass'].count_documents( + {'partner_owner_recid': str(retVal['recid'])}) + + nb_count_session = MYSY_GV.dbname['session_formation'].count_documents( + {'partner_owner_recid': str(retVal['recid']), }) + + nb_count_inscrit = MYSY_GV.dbname['inscription'].count_documents( + {'partner_owner_recid': str(retVal['recid']), + 'status': {'$ne': '-1'}}) + + user['nb_partner_account'] = str(nb_count_partner) + user['nb_user_account'] = str(nb_count_user) + + user['nb_class'] = str(nb_count_class) + user['nb_session'] = str(nb_count_session) + user['nb_inscrit'] = str(nb_count_inscrit) + lms_virtualhost_url = "" if( "lms_virtualhost_url" in retVal.keys() ): lms_virtualhost_url = retVal['lms_virtualhost_url'] @@ -1232,6 +1256,12 @@ def get_partner_account(diction): user['document_super_admin'] = document_super_admin + plateforme_super_admin = "0" + if (plateforme_super_admin and "plateforme_super_admin" in admin_partnair_account.keys()): + plateforme_super_admin = str(admin_partnair_account['plateforme_super_admin']) + + user['plateforme_super_admin'] = plateforme_super_admin + RetObject.append(JSONEncoder().encode(user)) @@ -1448,7 +1478,7 @@ def partner_login(diction): tokenfield['partner_account_id'] = str(my_partner['_id']) tokenfield['email'] = email tokenfield['recid'] = partner_recid - tokenfield['date_update'] = str(datetime.now()) + tokenfield['update_date'] = str(datetime.now()) tokenfield['valide'] = '1' tokenfield['locked'] = '0' tokenfield['start_date'] = str(datetime.now()) @@ -1481,7 +1511,7 @@ def partner_login(diction): mydata['valide'] = "1" - mydata['date_update'] = now + mydata['update_date'] = now partner_key_secrete_key = "" @@ -1781,7 +1811,7 @@ def Lock_partner_account(diction): return False, " L'identifiant du compte est invalide " new_data = {} - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['locked'] = "1" new_data['active'] = "0" @@ -1846,7 +1876,7 @@ def UnLock_partner_account(diction): return False, " L'identifiant du compte est invalide " new_data = {} - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['locked'] = "0" new_data['active'] = "1" @@ -2011,3 +2041,745 @@ def Update_Context_Partner_Account(diction): return False, "Impossible de mettre à jour le contexte de connexion " +""" +Récuperer la liste des partenaires de la plateforme avec des filtres + +""" +def Get_List_Plateforme_Partnaire_With_Filter(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptés + """ + field_list = ['token', 'email', 'nom', '_id', + 'locked', 'active'] + + 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 la liste des arguments ") + 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_plateforme_super_admin = "0" + if( "plateforme_super_admin" in my_partner.keys()): + is_plateforme_super_admin = my_partner['plateforme_super_admin'] + + if( is_plateforme_super_admin != "1"): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " Vous ne disposez pas des droits nécessaires pour accéder à cette fonctionnalité. ") + return False, " Vous ne disposez pas des droits nécessaires pour accéder à cette fonctionnalité. ", + + filt_nom = {} + if ("nom" in diction.keys()): + filt_nom = {'nom': {'$regex': str(diction['nom']), "$options": "i"}} + + filt_email = {} + if ("nom" in diction.keys()): + filt_email = {'email': {'$regex': str(diction['email']), "$options": "i"}} + + filt_id = {} + if ("_id" in diction.keys()): + filt_id = {'_id': ObjectId(str(diction['_id']))} + + filt_locked = {} + if ("locked" in diction.keys()): + filt_locked = {'locked': str(diction['locked'])} + + filt_active = {} + if ("active" in diction.keys()): + filt_active = {'active': str(diction['active'])} + + + RetObject = [] + val_tmp = 0 + + find_qry = { + '$and': [filt_nom, + filt_email, filt_id, filt_locked, filt_active, {'is_partner_admin_account':'1'}]} + + print("### Get_List_Partnaire_With_Filter find_qry = ", find_qry) + + exported_fields = {'nom':1, 'email':1, 'telephone':1, 'invoice_nom':1, 'invoice_email':1, 'invoice_telephone':1, + 'contact_nom':1, 'contact_prenom':1, 'contact_tel':1, 'contact_mail':1, 'active':1, 'locked':1, + 'lms_virtualhost_url':1, 'date_update':1, 'formation_initiale':1, 'adr_street':1, 'adr_zip':1, + 'adr_city':1, 'adr_country':1, 'invoice_adr_street':1, 'invoice_adr_zip':1, + 'invoice_adr_city':1, 'invoice_adr_country':1, 'pack_service':1, 'recid':1} + + + for retval in MYSY_GV.dbname['partnair_account'].find(find_qry, exported_fields).sort([("_id", pymongo.DESCENDING), ]): + user = retval + user['id'] = str(val_tmp) + + + """ + On va aller recuperer le nombre de compte utilisateur (partner_account), de formations , de session, d'inscrit + """ + nb_count_partner = MYSY_GV.dbname['partnair_account'].count_documents( + {'partner_owner_recid': str(retval['recid'])}) + + nb_count_user = MYSY_GV.dbname['user_account'].count_documents( + {'partner_owner_recid': str(retval['recid'])}) + + nb_count_class = MYSY_GV.dbname['myclass'].count_documents( + {'partner_owner_recid': str(retval['recid'])}) + + nb_count_session = MYSY_GV.dbname['session_formation'].count_documents( + {'partner_owner_recid': str(retval['recid'])}) + + nb_count_inscrit = MYSY_GV.dbname['inscription'].count_documents( + {'partner_owner_recid': str(retval['recid'])}) + + user['nb_partner_account'] = str(nb_count_partner) + user['nb_user_account'] = str(nb_count_user) + + user['nb_class'] = str(nb_count_class) + user['nb_session'] = str(nb_count_session) + user['nb_inscrit'] = str(nb_count_inscrit) + + formation_initiale = "0" + formation_initiale_code = "" + if ("formation_initiale" in user.keys()): + if (user['formation_initiale'] == "1"): + formation_initiale_code = "F. Initiale" + formation_initiale = user['formation_initiale'] + else: + formation_initiale_code = "F. Continue" + + user['formation_initiale'] = formation_initiale + user['formation_initiale_code'] = formation_initiale_code + 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 partenaires " + + +""" +Cette fonction permet de recuperer la liste des connexions liée à un partenaire +(que soit lui ou des utilisateur de partenaire)""" +def Get_Given_Plateforme_Partnaire_Connexion_Login_With_Filter(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptés + """ + field_list = ['token', 'email', ] + + 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 la liste des arguments ") + 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_plateforme_super_admin = "0" + if( "plateforme_super_admin" in my_partner.keys()): + is_plateforme_super_admin = my_partner['plateforme_super_admin'] + + if( is_plateforme_super_admin != "1"): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " Vous ne disposez pas des droits nécessaires pour accéder à cette fonctionnalité. ") + return False, " Vous ne disposez pas des droits nécessaires pour accéder à cette fonctionnalité. ", + + + filt_email = {} + if ("nom" in diction.keys()): + filt_email = {'email': {'$regex': str(diction['email']), "$options": "i"}} + + + RetObject = [] + val_tmp = 0 + + find_qry = { + '$and': [filt_email, ]} + + print("### Get_List_Partnaire_With_Filter find_qry = ", find_qry) + + exported_fields = {'token':0, 'partner_account_id':0} + + + for retval in MYSY_GV.dbname['partnair_account'].find(find_qry, exported_fields).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 connexions " + + +""" +Recuperer les données d'un partenaire à partir de son ID +""" + +def get_partner_account_from_id(diction): + try: + # Dictionnaire des champs utilisables + field_list = ['token', '_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, requete annulée") + return False, " Impossible de récupérer les informations" + + ''' + 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 = ['token', '_id'] + 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 la liste des arguments ") + return False, " Impossible de récupérer les informations" + + 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_plateforme_super_admin = "0" + if ("plateforme_super_admin" in my_partner.keys()): + is_plateforme_super_admin = my_partner['plateforme_super_admin'] + + if (is_plateforme_super_admin != "1"): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " Vous ne disposez pas des droits nécessaires pour accéder à cette fonctionnalité. ") + return False, " Vous ne disposez pas des droits nécessaires pour accéder à cette fonctionnalité. ", + + + # recuperation des paramettre + email_value = "" + + token_value = "" + if diction['token']: + token_value = diction['token'] + + coll_name = MYSY_GV.dbname['partnair_account'] + + # Verification de la validité du token/mail dans le cas des user en mode connecté + retval = mycommon.check_partner_token_validity(email_value, token_value) + + + + coll_token = MYSY_GV.dbname['partner_token'] + tmp = coll_token.find({'token': str(token_value), 'valide': '1'}) + partnere_recid = tmp[0]['recid'] + parnter_account_id = tmp[0]['partner_account_id'] + + # print(" #### parters RECID = "+str(partnere_recid)) + + RetObject = [] + for retVal in MYSY_GV.dbname['partnair_account'].find({'_id': ObjectId(str(diction['_id'])),}): + + user = retVal + + """ + On va aller recuperer le nombre de compte utilisateur (partner_account), de formations , de session, d'inscrit + """ + nb_count_partner = MYSY_GV.dbname['partnair_account'].count_documents({'partner_owner_recid':str(retVal['recid'])}) + nb_count_user = MYSY_GV.dbname['user_account'].count_documents( + {'partner_owner_recid': str(retVal['recid'])}) + + nb_count_class = MYSY_GV.dbname['myclass'].count_documents( + {'partner_owner_recid': str(retVal['recid'])}) + + nb_count_session = MYSY_GV.dbname['session_formation'].count_documents( + {'partner_owner_recid': str(retVal['recid']),}) + + nb_count_inscrit = MYSY_GV.dbname['inscription'].count_documents( + {'partner_owner_recid': str(retVal['recid']), + 'status':{'$ne':'-1'}}) + + user['nb_partner_account'] = str(nb_count_partner) + user['nb_user_account'] = str(nb_count_user) + + user['nb_class'] = str(nb_count_class) + user['nb_session'] = str(nb_count_session) + user['nb_inscrit'] = str(nb_count_inscrit) + + formation_initiale = "0" + formation_initiale_code = "" + if( "formation_initiale" in user.keys()): + if( user['formation_initiale'] == "1"): + formation_initiale_code = "F. Initiale" + formation_initiale = user['formation_initiale'] + else: + formation_initiale_code = "F. Continue" + + user['formation_initiale'] = formation_initiale + user['formation_initiale_code'] = formation_initiale_code + + + RetObject.append(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) + " - ERRORRRR AT Line : " + str(exc_tb.tb_lineno)) + return False, " Impossible de récupérer les informations" + +""" +Verrouiller un partenaire, ainsi que les sous comptes associés ainsi que les formations associées +""" +def Lock_PF_partner_account_And_Sub_Accound_from_id(diction): + try: + # Dictionnaire des champs utilisables + field_list = ['token', '_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, requete annulée") + return False, " Impossible de récupérer les informations" + + ''' + 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 = ['token', '_id'] + 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 la liste des arguments ") + return False, " Impossible de récupérer les informations" + + 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_plateforme_super_admin = "0" + if ("plateforme_super_admin" in my_partner.keys()): + is_plateforme_super_admin = my_partner['plateforme_super_admin'] + + if (is_plateforme_super_admin != "1"): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " Vous ne disposez pas des droits nécessaires pour accéder à cette fonctionnalité. ") + return False, " Vous ne disposez pas des droits nécessaires pour accéder à cette fonctionnalité. ", + + + + """ + Le système ne permettra pas de verrouiller un compte 'is_plateforme_super_admin'. + On va donc verifier que le compte à verrouiller n'est pas un compte 'is_plateforme_super_admin' + """ + local_pf_partner_count = MYSY_GV.dbname['partnair_account'].count_documents( + {'_id': ObjectId(diction['_id']), 'is_partner_admin_account': '1'}) + + if( local_pf_partner_count != 1): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant du compte partenaire est invalide ") + return False, " L'identifiant du compte partenaire est invalide " + + + local_pf_partner_data = MYSY_GV.dbname['partnair_account'].find_one({'_id':ObjectId(diction['_id']), 'is_partner_admin_account':'1'}) + if( "plateforme_super_admin" in local_pf_partner_data.keys() and local_pf_partner_data['plateforme_super_admin'] == "1"): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " Ce compte est un super-administrateur de la plateforme et ne peut pas être verrouillé. ") + return False, " Ce compte est un super-administrateur de la plateforme et ne peut pas être verrouillé. ", + + + new_data = {} + new_data['update_date'] = str(datetime.now()) + new_data['update_by'] = str(my_partner['_id']) + new_data['lock_raison'] = "plateforme_admin" + new_data['locked'] = "1" + new_data['locked_date'] = str(datetime.now()) + + + + updated_partnair_account = MYSY_GV.dbname['partnair_account'].update_many( + {"$or": [ { 'partner_owner_recid': local_pf_partner_data['recid'], }, + {'recid': local_pf_partner_data['recid'], }]}, + + {'$set': new_data} + ) + + if (updated_partnair_account.modified_count <= 0): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " WARNING - Aucune mise (partnair_account) à jour n'a été faite") + + """ + Verrouiller les compte utilisateurs rattachés à ce compte user_account + """ + + updated_user_account = MYSY_GV.dbname['user_account'].update_many( + {'partner_owner_recid': local_pf_partner_data['recid'], }, + {'$set': new_data} + ) + + if (updated_user_account.modified_count <= 0): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " WARNING - Aucune mise à jour (user_account) n'a été faite") + + + """ + Verrouillage des formations + """ + updated_class = MYSY_GV.dbname['myclass'].update_many( + {'partner_owner_recid': local_pf_partner_data['recid'], }, + {'$set': new_data} + ) + + if (updated_class.modified_count <= 0): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " WARNING - Aucune mise à jour (myclass) n'a été faite") + + """ + # Ajout de l'evenement dans l'historique + """ + + + now = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) + history_event_dict = {} + history_event_dict['token'] = diction['token'] + history_event_dict['related_collection'] = "partnair_account" + history_event_dict['related_collection_recid'] = str(diction['_id']) + history_event_dict['action_date'] = str(now) + history_event_dict['action_description'] = "Compte verrouillé par l’administrateur de la plateforme. " + + + local_status, local_retval = mycommon.Collection_Historique.Add_Historique_Event(history_event_dict) + if (local_status is False): + mycommon.myprint( + " WARNING : Impossible de logguer l'historique pour l'évènement : " + str(history_event_dict)) + + return True, "Tous les comptes associés à ce partenaire ont été verrouillés." + + + except Exception as e: + exc_type, exc_obj, exc_tb = sys.exc_info() + mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - ERRORRRR AT Line : " + str(exc_tb.tb_lineno)) + return False, " Impossible de verrouiller ce compte " + + +""" +Déverrouiller un partenaire, ainsi que les sous comptes associés ainsi que les formations associées +""" +def UnLock_PF_partner_account_And_Sub_Accound_from_id(diction): + try: + # Dictionnaire des champs utilisables + field_list = ['token', '_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, requete annulée") + return False, " Impossible de récupérer les informations" + + ''' + 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 = ['token', '_id'] + 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 la liste des arguments ") + return False, " Impossible de récupérer les informations" + + 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_plateforme_super_admin = "0" + if ("plateforme_super_admin" in my_partner.keys()): + is_plateforme_super_admin = my_partner['plateforme_super_admin'] + + if (is_plateforme_super_admin != "1"): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " Vous ne disposez pas des droits nécessaires pour accéder à cette fonctionnalité. ") + return False, " Vous ne disposez pas des droits nécessaires pour accéder à cette fonctionnalité. ", + + + + """ + Le système ne permettra pas de déverrouiller un compte 'is_plateforme_super_admin'. + On va donc verifier que le compte à verrouiller n'est pas un compte 'is_plateforme_super_admin' + """ + local_pf_partner_count = MYSY_GV.dbname['partnair_account'].count_documents( + {'_id': ObjectId(diction['_id']), 'is_partner_admin_account': '1'}) + + if( local_pf_partner_count != 1): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant du compte partenaire est invalide ") + return False, " L'identifiant du compte partenaire est invalide " + + + local_pf_partner_data = MYSY_GV.dbname['partnair_account'].find_one({'_id':ObjectId(diction['_id']), 'is_partner_admin_account':'1'}) + if( "plateforme_super_admin" in local_pf_partner_data.keys() and local_pf_partner_data['plateforme_super_admin'] == "1"): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " Ce compte est un super-administrateur de la plateforme et ne peut pas être verrouillé. ") + return False, " Ce compte est un super-administrateur de la plateforme et ne peut pas être verrouillé. ", + + + new_data = {} + new_data['update_date'] = str(datetime.now()) + new_data['update_by'] = str(my_partner['_id']) + new_data['lock_raison'] = "" + new_data['locked'] = "0" + new_data['locked_date'] = "" + + updated_partnair_account = MYSY_GV.dbname['partnair_account'].update_many( + {"$or": [{'partner_owner_recid': local_pf_partner_data['recid'], }, + {'recid': local_pf_partner_data['recid'], }]}, + {'$set': new_data} + ) + + if (updated_partnair_account.modified_count <= 0): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " WARNING - Aucune mise à jour (updated_partnair_account) n'a été faite") + + """ + Verrouiller les compte utilisateurs rattachés à ce compte user_account + """ + + updated_user_account = MYSY_GV.dbname['user_account'].update_many( + {'partner_owner_recid': local_pf_partner_data['recid'], 'lock_raison':'plateforme_admin'}, + {'$set': new_data} + ) + + if (updated_user_account.modified_count <= 0): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " WARNING - Aucune mise à jour (user_account) n'a été faite") + + """ + Verrouillage des formations + """ + updated_class = MYSY_GV.dbname['myclass'].update_many( + {'partner_owner_recid': local_pf_partner_data['recid'], 'lock_raison':'plateforme_admin'}, + {'$set': new_data} + ) + + if (updated_class.modified_count <= 0): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " WARNING - Aucune mise à jour (myclass) n'a été faite") + + + now = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) + history_event_dict = {} + history_event_dict['token'] = diction['token'] + history_event_dict['related_collection'] = "partnair_account" + history_event_dict['related_collection_recid'] = str(diction['_id']) + history_event_dict['action_date'] = str(now) + history_event_dict['action_description'] = "Compte déverrouillé par l’administrateur de la plateforme. " + + local_status, local_retval = mycommon.Collection_Historique.Add_Historique_Event(history_event_dict) + if (local_status is False): + mycommon.myprint( + " WARNING : Impossible de logguer l'historique pour l'évènement : " + str(history_event_dict)) + + return True, "Tous les comptes associés à ce partenaire ont été déverrouillés." + + + except Exception as e: + exc_type, exc_obj, exc_tb = sys.exc_info() + mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - ERRORRRR AT Line : " + str(exc_tb.tb_lineno)) + return False, " Impossible de verrouiller ce compte " + + +""" +Cette fonction permet de passer un compte de 'formation continue' a 'formation initiale' ou inversement + +""" +def Change_PF_partner_account_Type_Licence_from_id(diction): + try: + # Dictionnaire des champs utilisables + field_list = ['token', '_id', 'formation_initiale'] + 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, requete annulée") + return False, " Impossible de récupérer les informations" + + ''' + 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 = ['token', '_id', 'formation_initiale'] + 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 la liste des arguments ") + return False, " Impossible de récupérer les informations" + + token = "" + if ("token" in diction.keys()): + if diction['token']: + token = diction['token'] + + if( diction['formation_initiale'] not in ['0', '1']): + mycommon.myprint(str(inspect.stack()[0][ + 3]) + " Impossible de determiner l'action à réaliser ") + return False, " Impossible de determiner l'action à réaliser " + + + local_status, my_partner = mycommon.Check_Connexion_And_Return_Partner_Data(diction) + if (local_status is not True): + return local_status, my_partner + + is_plateforme_super_admin = "0" + if ("plateforme_super_admin" in my_partner.keys()): + is_plateforme_super_admin = my_partner['plateforme_super_admin'] + + if (is_plateforme_super_admin != "1"): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " Vous ne disposez pas des droits nécessaires pour accéder à cette fonctionnalité. ") + return False, " Vous ne disposez pas des droits nécessaires pour accéder à cette fonctionnalité. ", + + + + """ + Le système de changer de type de licence uniquement au niveau d'un compte "is_partner_admin_account" + """ + local_pf_partner_count = MYSY_GV.dbname['partnair_account'].count_documents( + {'_id': ObjectId(diction['_id']), 'is_partner_admin_account': '1'}) + + if( local_pf_partner_count != 1): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant du compte partenaire est invalide ") + return False, " L'identifiant du compte partenaire est invalide " + + + + new_data = {} + new_data['update_date'] = str(datetime.now()) + new_data['update_by'] = str(my_partner['_id']) + new_data['formation_initiale'] = diction['formation_initiale'] + + updated_partnair_account = MYSY_GV.dbname['partnair_account'].update_many( + {'_id': ObjectId(diction['_id']) }, + {'$set': new_data} + ) + + if (updated_partnair_account.modified_count <= 0): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " WARNING - Aucune mise (partnair_account) à jour n'a été faite") + + + """ + # Ajout de l'evenement dans l'historique + """ + now = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) + history_event_dict = {} + history_event_dict['token'] = diction['token'] + history_event_dict['related_collection'] = "partnair_account" + history_event_dict['related_collection_recid'] = str(diction['_id']) + history_event_dict['action_date'] = str(now) + history_event_dict['action_description'] = " Changement de licence : 'formation_initiale' = "+str(diction['formation_initiale'])+" " + + + local_status, local_retval = mycommon.Collection_Historique.Add_Historique_Event(history_event_dict) + if (local_status is False): + mycommon.myprint( + " WARNING : Impossible de logguer l'historique pour l'évènement : " + str(history_event_dict)) + + return True, "Tous les comptes associés à ce partenaire ont été verrouillés." + + + except Exception as e: + exc_type, exc_obj, exc_tb = sys.exc_info() + mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - ERRORRRR AT Line : " + str(exc_tb.tb_lineno)) + return False, " Impossible de changer le type de licence de ce compte " + diff --git a/pole_activite_pedagogique.py b/pole_activite_pedagogique.py new file mode 100644 index 0000000..a2cd2af --- /dev/null +++ b/pole_activite_pedagogique.py @@ -0,0 +1,751 @@ +""" +Ce document permet de gerer les pole d'activité pédagogique + +Un pole d’activité, assimilé à la notion de fonction est définit par : +- Code, +- Description, +- Commentaire, +- Liste des activités pédagogiques associées, + + + +""" +from operator import itemgetter + +import bson +import pymongo +from pymongo import MongoClient +import json +from bson import ObjectId +import re +from datetime import datetime +import prj_common as mycommon +import secrets +import inspect +import sys, os +import csv +import pandas as pd +from pymongo import ReturnDocument +import GlobalVariable as MYSY_GV +from math import isnan +import GlobalVariable as MYSY_GV +import ela_index_bdd_classes as eibdd +import email_mgt as email +import jinja2 +from flask import send_file +from xhtml2pdf import pisa +from email.message import EmailMessage +from email.mime.text import MIMEText +from email import encoders +import smtplib +from email.mime.multipart import MIMEMultipart +from email.mime.text import MIMEText +from email.mime.base import MIMEBase +from email import encoders + +""" +Fonction d'ajouter un pole d'activité pedagogique ou fonction +""" +def Add_pole_activite_pedagogique(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptés + """ + field_list = ['token', 'description', 'commentaire', 'code',] + + 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', 'code' ] + + 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 la liste des arguments ") + 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 que ce code de tache n'est pas déjà utilisé + """ + is_pole_activite_pedagogique_code_used = MYSY_GV.dbname['pole_activite_pedagogique'].count_documents({'code':str(diction['code']), + 'valide':'1', + 'partner_owner_recid':str(my_partner['recid'])}) + + if( is_pole_activite_pedagogique_code_used != 0 ): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " Le code "+str(diction['code'])+" est déjà utilisé ") + return False, " Le code "+str(diction['code'])+" est déjà utilisé " + + + mydata = {} + + mydata = diction + del mydata['token'] + + # Initialisation des champs non envoyés à vide + for val in field_list: + if val not in diction.keys(): + mydata[str(val)] = "" + + mydata['creation_date'] = str(datetime.now()) + mydata['creation_by'] = str(my_partner['_id']) + + mydata['creation_by'] = str(my_partner['_id']) + + mydata['tab_bloc_competence'] = [] + mydata['tab_bloc_activite'] = [] + + + mydata['partner_owner_recid'] = str(my_partner['recid']) + mydata['valide'] = "1" + mydata['locked'] = "0" + + + inserted_id = MYSY_GV.dbname['pole_activite_pedagogique'].insert_one(mydata).inserted_id + + if (not inserted_id): + mycommon.myprint(" Impossible de créer la tâche pédagogique (2) ") + return False, " Impossible de créer la tâche pédagogique (2) " + + return True, " Le pôle d'activité pédagogique a été correctement ajouté " + + + 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 créer le pôle d'activité pédagogique " + + +""" +Fonction de mise à jour d'un pole d'activité pedagogique ou fonction +""" +def Update_pole_activite_pedagogique(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptés + """ + field_list = ['token', 'description', 'pole_activite_pedagogique_id', 'commentaire', 'code', + ] + + 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', 'pole_activite_pedagogique_id', 'code'] + + 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 la liste des arguments ") + 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 que le code du pole d'activité n'est pas utilisé par une autre compétence autre que celle ci + """ + + is_competence_code_used = MYSY_GV.dbname['pole_activite_pedagogique'].count_documents({'code': str(diction['code']), + 'valide': '1', + '_id':{'$ne':ObjectId(str(diction['pole_activite_pedagogique_id']))}, + 'partner_owner_recid': str( + my_partner['recid'])}) + + if (is_competence_code_used != 0): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " Le code " + str(diction['code']) + " est déjà utilisé ") + return False, " Le code " + str(diction['code']) + " est déjà utilisé " + + + # Verifier que la compétence existe et est valide + is_valide_pole_activite_pedagogique_id = MYSY_GV.dbname['pole_activite_pedagogique'].count_documents({'_id':ObjectId(str(diction['pole_activite_pedagogique_id'])), + 'valide':'1', + 'locked':'0', + 'partner_owner_recid':str(my_partner['recid'])}) + + + if( is_valide_pole_activite_pedagogique_id != 1): + mycommon.myprint( + str(inspect.stack()[0][3]) + " L'identifiant du pôle d'activité est invalide ") + return False, " L'identifiant du pôle d'activité est invalide " + + + mydata = {} + mydata = diction + del mydata['token'] + + + mydata['update_date'] = str(datetime.now()) + mydata['update_by'] = str(my_partner['_id']) + + result = MYSY_GV.dbname['pole_activite_pedagogique'].find_one_and_update( + {'_id':ObjectId(str(diction['pole_activite_pedagogique_id'])), + 'partner_owner_recid':str(my_partner['recid'])}, + {"$set": mydata}, + upsert=False, + return_document=ReturnDocument.AFTER + ) + if ("_id" not in result.keys()): + mycommon.myprint( + " Impossible de mettre à jour le pôle d'activité pédagogique (2) ") + return False, " Impossible de mettre à jour le pôle d'activité pédagogique (2) " + + + + return True, " Le pôle d'activité pédagogique a été correctement mis à jour " + + + 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 mettre à jour le pôle d'activité pédagogique " + + +""" +Recuperer la liste des pole d'activite pedagogique d'un partenaire, sans filtres +""" +def Get_pole_activite_pedagogique_no_filter(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptés + """ + field_list = ['token' ] + + 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',] + + 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 la liste des arguments ") + 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 + + + RetObject = [] + val_tmp = 0 + + qry = {"partner_owner_recid":str(my_partner['recid']), 'valide':'1', 'locked':'0'} + + for New_retVal in MYSY_GV.dbname['pole_activite_pedagogique'].find(qry).sort([("_id", pymongo.DESCENDING), ]): + user = New_retVal + + + if( "code" not in user.keys() ): + user["code"] = "--" + + + 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 pôle d'activités pédagogiques " + + +""" +Recuperer les données d'un pole d'activite pedagogique d'un partenaire, +""" +def Get_Given_pole_activite_pedagogique(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptés + """ + field_list = ['token', 'pole_activite_pedagogique_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'est pas autorisé") + return False, " Les informations fournies sont incorrectes" + + """ + Verification des champs obligatoires + """ + field_list_obligatoire = ['token', 'pole_activite_pedagogique_id'] + + 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 la liste des arguments ") + 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 + + + RetObject = [] + val_tmp = 0 + + qry = {"partner_owner_recid":str(my_partner['recid']), 'valide':'1', 'locked':'0', '_id':ObjectId(str(diction['pole_activite_pedagogique_id']))} + + for New_retVal in MYSY_GV.dbname['pole_activite_pedagogique'].find(qry).sort([("_id", pymongo.DESCENDING), ]): + user = New_retVal + + + if( "code" not in user.keys() ): + user["code"] = "--" + + tab_activite_pedagogique_with_code = [] + if ("tab_activite_pedagogique" in New_retVal.keys()): + for activite_pedago in New_retVal['tab_activite_pedagogique']: + activite_pedago_data = MYSY_GV.dbname['activite_pedagogique'].find_one( + {'_id': ObjectId(str(activite_pedago['_id'])), 'valide': '1'}, + {'_id': 1, 'code': 1, 'description': 1, }) + + if ("rang" in activite_pedago.keys()): + activite_pedago_data['rang'] = str(activite_pedago['rang']) + else: + activite_pedago_data['rang'] = "99" + + + tab_activite_pedagogique_with_code.append(activite_pedago_data) + + print("tab_activite_pedagogique_with_code = ", tab_activite_pedagogique_with_code) + ss = sorted(tab_activite_pedagogique_with_code, key=itemgetter('rang')) + + user['tab_activite_pedagogique_with_code'] = tab_activite_pedagogique_with_code + + + 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 les données du pôle d'activités pédagogiques " + + + + + +""" +Suppression d'un pole activite pedagogique +""" +def Delete_Given_pole_activite_pedagogique(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptés + """ + field_list = ['token', 'pole_activite_pedagogique_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'est pas autorisé") + return False, " Les informations fournies sont incorrectes" + + """ + Verification des champs obligatoires + """ + field_list_obligatoire = ['token', 'pole_activite_pedagogique_id', ] + + 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 la liste des arguments ") + 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 + + + qry = {'_id':ObjectId(str(diction['pole_activite_pedagogique_id'])), 'partner_owner_recid':str(my_partner['recid'])} + + ret_del_competence = MYSY_GV.dbname['pole_activite_pedagogique'].delete_many(qry) + + return True, "la tâche pédagogique a été correctement supprimée" + + + 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 supprimer le pôle d'activité pédagogique " + + +""" +Ajouter une liste d'activités pédagogiques à un pole d'activité +""" +def Add_Update_tab_Activite_To_Pole_pedagogique(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptés + """ + field_list = ['token', 'pole_activite_id', 'activite_pedagogique_id', 'rang', ] + + 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', 'pole_activite_id', 'activite_pedagogique_id', 'rang',] + + 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 la liste des arguments ") + 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 + + + + if ("rang" in diction.keys()): + local_status, local_note_max = mycommon.IsInt(str(diction['rang']).strip()) + if (local_status is False): + mycommon.myprint( + " Le rang doit être un nombre entier ") + return False, " Le rang doit être un nombre entier" + + + + """ + Verifier la validité du pole d'activité + """ + is_valide_pole_activite = MYSY_GV.dbname['pole_activite_pedagogique'].count_documents({'_id':ObjectId(diction['pole_activite_id']), + 'valide':'1', + 'locked':'0', + 'partner_owner_recid':str(my_partner['recid'])}) + + if( is_valide_pole_activite != 1): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant du pôle d'activité est invalide ") + return False, " L'identifiant du pôle d'activité est invalide " + + + is_valide_activite = MYSY_GV.dbname['activite_pedagogique'].count_documents({'_id':ObjectId(str(diction['activite_pedagogique_id'])), + 'valide':'1', + 'locked':'0', + 'partner_owner_recid':str(my_partner['recid'])}) + + if( is_valide_activite != 1): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant de l'activité "+str(diction['tache_pedagogique_id'])+" est invalide ") + return False, " L'identifiant de l'actvité "+str(diction['tache_pedagogique_id'])+" est invalide " + + + tab_tache_pedagogique = [] + tab_tache_pedagogique.append(str(diction['activite_pedagogique_id'])) + + + for activite_id in tab_tache_pedagogique: + + """ + Si la tache existe dans tab_tache_pedagogique, alors on fait un update, + si non on fait une insertion + """ + is_activite_existe_in_pole_activite = MYSY_GV.dbname['pole_activite_pedagogique'].count_documents({'_id': ObjectId(str(diction['pole_activite_id'])), + 'valide': '1', + 'partner_owner_recid': str(my_partner['recid']), + 'tab_activite_pedagogique._id': ObjectId(str(activite_id)) + }) + + if( is_activite_existe_in_pole_activite == 1): + print(" OUII existe, donc update") + update = MYSY_GV.dbname['pole_activite_pedagogique'].update_one({'_id': ObjectId(str(diction['pole_activite_id'])), + 'valide': '1', + 'locked':'0', + 'partner_owner_recid': str(my_partner['recid']), + 'tab_activite_pedagogique._id': ObjectId(str(activite_id)) + }, + {'$set': + { + 'tab_activite_pedagogique.$[xxx].rang': str( diction['rang']), + 'tab_activite_pedagogique.$[xxx].update_date': str( datetime.now()), + 'tab_activite_pedagogique.$[xxx].update_by': str(my_partner['_id']), + } + }, + upsert=False, + array_filters=[ + {"xxx._id": ObjectId(str(activite_id))}, + ] + ) + + elif( is_activite_existe_in_pole_activite == 0): + print(" NOOO existe, donc insert") + new_data = {} + new_data['_id'] = ObjectId(str(activite_id)) + new_data['rang'] = str(diction['rang']) + new_data['valide'] = "1" + new_data['creation_by'] = str(my_partner['_id']) + new_data['creation_date'] = str(datetime.now()) + new_data['locked'] = "0" + + + + insert = MYSY_GV.dbname['pole_activite_pedagogique'].update_one({'_id': ObjectId(str(diction['pole_activite_id'])), + 'valide': '1', + 'locked': '0', + 'partner_owner_recid': str(my_partner['recid']), + }, + + { + '$push': { + "tab_activite_pedagogique": { + '$each': [new_data] + } + } + }, + + ) + + + + + + + return True, " La mise à jour a été correctement faite " + + + 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 faire la mise à jour " + + +""" +Supprimer une activité d'un pole +""" +def Delete_Activite_From_Pole_pedagogique(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptés + """ + field_list = ['token', 'pole_activite_id', 'activite_pedagogique_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'est pas autorisé") + return False, " Les informations fournies sont incorrectes" + + """ + Verification des champs obligatoires + """ + field_list_obligatoire = ['token', 'pole_activite_id', 'activite_pedagogique_id',] + + 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 la liste des arguments ") + 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 + + + + if ("rang" in diction.keys()): + local_status, local_note_max = mycommon.IsInt(str(diction['rang']).strip()) + if (local_status is False): + mycommon.myprint( + " Le rang doit être un nombre entier ") + return False, " Le rang doit être un nombre entier" + + + + """ + Verifier la validité du pole d'activité + """ + is_valide_pole_activite = MYSY_GV.dbname['pole_activite_pedagogique'].count_documents({'_id':ObjectId(diction['pole_activite_id']), + 'valide':'1', + 'locked':'0', + 'partner_owner_recid':str(my_partner['recid'])}) + + if( is_valide_pole_activite != 1): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant du pôle d'activité est invalide ") + return False, " L'identifiant du pôle d'activité est invalide " + + + is_valide_activite = MYSY_GV.dbname['activite_pedagogique'].count_documents({'_id':ObjectId(str(diction['activite_pedagogique_id'])), + 'valide':'1', + 'locked':'0', + 'partner_owner_recid':str(my_partner['recid'])}) + + if( is_valide_activite != 1): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant de l'activité "+str(diction['tache_pedagogique_id'])+" est invalide ") + return False, " L'identifiant de l'actvité "+str(diction['tache_pedagogique_id'])+" est invalide " + + + tab_tache_pedagogique = [] + tab_tache_pedagogique.append(str(diction['activite_pedagogique_id'])) + + + for activite_id in tab_tache_pedagogique: + + """ + Si la tache existe dans tab_tache_pedagogique, alors on fait un update, + si non on fait une insertion + """ + + + is_activite_existe_in_pole_activite = MYSY_GV.dbname['pole_activite_pedagogique'].count_documents({'_id': ObjectId(str(diction['pole_activite_id'])), + 'valide': '1', + 'partner_owner_recid': str(my_partner['recid']), + 'tab_activite_pedagogique._id': ObjectId(str(activite_id)) + }) + + if( is_activite_existe_in_pole_activite == 1): + print(" OUII existe, donc update") + update = MYSY_GV.dbname['pole_activite_pedagogique'].update_one({'_id': ObjectId(str(diction['pole_activite_id'])), + 'valide': '1', + 'locked':'0', + 'partner_owner_recid': str(my_partner['recid']), + 'tab_activite_pedagogique._id': ObjectId(str(activite_id)) + }, + {'$pull': {"tab_activite_pedagogique": { + "_id": ObjectId(str(activite_id))}}}, + + + ) + + + + return True, " L'activité a été correctement supprimé " + + + 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 supprimer l'activité du pôle " diff --git a/prj_common.py b/prj_common.py index c9ae6ea..5c9dada 100644 --- a/prj_common.py +++ b/prj_common.py @@ -1861,7 +1861,7 @@ def recordImage(file=None, Folder=None, diction=None): new_diction['type'] = 'profil' new_diction['recid'] = myuserrecid new_diction['valide'] = '1' - new_diction['date_update'] = str(datetime.now()) + new_diction['update_date'] = str(datetime.now()) new_diction['locked'] = "0" ret_val = coll_name.find_one_and_update({"recid":myuserrecid, "valide":"1", "locked":"0"}, @@ -1966,7 +1966,7 @@ def recordClassImage(file=None, Folder=None, diction=None): new_diction['recid'] = myuserrecid new_diction['class_external_code'] = myclassexternalcode new_diction['valide'] = '1' - new_diction['date_update'] = str(datetime.now()) + new_diction['update_date'] = str(datetime.now()) new_diction['locked'] = "0" new_diction['partner_owner_recid'] = str(my_partner['recid']) @@ -2098,7 +2098,7 @@ def recordClassImage_v2(file=None, Folder=None, diction=None): new_diction['related_collection'] = related_collection new_diction['related_collection_recid'] = related_collection_recid new_diction['valide'] = '1' - new_diction['date_update'] = str(datetime.now()) + new_diction['update_date'] = str(datetime.now()) new_diction['locked'] = "0" new_diction['recid'] = image_recid new_diction['type_img'] = type_img @@ -2283,7 +2283,14 @@ def getRecodedImage(diction=None): for retVal in coll_name.find({'recid':myuserrecid, "type":"profil"} ): user2={} - user2['date_update'] = retVal['date_update'] + + if ("date_update" in retVal.keys()): + user2['update_date'] = retVal['date_update'] + + if( "update_date" in retVal.keys()): + user2['update_date'] = retVal['update_date'] + + decode = retVal['img'].decode() user2['img'] = decode data1 = json.loads(json.dumps(user2)) @@ -2386,7 +2393,7 @@ def getRecodedClassImage(diction=None): 'related_collection_recid':str(diction['related_collection_recid']), "related_collection":str(diction['related_collection'])} ): user2={} - user2['date_update'] = retVal['date_update'] + user2['update_date'] = retVal['update_date'] decode = retVal['img'].decode() user2['img'] = decode data1 = json.loads(json.dumps(user2)) @@ -2463,7 +2470,7 @@ def getRecodedClassImage_no_token(diction=None): 'related_collection_recid':str(diction['related_collection_recid']), "related_collection":str(diction['related_collection'])} ): user2={} - user2['date_update'] = retVal['date_update'] + user2['update_date'] = retVal['update_date'] decode = retVal['img'].decode() user2['img'] = decode data1 = json.loads(json.dumps(user2)) @@ -2617,7 +2624,7 @@ def getRecodedClassImage_from_front(diction=None): for retVal in coll_name.find({"type":"profil_class", "class_external_code":str(myclassexternalcode)} ): user2={} - user2['date_update'] = retVal['date_update'] + user2['update_date'] = retVal['update_date'] decode = retVal['img'].decode() user2['img'] = decode data1 = json.loads(json.dumps(user2)) @@ -2945,11 +2952,11 @@ def InsertStatistic(diction_class, type_view, user_location): mydata = {} mydata['internal_url'] = diction_class['internal_url'] - mydata['date_update'] = datetime.now() + mydata['update_date'] = datetime.now() mydata['type_view'] = str(type_view) mydict_combined = {**diction_class, **mydata, **user_location} - mydict_combined['date_update'] = str(datetime.now()) + mydict_combined['update_date'] = str(datetime.now()) mydict_combined['type_view'] = "summary" @@ -3147,7 +3154,7 @@ def UserEmargementValidation(diction): now = datetime.now() mydata = {} - mydata['date_update'] = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) + mydata['update_date'] = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) mydata['statut'] = "2" mydata['is_present'] = True mydata['date_emargement'] = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) @@ -5690,7 +5697,7 @@ def Configure_Partner_Init_Setup_No_Token(diction): 'partner_owner_recid':'default', 'valide':'1', 'locked':'0'}, ): new_courrier = my_courrier_data - new_courrier['date_update'] = str(datetime.now()) + new_courrier['update_date'] = str(datetime.now()) new_courrier['update_by'] = str(my_partner_data['_id']) new_courrier['partner_owner_recid'] = str(my_partner_data['recid']) new_courrier['original_courrier_template_id'] = str(my_courrier_data['_id']) @@ -5718,7 +5725,7 @@ def Configure_Partner_Init_Setup_No_Token(diction): 'locked':'0'}, {'_id': 0}) if( my_modele_journee_data ): new_my_modele_journee_data = my_modele_journee_data - new_my_modele_journee_data['date_update'] = str(datetime.now()) + new_my_modele_journee_data['update_date'] = str(datetime.now()) new_my_modele_journee_data['update_by'] = str(my_partner_data['_id']) new_my_modele_journee_data['partner_owner_recid'] = str(my_partner_data['recid']) @@ -5747,7 +5754,7 @@ def Configure_Partner_Init_Setup_No_Token(diction): {'partner_owner_recid': 'default', 'valide': '1', 'locked': '0'}, {'_id': 0}): new_step_session = my_step_session - new_step_session['date_update'] = str(datetime.now()) + new_step_session['update_date'] = str(datetime.now()) new_step_session['update_by'] = str(my_partner_data['_id']) new_step_session['partner_owner_recid'] = str(my_partner_data['recid']) @@ -5775,7 +5782,7 @@ def Configure_Partner_Init_Setup_No_Token(diction): {'partner_owner_recid': 'default', 'valide': '1', 'locked': '0'}, {'_id': 0}): new_step_CRM_Opp = my_step_CRM_Opp - new_step_CRM_Opp['date_update'] = str(datetime.now()) + new_step_CRM_Opp['update_date'] = str(datetime.now()) new_step_CRM_Opp['update_by'] = str(my_partner_data['_id']) new_step_CRM_Opp['partner_owner_recid'] = str(my_partner_data['recid']) @@ -5798,7 +5805,7 @@ def Configure_Partner_Init_Setup_No_Token(diction): {'partner_owner_recid': 'default', 'valide': '1', 'locked': '0'}, {'_id': 0}): new_paiement_cdtion = my_paiement_cdtion - new_paiement_cdtion['date_update'] = str(datetime.now()) + new_paiement_cdtion['update_date'] = str(datetime.now()) new_paiement_cdtion['update_by'] = str(my_partner_data['_id']) new_paiement_cdtion['partner_owner_recid'] = str(my_partner_data['recid']) @@ -5817,7 +5824,7 @@ def Configure_Partner_Init_Setup_No_Token(diction): cpt = 0 new_site_formation_default = {} - new_site_formation_default['date_update'] = str(datetime.now()) + new_site_formation_default['update_date'] = str(datetime.now()) new_site_formation_default['update_by'] = str(my_partner_data['_id']) new_site_formation_default['partner_owner_recid'] = str(my_partner_data['recid']) @@ -5905,7 +5912,7 @@ def Configure_Partner_Init_Setup_No_Token(diction): {'partner_owner_recid': 'default', 'valide': '1', 'locked': '0'}, {'_id': 0}): new_step_session = my_step_session - new_step_session['date_update'] = str(datetime.now()) + new_step_session['update_date'] = str(datetime.now()) new_step_session['update_by'] = str(my_partner_data['_id']) new_step_session['partner_owner_recid'] = str(my_partner_data['recid']) @@ -5930,7 +5937,7 @@ def Configure_Partner_Init_Setup_No_Token(diction): {'partner_owner_recid': 'default', 'valide': '1', 'locked': '0'}, {'_id': 0}): new_step_session = my_step_session - new_step_session['date_update'] = str(datetime.now()) + new_step_session['update_date'] = str(datetime.now()) new_step_session['update_by'] = str(my_partner_data['_id']) new_step_session['partner_owner_recid'] = str(my_partner_data['recid']) @@ -5955,7 +5962,7 @@ def Configure_Partner_Init_Setup_No_Token(diction): {'partner_owner_recid': 'default', 'valide': '1', 'locked': '0'}, {'_id': 0}): new_step_session = my_step_session - new_step_session['date_update'] = str(datetime.now()) + new_step_session['update_date'] = str(datetime.now()) new_step_session['update_by'] = str(my_partner_data['_id']) new_step_session['partner_owner_recid'] = str(my_partner_data['recid']) @@ -5980,7 +5987,7 @@ def Configure_Partner_Init_Setup_No_Token(diction): {'partner_owner_recid': 'default', 'valide': '1', 'locked': '0'}, {'_id': 0}): new_step_session = my_step_session - new_step_session['date_update'] = str(datetime.now()) + new_step_session['update_date'] = str(datetime.now()) new_step_session['update_by'] = str(my_partner_data['_id']) new_step_session['partner_owner_recid'] = str(my_partner_data['recid']) @@ -6005,7 +6012,7 @@ def Configure_Partner_Init_Setup_No_Token(diction): {'partner_owner_recid': 'default', 'valide': '1', 'locked': '0'}, {'_id': 0}): new_step_session = my_step_session - new_step_session['date_update'] = str(datetime.now()) + new_step_session['update_date'] = str(datetime.now()) new_step_session['update_by'] = str(my_partner_data['_id']) new_step_session['partner_owner_recid'] = str(my_partner_data['recid']) @@ -7755,7 +7762,7 @@ def Add_Update_Email_To_Newsletter(diction): new_data = {} new_data['email'] = str(diction['email']).strip() - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['creation_date'] = str(datetime.now()) new_data['valide'] = "1" new_data['locked'] = "0" @@ -8218,10 +8225,7 @@ def Push_Document_To_ENT_For_Inscrit(tab_files, Folder, diction): if (my_company_data and "nom" in my_company_data.keys() and my_company_data['nom']): company_name = my_company_data['nom'] - if (company_name): - msg['From'] = str(company_name) + " <" + str(partner_SMTP_COUNT_From_User) + ">" - else: - msg['From'] = str(partner_SMTP_COUNT_From_User) + msg['From'] = str(partner_SMTP_COUNT_From_User) msg['Bcc'] = "contact@mysy-training.com" diff --git a/purchase_prices.py b/purchase_prices.py index 390ad01..f2fa730 100644 --- a/purchase_prices.py +++ b/purchase_prices.py @@ -130,7 +130,7 @@ def Add_Group_Purchase_Price(diction): new_data['locked'] = "0" new_data['partner_owner_recid'] = str(my_partner['recid']) new_data['update_by'] = str(my_partner['_id']) - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) inserted_id = "" inserted_id = MYSY_GV.dbname['purchase_prices'].insert_one(new_data).inserted_id @@ -242,7 +242,7 @@ def Update_Group_Purchase_Price(diction): del new_data['token'] del new_data['_id'] - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) update = MYSY_GV.dbname['purchase_prices'].update_one({'_id': ObjectId(str(local_id)), diff --git a/reference_pedagogique_mgt.py b/reference_pedagogique_mgt.py index 6adfdec..acb3fd3 100644 --- a/reference_pedagogique_mgt.py +++ b/reference_pedagogique_mgt.py @@ -209,7 +209,7 @@ def Update_Ref_Pedagogique(diction): del mydata['_id'] - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['update_by'] = str(my_partner['_id']) result = MYSY_GV.dbname['referentiel_padagogique'].find_one_and_update( diff --git a/ressources_humaines.py b/ressources_humaines.py index c2639ef..59a3fe6 100644 --- a/ressources_humaines.py +++ b/ressources_humaines.py @@ -138,7 +138,7 @@ def Add_Partner_Admin_Ressource_Humaine_No_Toke(diction): data['valide'] = '1' data['locked'] = '0' - data['date_update'] = str(datetime.now()) + data['update_date'] = str(datetime.now()) inserted_id = "" @@ -169,7 +169,7 @@ def Add_Partner_Admin_Ressource_Humaine_No_Toke(diction): data_to_add['write'] = True data_to_add['valide'] = "1" data_to_add['locked'] = "0" - data_to_add['date_update'] = str(datetime.now()) + data_to_add['update_date'] = str(datetime.now()) @@ -282,7 +282,7 @@ def PROD_Add_Partner_Admin_Ressource_Humaine_No_Toke(diction): data['valide'] = '1' data['locked'] = '0' - data['date_update'] = str(datetime.now()) + data['update_date'] = str(datetime.now()) inserted_id = "" @@ -314,7 +314,7 @@ def PROD_Add_Partner_Admin_Ressource_Humaine_No_Toke(diction): data_to_add['write'] = True data_to_add['valide'] = "1" data_to_add['locked'] = "0" - data_to_add['date_update'] = str(datetime.now()) + data_to_add['update_date'] = str(datetime.now()) @@ -690,7 +690,7 @@ def Add_Ressource_Humaine(diction): data['valide'] = '1' data['locked'] = '0' - data['date_update'] = str(datetime.now()) + data['update_date'] = str(datetime.now()) data['update_by'] = str(my_partner['_id']) data['is_partner_admin_account'] = "0" @@ -1077,7 +1077,7 @@ def Update_Ressource_Humaine(diction): data_update['valide'] = '1' data_update['locked'] = '0' - data_update['date_update'] = str(datetime.now()) + data_update['update_date'] = str(datetime.now()) data_update['update_by'] = str(my_partner['_id']) """ @@ -3396,7 +3396,7 @@ def Add_Affectation_Ressource_Humaine_Poste(diction): my_data['date_au'] = str(date_au) my_data['valide'] = "1" my_data['locked'] = "0" - my_data['date_update'] = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) + my_data['update_date'] = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) my_data['update_by'] = str(my_partner_data['_id']) @@ -3562,7 +3562,7 @@ def Update_Affectation_Ressource_Humaine_Poste(diction): update_data['related_target_collection_id'] = str(related_target_collection_id) update_data['related_target_collection'] = str(related_target_collection) - update_data['date_update'] = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) + update_data['update_date'] = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) update_data['update_by'] = str(my_partner_data['_id']) @@ -4011,7 +4011,7 @@ def Add_Update_Employee_Login_Pass(diction): else: mydata['mysy_lms_user_id'] = "" """ - mydata['date_update'] = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) + mydata['update_date'] = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) mydata['active'] = '1' @@ -4420,7 +4420,7 @@ def Add_Employee_Contrat(diction): new_data = diction new_data['valide'] = "1" new_data['locked'] = "0" - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['partner_owner_recid'] = str(my_partner['recid']) @@ -4701,7 +4701,7 @@ def Update_Employee_Contrat(diction): del new_data['_id'] - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['recid']) @@ -5563,7 +5563,7 @@ def Add_Update_RH_Competence(diction): else: # Il s'agit de la creation d'une competence new_data = {} - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['valide'] = "1" new_data['update_by'] = str(my_partner['_id']) new_data['locked'] = "0" diff --git a/ressources_materiels.py b/ressources_materiels.py index 15f4bb0..b0e0657 100644 --- a/ressources_materiels.py +++ b/ressources_materiels.py @@ -322,7 +322,7 @@ def Add_Ressource_Materielle(diction): data['valide'] = '1' data['locked'] = '0' - data['date_update'] = str(datetime.now()) + data['update_date'] = str(datetime.now()) data['update_by'] = str(my_partner['_id']) # Creation du RecId @@ -652,7 +652,7 @@ def Update_Ressource_Materielle(diction): data_update['valide'] = '1' data_update['locked'] = '0' - data_update['date_update'] = str(datetime.now()) + data_update['update_date'] = str(datetime.now()) """ Clés de mise à jour @@ -1552,7 +1552,7 @@ def Add_Affectation_Ressource_Materielle_Poste(diction): my_data['date_au'] = str(date_au) my_data['valide'] = "1" my_data['locked'] = "0" - my_data['date_update'] = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) + my_data['update_date'] = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) inserted_data = MYSY_GV.dbname['ressource_materielle_affectation'].insert_one(my_data) @@ -1714,7 +1714,7 @@ def Update_Affectation_Ressource_Materielle_Poste(diction): update_data['related_target_collection_id'] = str(related_target_collection_id) update_data['related_target_collection'] = str(related_target_collection) - update_data['date_update'] = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) + update_data['update_date'] = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) # Verifier l'existance de l'affectation diff --git a/site_formation.py b/site_formation.py index 9b493af..5edb338 100644 --- a/site_formation.py +++ b/site_formation.py @@ -119,7 +119,7 @@ def Add_Site_Formation(diction): mydata[str(val)] = "" mydata['code_site'] = str(diction['code_site']).lower() - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['update_by'] = str(my_partner['_id']) mydata['partner_owner_recid'] = str(my_partner['recid']) mydata['valide'] = "1" @@ -221,7 +221,7 @@ def Update_Site_Formation(diction): - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['update_by'] = str(my_partner['_id']) print(" ### mydata = ", mydata) diff --git a/stage_mgt.py b/stage_mgt.py index 62a29b3..259d17a 100644 --- a/stage_mgt.py +++ b/stage_mgt.py @@ -515,7 +515,7 @@ def Update_Stage_Inscrit(diction): del diction['stage_id'] - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) @@ -630,8 +630,8 @@ def Lock_Unlock_Stage_Inscrit(diction): stage_id = str(diction['stage_id']) new_data = {} - new_data['date_update'] = str(datetime.now()) - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['statut'] = str(diction['statut']) diff --git a/strype_payement.py b/strype_payement.py index de5ffde..9de52f3 100644 --- a/strype_payement.py +++ b/strype_payement.py @@ -686,7 +686,7 @@ def create_subscription(diction): abonnement_data['status'] = subscription['status'] now = datetime.now() - abonnement_data['date_update'] = str(now) + abonnement_data['update_date'] = str(now) ret_val_abonnement = MYSY_GV.dbname['abonnement'].find_one_and_update( {'stripe_subscription_id': str(ret_val['_id']), }, diff --git a/suivi_pedagogique_mgt.py b/suivi_pedagogique_mgt.py index c3b60b6..be0a56d 100644 --- a/suivi_pedagogique_mgt.py +++ b/suivi_pedagogique_mgt.py @@ -270,7 +270,7 @@ def Add_Suivi_Pedagogique(diction): new_data['valide'] = "1" new_data['locked'] = "0" - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['partner_owner_recid'] = str(my_partner['recid']) @@ -628,7 +628,7 @@ def Update_Suivi_Pedagogique(diction): new_data['valide'] = "1" new_data['locked'] = "0" - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) new_data['partner_owner_recid'] = str(my_partner['recid']) diff --git a/survey_mgt.py b/survey_mgt.py index 3ec4161..6d9936d 100644 --- a/survey_mgt.py +++ b/survey_mgt.py @@ -523,7 +523,7 @@ def Record_Survey_Data_No_Token(diction): On va enregister les reponse et changer le statut """ mydata = {} - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['date_reponse'] = str(datetime.now()) mydata['statut'] = "2" mydata['user_response'] = global_response @@ -6085,7 +6085,7 @@ def Create_Evaluation_QR_Code_From_Survey(diction): data_update = {} data_update['update_by'] = str(my_partner['_id']) - data_update['date_update'] = str(datetime.now()) + data_update['update_date'] = str(datetime.now()) data_update['statut'] = "1" data_update['date_envoi'] = now data_update['mode_envoi'] = "qr" diff --git a/tache_pedagogique.py b/tache_pedagogique.py new file mode 100644 index 0000000..554368f --- /dev/null +++ b/tache_pedagogique.py @@ -0,0 +1,364 @@ +""" +Ce document permet de gerer les taches_pedagogique + +- code +- description +- commentaire + + +""" +import bson +import pymongo +from pymongo import MongoClient +import json +from bson import ObjectId +import re +from datetime import datetime +import prj_common as mycommon +import secrets +import inspect +import sys, os +import csv +import pandas as pd +from pymongo import ReturnDocument +import GlobalVariable as MYSY_GV +from math import isnan +import GlobalVariable as MYSY_GV +import ela_index_bdd_classes as eibdd +import email_mgt as email +import jinja2 +from flask import send_file +from xhtml2pdf import pisa +from email.message import EmailMessage +from email.mime.text import MIMEText +from email import encoders +import smtplib +from email.mime.multipart import MIMEMultipart +from email.mime.text import MIMEText +from email.mime.base import MIMEBase +from email import encoders + +""" +Fonction d'ajouter d'une tache pedagogique +""" +def Add_tache_pedagogique(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptés + """ + field_list = ['token', 'description', 'commentaire', 'code',] + + 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', 'code' ] + + 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 la liste des arguments ") + 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 que ce code de tache n'est pas déjà utilisé + """ + is_tache_pedagogique_code_used = MYSY_GV.dbname['tache_pedagogique'].count_documents({'code':str(diction['code']), + 'valide':'1', + 'partner_owner_recid':str(my_partner['recid'])}) + + if( is_tache_pedagogique_code_used != 0 ): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " Le code "+str(diction['code'])+" est déjà utilisé ") + return False, " Le code "+str(diction['code'])+" est déjà utilisé " + + + mydata = {} + + mydata = diction + del mydata['token'] + + # Initialisation des champs non envoyés à vide + for val in field_list: + if val not in diction.keys(): + mydata[str(val)] = "" + + mydata['creation_date'] = str(datetime.now()) + mydata['creation_by'] = str(my_partner['_id']) + mydata['partner_owner_recid'] = str(my_partner['recid']) + mydata['valide'] = "1" + mydata['locked'] = "0" + + + inserted_id = MYSY_GV.dbname['tache_pedagogique'].insert_one(mydata).inserted_id + + if (not inserted_id): + mycommon.myprint(" Impossible de créer la tâche pédagogique (2) ") + return False, " Impossible de créer la tâche pédagogique (2) " + + return True, " la tâche pédagogique a été correctement ajoutée " + + + 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 créer la tâche pédagogique " + + +""" +Fonction de mise à jour d'une activité pédagogique +""" +def Update_tache_pedagogique(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptés + """ + field_list = ['token', 'description', 'tache_pedagogique_id', 'commentaire', 'code', + ] + + 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', 'tache_pedagogique_id', 'code'] + + 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 la liste des arguments ") + 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 que le code de compétence n'est pas utilisé par une autre compétence autre que celle ci + """ + + is_competence_code_used = MYSY_GV.dbname['tache_pedagogique'].count_documents({'code': str(diction['code']), + 'valide': '1', + '_id':{'$ne':ObjectId(str(diction['tache_pedagogique_id']))}, + 'partner_owner_recid': str( + my_partner['recid'])}) + + if (is_competence_code_used != 0): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " Le code " + str(diction['code']) + " est déjà utilisé ") + return False, " Le code " + str(diction['code']) + " est déjà utilisé " + + + # Verifier que la compétence existe et est valide + is_valide_tache_pedagogique_id = MYSY_GV.dbname['tache_pedagogique'].count_documents({'_id':ObjectId(str(diction['tache_pedagogique_id'])), + 'valide':'1', + 'locked':'0', + 'partner_owner_recid':str(my_partner['recid'])}) + + + if( is_valide_tache_pedagogique_id != 1): + mycommon.myprint( + str(inspect.stack()[0][3]) + " L'identifiant de l'activité est invalide ") + return False, " L'identifiant de l'activité est invalide " + + + mydata = {} + mydata = diction + del mydata['token'] + + + mydata['update_date'] = str(datetime.now()) + mydata['update_by'] = str(my_partner['_id']) + + result = MYSY_GV.dbname['tache_pedagogique'].find_one_and_update( + {'_id':ObjectId(str(diction['tache_pedagogique_id'])), + 'partner_owner_recid':str(my_partner['recid'])}, + {"$set": mydata}, + upsert=False, + return_document=ReturnDocument.AFTER + ) + if ("_id" not in result.keys()): + mycommon.myprint( + " Impossible de mettre à jour la tâche pédagogique (2) ") + return False, " Impossible de mettre à jour la tâche pédagogique (2) " + + + + return True, " la tâche pédagogique a été correctement mise à jour " + + + 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 mettre à jour la tâche pédagogique " + + +""" +Recuperer la liste des activite pedagogique d'un partenaire, sans filtres +""" +def Get_tache_pedagogique_no_filter(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptés + """ + field_list = ['token' ] + + 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',] + + 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 la liste des arguments ") + 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 + + + RetObject = [] + val_tmp = 0 + + qry = {"partner_owner_recid":str(my_partner['recid']), 'valide':'1', 'locked':'0'} + + for New_retVal in MYSY_GV.dbname['tache_pedagogique'].find(qry).sort([("_id", pymongo.DESCENDING), ]): + user = New_retVal + + + if( "code" not in user.keys() ): + user["code"] = "--" + + + 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 tâches pédagogiques " + + +""" +Suppression d'une activite pedagogique +""" +def Delete_Given_tache_pedagogique(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptés + """ + field_list = ['token', 'tache_pedagogique_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'est pas autorisé") + return False, " Les informations fournies sont incorrectes" + + """ + Verification des champs obligatoires + """ + field_list_obligatoire = ['token', 'tache_pedagogique_id', ] + + 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 la liste des arguments ") + 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 + + + qry = {'_id':ObjectId(str(diction['tache_pedagogique_id'])), 'partner_owner_recid':str(my_partner['recid'])} + + ret_del_competence = MYSY_GV.dbname['tache_pedagogique'].delete_many(qry) + + return True, "la tâche pédagogique a été correctement supprimée" + + + 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 supprimer la tâche pédagogique " + + diff --git a/tools_cherif/mysy_openai_file.py b/tools_cherif/mysy_openai_file.py index 42aeb9d..37335c1 100644 --- a/tools_cherif/mysy_openai_file.py +++ b/tools_cherif/mysy_openai_file.py @@ -455,7 +455,7 @@ def mysy_openai_insert_voice_to_collection(diction): new_data['valide'] = '1' new_data['locked'] = '0' new_data['date_create'] = str(datetime.now()) - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) if( local_status): new_data['action'] = str(local_retval_action) @@ -712,7 +712,7 @@ def mysy_openai_confirme_voice_instruction(diction): new_data['valide'] = '0' new_data['locked'] = '0' new_data['update_by'] = str(my_partner['_id']) - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) result = MYSY_GV.dbname['voice_instruction'].find_one_and_update( {'_id': ObjectId(str(diction['instruction_id'])), diff --git a/tools_cherif/tools_cherif.py b/tools_cherif/tools_cherif.py index 531f92d..c314a98 100644 --- a/tools_cherif/tools_cherif.py +++ b/tools_cherif/tools_cherif.py @@ -2211,7 +2211,7 @@ def JMJ_Repise_Factures(diction): partner_invoice_header_data['valide'] = "1" partner_invoice_header_data['locked'] = "0" partner_invoice_header_data['partner_owner_recid'] = str(diction['partner_owner_recid']) - partner_invoice_header_data['date_update'] = str(datetime.now()) + partner_invoice_header_data['update_date'] = str(datetime.now()) print(" #### partner_invoice_header_data = ", partner_invoice_header_data) inserted_invoice_id = MYSY_GV.dbname['partner_invoice_header'].insert_one(partner_invoice_header_data).inserted_id diff --git a/unite_enseignement_mgt.py b/unite_enseignement_mgt.py index bbc9239..5109f43 100644 --- a/unite_enseignement_mgt.py +++ b/unite_enseignement_mgt.py @@ -149,7 +149,7 @@ def Add_Unite_Enseignement(diction): 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_date'] = str(datetime.now()) mydata['update_by'] = str(my_partner['_id']) mydata['partner_owner_recid'] = str(my_partner['recid']) mydata['valide'] = "1" @@ -276,7 +276,7 @@ def Update_Unite_Enseignement(diction): del mydata['_id'] - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['update_by'] = str(my_partner['_id']) result = MYSY_GV.dbname['unite_enseignement'].find_one_and_update( @@ -1237,7 +1237,7 @@ def Add_Update_Unite_Enseignement_Planif(diction): return False, "Le volume horaire est invalide " now = str(datetime.now()) - mydata['date_update'] = now + mydata['update_date'] = now mydata['valide'] = "1" mydata['locked'] = "0" mydata['partner_owner_recid'] = str(my_partner['recid']) diff --git a/user_access_right.py b/user_access_right.py index 312e212..c3a8a4a 100644 --- a/user_access_right.py +++ b/user_access_right.py @@ -133,7 +133,7 @@ def Add_Update_User_Access_Right(diction): my_data['valide'] = '1' my_data['update_by'] = str(my_partner['_id']) - my_data['date_update'] = str(datetime.now()) + my_data['update_date'] = str(datetime.now()) my_data['module'] = module_access['module_name'] @@ -568,7 +568,7 @@ def Add_Update_User_Access_Scope(diction): new_data['scope']['class_id'] = tab_scope_class new_data['scope']['session_id'] =tab_scope_session - new_data['date_update'] = str(datetime.now()) + new_data['update_date'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) diff --git a/user_message_mgt.py b/user_message_mgt.py index db535ba..ed34ae8 100644 --- a/user_message_mgt.py +++ b/user_message_mgt.py @@ -178,7 +178,7 @@ def add_user_message(diction): new_diction['user_recid'] = user_recid new_diction['sent'] = '0' new_diction['valide'] = '1' - new_diction['date_update'] = str(datetime.now()) + new_diction['update_date'] = str(datetime.now()) new_diction['locked'] = "0" diff --git a/user_session.py b/user_session.py index b5634a7..59a3066 100644 --- a/user_session.py +++ b/user_session.py @@ -122,7 +122,7 @@ def login(diction): tokenfield['token'] = my_token tokenfield['email'] = email tokenfield['recid'] = user_recid - tokenfield['date_update'] = str(datetime.now()) + tokenfield['update_date'] = str(datetime.now()) tokenfield['start_date'] = str(datetime.now()) tokenfield['valide'] = '1' tokenfield['locked'] = '0' @@ -275,7 +275,7 @@ def login_intranet_client(diction): tokenfield['token'] = my_token tokenfield['email'] = email tokenfield['recid'] = user_recid - tokenfield['date_update'] = str(datetime.now()) + tokenfield['update_date'] = str(datetime.now()) tokenfield['start_date'] = str(datetime.now()) tokenfield['valide'] = '1' tokenfield['locked'] = '0' @@ -434,7 +434,7 @@ def Ent_Student_login(diction): tokenfield['token'] = my_token tokenfield['email'] = email tokenfield['recid'] = user_recid - tokenfield['date_update'] = str(datetime.now()) + tokenfield['update_date'] = str(datetime.now()) tokenfield['start_date'] = str(datetime.now()) tokenfield['valide'] = '1' tokenfield['locked'] = '0' diff --git a/wrapper.py b/wrapper.py index 2e1ef5e..0e06762 100644 --- a/wrapper.py +++ b/wrapper.py @@ -248,10 +248,11 @@ def get_all_class(diction): connected_client_recid = user_recid pipe = [{'$match': - {"$and": [{"$or": [{'valide': '1', 'locked': '0', 'isalaune': '1', 'published': '1'}, - {'coeur': 1, 'published': '1'}]}, - {'external_code': {'$nin': alread_found}}, - {'display_rank': {'$nin': []}} + {"$and": [{"$or": [{'valide': '1', 'locked': '0', 'isalaune': '1', 'published': '1', 'locked':{'$ne':'1'}}, + {'coeur': 1, 'published': '1', 'locked':{'$ne':'1'}}]}, + {'external_code': {'$nin': alread_found}, 'locked':{'$ne':'1'}}, + {'display_rank': {'$nin': []}}, + {'locked':{'$ne':'1'}} ]} }, {'$project': { 'indexed': 0, 'indexed_desc': 0, 'indexed_obj': 0, "indexed_title": 0, @@ -969,7 +970,7 @@ def recherche_text_simple(diction): my_recid = {} my_recid['user_rec_id'] = str(user_recid) mydict_combined = {**diction, **x, **my_recid} - mydict_combined['date_update'] = str(datetime.now()) + mydict_combined['update_date'] = str(datetime.now()) mydict_combined['type_view'] = "summary" if ("_id" in mydict_combined.keys()): @@ -1018,7 +1019,7 @@ def recherche_text_simple(diction): my_recid = {} my_recid['user_rec_id'] = str(user_recid) mydict_combined = {**diction, **my_recid} - mydict_combined['date_update'] = str(datetime.now()) + mydict_combined['update_date'] = str(datetime.now()) mydict_combined['type_view'] = "summary" @@ -1063,7 +1064,7 @@ def recherche_text_simple(diction): pipe = [ - { '$match': {'external_code': {"$in": tab_training}, 'published':'1'} }, + { '$match': {'external_code': {"$in": tab_training}, 'published':'1', 'locked':{'$ne':'1'} }}, { '$project': { 'indexed': 0, 'indexed_desc': 0, 'indexed_obj': 0, "indexed_title": 0, "valide": 0, "locked": 0} }, { '$lookup': { @@ -1126,7 +1127,7 @@ def recherche_text_simple(diction): #print(" XXXXXXXXXX = "+str(x)) mydict_combined = {**diction, **x, **my_recid} - mydict_combined['date_update'] = str(datetime.now()) + mydict_combined['update_date'] = str(datetime.now()) mydict_combined['type_view'] = "summary" #print( "mydict_combined YYYYYYYYY = "+str(mydict_combined)) @@ -1216,7 +1217,7 @@ def recherche_text_simple(diction): my_recid = {} my_recid['user_rec_id'] = str(user_recid) mydict_combined = {**diction, **my_recid} - mydict_combined['date_update'] = str(datetime.now()) + mydict_combined['update_date'] = str(datetime.now()) mydict_combined['type_view'] = "summary" ''' @@ -1464,7 +1465,7 @@ def recherche_text_simple_for_partner_catalog(diction): my_recid = {} my_recid['user_rec_id'] = str(user_recid) mydict_combined = {**diction, **x, **my_recid} - mydict_combined['date_update'] = str(datetime.now()) + mydict_combined['update_date'] = str(datetime.now()) mydict_combined['type_view'] = "summary" if ("_id" in mydict_combined.keys()): @@ -1497,7 +1498,7 @@ def recherche_text_simple_for_partner_catalog(diction): my_recid = {} my_recid['user_rec_id'] = str(user_recid) mydict_combined = {**diction, **my_recid} - mydict_combined['date_update'] = str(datetime.now()) + mydict_combined['update_date'] = str(datetime.now()) mydict_combined['type_view'] = "summary" ''' @@ -1618,7 +1619,7 @@ def recherche_text_simple_for_partner_catalog(diction): # print(" XXXXXXXXXX = "+str(x)) mydict_combined = {**diction, **x, **my_recid} - mydict_combined['date_update'] = str(datetime.now()) + mydict_combined['update_date'] = str(datetime.now()) mydict_combined['type_view'] = "summary" # print( "mydict_combined YYYYYYYYY = "+str(mydict_combined)) @@ -1689,7 +1690,7 @@ def recherche_text_simple_for_partner_catalog(diction): my_recid = {} my_recid['user_rec_id'] = str(user_recid) mydict_combined = {**diction, **my_recid} - mydict_combined['date_update'] = str(datetime.now()) + mydict_combined['update_date'] = str(datetime.now()) mydict_combined['type_view'] = "summary" ''' @@ -1836,7 +1837,7 @@ def store_recherche(diction, user_recid=""): if diction['id']: mydata_id = diction['id'] - mydata['date_update'] = str(datetime.now()) + mydata['update_date'] = str(datetime.now()) mydata['valide'] = "1" # By default if ("valide" in diction.keys()):