gws.base.project.action

Source code: gws.base.project.action

Module Contents

class gws.base.project.action.Config

Bases: gws.base.action.Config

class gws.base.project.action.InfoResponse(*args, **kwargs)

Bases: gws.Response

Command response.

locale: gws.Locale
project: gws.ext.props.project
user: gws.base.auth.user.Props | None
class gws.base.project.action.Object

Bases: gws.base.action.Object

Project information action

info(req: gws.WebRequester, p: gws.Request) InfoResponse

Return the project configuration

class gws.base.project.action.Props

Bases: gws.base.action.Props