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.

version: Optional[str]#

What version is running on this server. Deprecated, please use release.version instead.

commit: str#

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

features: LegacyFeatures#

The features enabled on this instance. Deprecated, please use settings.

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