18/12/2023 - 22:00
parent
f82e932799
commit
6055a03850
|
@ -1,11 +1,9 @@
|
|||
<?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="16/12/2023 - 23h12">
|
||||
<list default="true" id="c6d0259a-16e1-410d-91a1-830590ee2a08" name="Changes" comment="18/12/2023 - 18:00">
|
||||
<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" />
|
||||
<change beforePath="$PROJECT_DIR$/prj_common.py" beforeDir="false" afterPath="$PROJECT_DIR$/prj_common.py" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
@ -75,13 +73,6 @@
|
|||
<option name="presentableId" value="Default" />
|
||||
<updated>1680804787304</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00127" summary="07/10/2023 - 22h40">
|
||||
<created>1696711273624</created>
|
||||
<option name="number" value="00127" />
|
||||
<option name="presentableId" value="LOCAL-00127" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1696711273625</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00128" summary="08/10/2023 - 22h40">
|
||||
<created>1696798642665</created>
|
||||
<option name="number" value="00128" />
|
||||
|
@ -418,7 +409,14 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1702764810013</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="176" />
|
||||
<task id="LOCAL-00176" summary="18/12/2023 - 18:00">
|
||||
<created>1702919463867</created>
|
||||
<option name="number" value="00176" />
|
||||
<option name="presentableId" value="LOCAL-00176" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1702919463869</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="177" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="Vcs.Log.Tabs.Properties">
|
||||
|
@ -433,7 +431,6 @@
|
|||
</option>
|
||||
</component>
|
||||
<component name="VcsManagerConfiguration">
|
||||
<MESSAGE value="15/11/2023 - 21h" />
|
||||
<MESSAGE value="17/11/2023 - 16h" />
|
||||
<MESSAGE value="18/11/2023 - 17h00" />
|
||||
<MESSAGE value="20/11/2023 - 21h00" />
|
||||
|
@ -458,6 +455,7 @@
|
|||
<MESSAGE value="14/12/2023 - 22h" />
|
||||
<MESSAGE value="15/12/2023 - 18h" />
|
||||
<MESSAGE value="16/12/2023 - 23h12" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="16/12/2023 - 23h12" />
|
||||
<MESSAGE value="18/12/2023 - 18:00" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="18/12/2023 - 18:00" />
|
||||
</component>
|
||||
</project>
|
656
Log/log_file.log
656
Log/log_file.log
File diff suppressed because one or more lines are too long
|
@ -4968,6 +4968,7 @@ def Create_Convention_By_Client_PDF(diction):
|
|||
"""
|
||||
contenu_doc_Template = jinja2.Template(str(template_courrier_data['contenu_doc']))
|
||||
|
||||
|
||||
sourceHtml = contenu_doc_Template.render(params=body["params"])
|
||||
|
||||
todays_date = str(date.today().strftime("%d/%m/%Y"))
|
||||
|
|
Loading…
Reference in New Issue