Provide information about the hosting environment an application is running in.
content_root_path
property
Absolute path to the directory that contains the application content files.
environment_name
property
is_development
Check if the current host environment name is development.
is_environment
is_environment(environment_name: str) -> bool
Compare the current host environment name against the specified value.
is_local
Check if the current host environment name is local.
is_production
Check if the current host environment name is production.
is_staging
Check if the current host environment name is staging.