refactor: Relocate ride services from services.py to services_core.py and refine admin display fields.

This commit is contained in:
pacnpal
2025-12-26 08:26:19 -05:00
parent a9f5644c5c
commit ed04b30469
7 changed files with 148 additions and 13 deletions

View File

@@ -242,8 +242,8 @@ class RideAdmin(
"manufacturer",
"designer",
"ride_model",
"banner_image",
"card_image",
# "banner_image",
# "card_image",
]
inlines = [RideLocationInline, RollerCoasterStatsInline]
date_hierarchy = "opening_date"