feat: Add blog, media, and support apps, implement ride credits and image API, and remove toplist feature.

This commit is contained in:
pacnpal
2025-12-26 15:15:28 -05:00
parent cd8868a591
commit 00699d53b4
77 changed files with 7274 additions and 538 deletions

View File

@@ -114,6 +114,10 @@ LOCAL_APPS = [
"django_forwardemail", # New PyPI package for email service
"apps.moderation",
"apps.lists",
"apps.reviews",
"apps.media",
"apps.blog",
"apps.support",
]
INSTALLED_APPS = DJANGO_APPS + THIRD_PARTY_APPS + LOCAL_APPS