example_site

The root module for the progfigsite package.

Should not reference progfiguration core.

Subpackages

Submodules

Attributes

site_name

The name of the site package

site_description

The description of the site

Functions

get_version(→ str)

Dynamically get the package version.

Package Contents

example_site.site_name = 'example_site'

The name of the site package

This must match the name of the site package defined in pyproject.toml.

example_site.site_description = 'This site is bundled with progfiguration core as an example'

The description of the site

example_site.get_version() str

Dynamically get the package version.