feat: add signup form

This commit is contained in:
2026-03-10 14:15:31 +01:00
parent 1df9fe960a
commit 13df010470
15 changed files with 278 additions and 69 deletions

View File

@@ -1,8 +1,13 @@
[project]
name = "kursy"
version = "0.1.0"
requires-python = ">=3.13"
requires-python = ">=3.14"
dependencies = [
"django-allauth>=65.14.3",
"wagtail>=7.3.1",
"django>=6,<6.1",
"django-allauth>=65.15.0",
"django-tailwind>=4.4.2",
"wagtail==7.3rc1",
]
[tool.basedpyright]
typeCheckingMode = "basic"