Change update_session to template partial
This commit is contained in:
@ -8,7 +8,7 @@ readme = "README.md"
|
||||
packages = [{include = "timetracker"}]
|
||||
|
||||
[tool.poetry.group.main.dependencies]
|
||||
python = "^3.12"
|
||||
python = "^3.11"
|
||||
django = "^4.2.0"
|
||||
gunicorn = "^20.1.0"
|
||||
uvicorn = "^0.20.0"
|
||||
@ -27,6 +27,10 @@ isort = "^5.11.4"
|
||||
pre-commit = "^3.5.0"
|
||||
django-debug-toolbar = "^4.2.0"
|
||||
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
django-htmx = "^1.17.2"
|
||||
django-template-partials = "^23.4"
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
|
||||
|
Reference in New Issue
Block a user