mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-24 13:31:09 -05:00
Refactor migrations across multiple apps to remove and add triggers for event logging, ensuring consistency in data handling. Updated park and ride event tables, added new columns, and optimized user-generated content workflows. Enhanced moderation processes and improved overall database integrity.
This commit is contained in:
@@ -26,6 +26,7 @@ django_settings = "thrillwiki.settings"
|
||||
[project]
|
||||
name = "thrillwiki"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"Django>=5.0",
|
||||
"djangorestframework>=3.14.0",
|
||||
@@ -58,4 +59,5 @@ dependencies = [
|
||||
"pytest-playwright>=0.4.3",
|
||||
"django-pghistory>=3.5.2",
|
||||
"django-htmx-autocomplete>=1.0.5",
|
||||
"python-decouple>=3.8",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user