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

Class EVInfoAdmin

db/admin.py:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41@admin.register(LocationInfo)
42class LocationInfoAdmin(admin.ModelAdmin):
43 list_display = ('id', 'lat', 'lon', 'home', 'last_updated')
44 list_filter = ('home', 'last_updated')
45 search_fields = ('lat', 'lon')
46
47@admin.register(SendToCarLocation)
48class SendToCarLocationAdmin(admin.ModelAdmin):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected