1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-23 19:56:39 +02:00

Fix photo authorization export

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-10-28 23:48:25 +01:00
parent a5aff5ff21
commit 20410cc17f
3 changed files with 7 additions and 3 deletions

View File

@ -103,7 +103,7 @@ le 2 mars à 22h :
.. code:: python
REGISTRATION_DATES = dict(
open=datetime.fromisoformat("2025-01-08T12:00:00+0100"),
open=datetime.fromisoformat("2025-01-15T12:00:00+0100"),
close=datetime.fromisoformat("2025-03-02T22:00:00+0100"),
)