chore: initial commit

This commit is contained in:
2026-03-09 12:26:00 +01:00
commit 1df9fe960a
30 changed files with 1449 additions and 0 deletions

8
pyproject.toml Normal file
View File

@@ -0,0 +1,8 @@
[project]
name = "kursy"
version = "0.1.0"
requires-python = ">=3.13"
dependencies = [
"django-allauth>=65.14.3",
"wagtail>=7.3.1",
]