MCPcopy Create free account
hub / github.com/Loping151/RoverSign / RoverUserActivityAdmin

Class RoverUserActivityAdmin

RoverSign/utils/database/models.py:421–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419
420@site.register_admin
421class RoverUserActivityAdmin(GsAdminModel):
422 pk_name = "id"
423 page_schema = PageSchema(
424 label="RoverSign 用户活跃度",
425 icon="fa fa-clock-o",
426 ) # type: ignore
427
428 model = RoverUserActivity
429
430
431@on_core_start

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected