Semaine 11

This commit is contained in:
gauvainboiche
2026-07-11 21:38:00 +02:00
parent d3d2416dea
commit 0d071d2843
281 changed files with 54412 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[project]
name = "jour-04"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"django>=6.0.7",
"djangorestframework>=3.17.1",
"dotenv>=0.9.9",
"whitenoise>=6.12.0",
]