Add basic quiz functionality

This commit is contained in:
2024-11-23 22:25:24 +01:00
parent 6bf0a56b88
commit 27b8c40c1c
40 changed files with 2471 additions and 53 deletions

View File

@@ -5,6 +5,10 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
Django = "^5.1.2"
django-crispy-forms = "^2.3"
crispy-tailwind = "^1.0.3"
crispy-bootstrap5 = "^2024.10"
django-allauth = "^65.1.0"
[tool.poetry.group.dev.dependencies]
mypy = "^1.11.0"
@@ -12,6 +16,9 @@ black = "^24.10.0"
isort = "^5.13.2"
django-stubs = {extras = ["compatible-mypy"], version = "^5.1.0"}
[tool.isort]
profile = "black"
[tool.mypy]
plugins = ["mypy_django_plugin.main"]