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:
@@ -4,3 +4,6 @@ class ReviewsConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "apps.reviews"
|
||||
verbose_name = "User Reviews"
|
||||
|
||||
def ready(self):
|
||||
import apps.reviews.signals
|
||||
|
||||
Reference in New Issue
Block a user