master
cherif 2023-10-20 18:53:32 +02:00
parent 68172adc11
commit 0d85fb8ec2
3 changed files with 21 additions and 12 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="c6d0259a-16e1-410d-91a1-830590ee2a08" name="Changes" comment="17/10/2023 - 22h45">
<list default="true" id="c6d0259a-16e1-410d-91a1-830590ee2a08" name="Changes" comment="zzz">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Log/log_file.log" beforeDir="false" afterPath="$PROJECT_DIR$/Log/log_file.log" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Session_Formation.py" beforeDir="false" afterPath="$PROJECT_DIR$/Session_Formation.py" afterDir="false" />
@ -77,13 +77,6 @@
<option name="presentableId" value="Default" />
<updated>1680804787304</updated>
</task>
<task id="LOCAL-00082" summary="24/08/23 - 12h">
<created>1692874458640</created>
<option name="number" value="00082" />
<option name="presentableId" value="LOCAL-00082" />
<option name="project" value="LOCAL" />
<updated>1692874458640</updated>
</task>
<task id="LOCAL-00083" summary="25/08/23 - 21h">
<created>1692989579922</created>
<option name="number" value="00083" />
@ -420,7 +413,14 @@
<option name="project" value="LOCAL" />
<updated>1697626088499</updated>
</task>
<option name="localTasksCounter" value="131" />
<task id="LOCAL-00131" summary="zzz">
<created>1697820780940</created>
<option name="number" value="00131" />
<option name="presentableId" value="LOCAL-00131" />
<option name="project" value="LOCAL" />
<updated>1697820780941</updated>
</task>
<option name="localTasksCounter" value="132" />
<servers />
</component>
<component name="Vcs.Log.Tabs.Properties">
@ -435,7 +435,6 @@
</option>
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="14/09/2023 - 21h" />
<MESSAGE value="15/09/2023 - 12h" />
<MESSAGE value="15/09/2023 - 18h" />
<MESSAGE value="22/09/2023 - 12h53" />
@ -460,6 +459,7 @@
<MESSAGE value="08/10/2023 - 22h40" />
<MESSAGE value="17/10/2023 - 22h40" />
<MESSAGE value="17/10/2023 - 22h45" />
<option name="LAST_COMMIT_MESSAGE" value="17/10/2023 - 22h45" />
<MESSAGE value="zzz" />
<option name="LAST_COMMIT_MESSAGE" value="zzz" />
</component>
</project>

View File

@ -1859510,3 +1859510,12 @@ INFO:werkzeug:127.0.0.1 - - [20/Oct/2023 18:43:08] "POST /myclass/api/GetActiveS
INFO:werkzeug:127.0.0.1 - - [20/Oct/2023 18:43:08] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 -
INFO:werkzeug:127.0.0.1 - - [20/Oct/2023 18:43:08] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
INFO:werkzeug:127.0.0.1 - - [20/Oct/2023 18:43:08] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 -
INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\Session_Formation.py', reloading
INFO:werkzeug: * Restarting with stat
INFO:root:2023-10-20 18:53:24.528354 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
INFO:root:2023-10-20 18:53:24.528354 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
INFO:root:2023-10-20 18:53:24.528354 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
INFO:root:2023-10-20 18:53:24.528354 : ++ FLASK PORT 5001 ++
INFO:root:2023-10-20 18:53:24.528354 : ++ LMS_BAS_URL mysy-training.com/ ++
WARNING:werkzeug: * Debugger is active!
INFO:werkzeug: * Debugger PIN: 877-541-979

View File

@ -686,7 +686,7 @@ def GetActiveSession_Cities_And_Distance_Formation_List(diction):
RetObject.append(mycommon.JSONEncoder().encode("A la demande"))
print("#### GetActiveSessionFormation_List RetObject = "+str(RetObject))
#print("#### GetActiveSessionFormation_List RetObject = "+str(RetObject))
return True, RetObject