The Show models

class theshow.models.PageContent(*args, **kwargs)

A specific page that content can attach to.

page_location()

Returns the published URL for page.

class theshow.models.PageType(*args, **kwargs)

A type of page that content can attach to.

page_location_template()

Returns the published URL template for a page type.

class theshow.models.PageContentType(*args, **kwargs)

The kind of content contained in a content block. Used to serialize content blocks.

class theshow.models.PageContentBlock(*args, **kwargs)

A block of content for an individual page.