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

11
uv.lock generated
View File

@@ -567,6 +567,15 @@ wheels = [
{ url = "https://files.pythonhosted.org/packages/74/31/b0e29d572670dca3674eeee78e418f20bdf97fa8aa9ea71380885e175ca0/ruff-0.14.10-py3-none-win_arm64.whl", hash = "sha256:e51d046cf6dda98a4633b8a8a771451107413b0f07183b2bef03f075599e44e6", size = 13729839, upload-time = "2025-12-18T19:28:48.636Z" },
]
[[package]]
name = "rules"
version = "3.5"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/f7/36/918cf4cc9fd0e38bb9310b2d1a13ae6ebb2b5732d56e7de6feb4a992a6ed/rules-3.5.tar.gz", hash = "sha256:f01336218f4561bab95f53672d22418b4168baea271423d50d9e8490d64cb27a", size = 55504, upload-time = "2024-09-02T16:01:46.174Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/ea/33/16213dd62ca8ce8749985318a966ac1300ab55c977b2d66632a45b405c99/rules-3.5-py2.py3-none-any.whl", hash = "sha256:0f00fc9ee448b3f82e9aff9334ab0c56c76dce4dfa14f1598f57969f1022acc0", size = 25658, upload-time = "2024-09-02T16:01:44.844Z" },
]
[[package]]
name = "six"
version = "1.17.0"
@@ -598,6 +607,7 @@ dependencies = [
{ name = "django-tailwind", extra = ["cookiecutter", "honcho"] },
{ name = "psycopg2-binary" },
{ name = "python-decouple" },
{ name = "rules" },
]
[package.dev-dependencies]
@@ -616,6 +626,7 @@ requires-dist = [
{ name = "django-tailwind", extras = ["cookiecutter", "honcho"], specifier = ">=4.4.2" },
{ name = "psycopg2-binary", specifier = ">=2.9.11" },
{ name = "python-decouple", specifier = ">=3.8" },
{ name = "rules", specifier = ">=3.5" },
]
[package.metadata.requires-dev]