add superuser creation command and update settings for environment variables

This commit is contained in:
2025-05-26 23:40:57 +02:00
parent dbe83c9616
commit 4e79d7c1de
11 changed files with 168 additions and 6 deletions

View File

@@ -5,8 +5,10 @@ description = "Add your description here"
requires-python = ">=3.13"
dependencies = [
"django>=5.2.1",
"django-cors-headers>=4.7.0",
"django-ninja>=1.4.1",
"django-ninja-jwt>=5.3.7",
"mypy>=1.15.0",
"ruff>=0.11.10",
"whitenoise>=6.9.0",
]