About#

class About[source]#

Information about this CodeGrade instance.

health: Union[Just[HealthInformation], _Nothing[HealthInformation]] = Nothing#

Health information, will only be present when the correct (secret) health key is provided.

commit: str#

The commit this server is running. Deprecated, please use release.commit instead.

settings: FrontendSiteSettings#

The frontend settings and their values for this instance.

release: ReleaseInfo#

Information about the release running on this server.

current_time: datetime#

The current time on the server