mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-27 04:07:03 -05:00
chore: fix pghistory migration deps and improve htmx utilities
- Update pghistory dependency from 0007 to 0006 in account migrations - Add docstrings and remove unused imports in htmx_forms.py - Add DJANGO_SETTINGS_MODULE bash commands to Claude settings - Add state transition definitions for ride statuses
This commit is contained in:
@@ -10,6 +10,8 @@ python = "^3.11"
|
||||
Django = "^5.0"
|
||||
djangorestframework = "^3.14.0"
|
||||
django-cors-headers = "^4.3.1"
|
||||
django-fsm = "^2.8.1"
|
||||
django-fsm-log = "^3.1.0"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "^25.1.0"
|
||||
@@ -63,4 +65,6 @@ dependencies = [
|
||||
"coverage>=7.9.1",
|
||||
"poetry>=2.1.3",
|
||||
"reactivated>=0.47.5",
|
||||
"django-fsm>=2.8.1",
|
||||
"django-fsm-log>=3.1.0",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user