mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-27 08:47:03 -05:00
feat: Add blog, media, and support apps, implement ride credits and image API, and remove toplist feature.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user