Contents:
Bases: Enum
Enum
Enum representing the runtime mode of the application.
PRODUCTION (int): Production mode. DEVELOPMENT (int): Development mode. TEST (int): Test mode.
Attributes
PRODUCTION
DEVELOPMENT
TEST