feat: django

This commit is contained in:
2026-07-15 15:07:36 +02:00
parent 1cb41e36ad
commit cd4be4a794
175 changed files with 33056 additions and 90 deletions
+10
View File
@@ -0,0 +1,10 @@
[project]
name = "crochet"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"django>=6.0.7",
"pillow>=12.3.0",
]