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:
pacnpal
2025-09-20 09:46:09 -04:00
parent 401449201c
commit 8900716215
28 changed files with 13188 additions and 346 deletions

View File

@@ -6,7 +6,7 @@ import sys
def main():
"""Run administrative tasks."""
os***REMOVED***iron.setdefault("DJANGO_SETTINGS_MODULE", "thrillwiki.settings")
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "thrillwiki.settings")
try:
from django.core.management import execute_from_command_line
except ImportError as exc: