mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-27 12:07:04 -05:00
refactor: Relocate ride services from services.py to services_core.py and refine admin display fields.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user