MCPcopy Create free account
hub / github.com/developerfromjokela/opencarwings / CommandTimerSettingAdmin

Class CommandTimerSettingAdmin

db/admin.py:56–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54class RoutePlanAdmin(admin.ModelAdmin):
55 list_display = ('id', 'created_at', 'name')
56 list_filter = ('name',)
57 search_fields = ('name',)
58
59
60@admin.register(EVInfo)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected