feat: Add basic user handling

This commit is contained in:
2024-04-07 10:00:17 +02:00
parent 9af46290fa
commit e3ee4a2d32
18 changed files with 170 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ dependencies = [
"model_bakery",
"markdown",
"Pillow",
"django-registration"
]
dynamic = ["version", "readme"]