Set up members app with models, migrations, permissions, and rules integration; updated dependencies and settings

This commit is contained in:
2026-01-03 13:00:06 +01:00
parent 63ad906557
commit a38a813865
7 changed files with 129 additions and 31 deletions

View File

@@ -12,6 +12,7 @@ dependencies = [
"django-tailwind[cookiecutter,honcho]>=4.4.2",
"psycopg2-binary>=2.9.11",
"python-decouple>=3.8",
"rules>=3.5",
]
[dependency-groups]
@@ -19,3 +20,6 @@ dev = [
"coverage>=7.13.1",
"ruff>=0.14.10",
]
[tool.ruff]
line-length = 250