Set up members app with models, migrations, permissions, and rules integration; updated dependencies and settings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user