register and sign in pages

This commit is contained in:
2026-09-22 00:50:30 +05:00
parent f313867653
commit 78d04f75d1
96 changed files with 6383 additions and 109 deletions
+11
View File
@@ -0,0 +1,11 @@
[tool.ruff]
line-length = 90
target-version = "py312"
exclude = [".venv", "*/migrations/*"]
[tool.ruff.lint]
select = ["E", "F", "I", "UP", "B", "DJ"]
ignore = ["E501"]
[tool.ruff.lint.isort]
known-first-party = ["apibase", "core", "users"]