07/08/23 -19h

master
cherif 2023-08-07 19:02:00 +02:00
parent b28d5e2f97
commit 2671a90c6e
3 changed files with 1661 additions and 13 deletions

View File

@ -1,11 +1,10 @@
<?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="05/08/23 - 16h">
<list default="true" id="c6d0259a-16e1-410d-91a1-830590ee2a08" name="Changes" comment="06/08/23 - 23h">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Inscription_mgt.py" beforeDir="false" afterPath="$PROJECT_DIR$/Inscription_mgt.py" 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" />
<change beforePath="$PROJECT_DIR$/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/main.py" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -69,13 +68,6 @@
<option name="presentableId" value="Default" />
<updated>1680804787304</updated>
</task>
<task id="LOCAL-00011" summary="23/04/23 - 19h">
<created>1682267594180</created>
<option name="number" value="00011" />
<option name="presentableId" value="LOCAL-00011" />
<option name="project" value="LOCAL" />
<updated>1682267594180</updated>
</task>
<task id="LOCAL-00012" summary="24/04/23 - 21h">
<created>1682362261760</created>
<option name="number" value="00012" />
@ -412,7 +404,14 @@
<option name="project" value="LOCAL" />
<updated>1691243556194</updated>
</task>
<option name="localTasksCounter" value="60" />
<task id="LOCAL-00060" summary="06/08/23 - 23h">
<created>1691356503671</created>
<option name="number" value="00060" />
<option name="presentableId" value="LOCAL-00060" />
<option name="project" value="LOCAL" />
<updated>1691356503671</updated>
</task>
<option name="localTasksCounter" value="61" />
<servers />
</component>
<component name="Vcs.Log.Tabs.Properties">
@ -427,7 +426,6 @@
</option>
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="13/06/23 - 16h" />
<MESSAGE value="13/06/23 - 21h21" />
<MESSAGE value="04/07/23 - 10h" />
<MESSAGE value="04/07/23 - 17h" />
@ -452,6 +450,7 @@
<MESSAGE value="01/08/230- 21h" />
<MESSAGE value="03/08/23 - 19h" />
<MESSAGE value="05/08/23 - 16h" />
<option name="LAST_COMMIT_MESSAGE" value="05/08/23 - 16h" />
<MESSAGE value="06/08/23 - 23h" />
<option name="LAST_COMMIT_MESSAGE" value="06/08/23 - 23h" />
</component>
</project>

View File

@ -711,6 +711,7 @@ def GetAllClassStagiaire(diction):
print(" #### myquery 01= "+str(myquery))
for retval in coll_session.find(myquery):
user = retval
user['id'] = str(val_tmp)

File diff suppressed because it is too large Load Diff