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

Class DOTFileAdmin

db/admin.py:173–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171class CRMMSNRecordAdmin(admin.ModelAdmin):
172 list_display = ('car', 'timestamp')
173
174@admin.register(CRMDistanceRecord)
175class CRMDistanceRecordAdmin(admin.ModelAdmin):
176 list_display = ('car', 'timestamp')
177

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected