mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-27 11:07:10 +02:00
refactor(automatic-exchange-rates): replace fetch_interval with fetch interval type and fetch interval
This commit is contained in:
@@ -17,7 +17,8 @@ class ExchangeRateServiceAdmin(admin.ModelAdmin):
|
||||
"name",
|
||||
"service_type",
|
||||
"is_active",
|
||||
"fetch_interval_hours",
|
||||
"interval_type",
|
||||
"fetch_interval",
|
||||
"last_fetch",
|
||||
]
|
||||
list_filter = ["is_active", "service_type"]
|
||||
|
||||
Reference in New Issue
Block a user