module documentation

Undocumented

Class Site Undocumented
Class SiteManager No class docstring; 0/1 class variable, 2/5 methods documented
Function clear_site_cache Clear the cache (if primed) each time a site is saved or deleted.
Constant SITE_CACHE Undocumented
Function _simple_domain_name_validator Validate that the given value contains no whitespaces to prevent common typos.
def clear_site_cache(sender, **kwargs): (source)

Clear the cache (if primed) each time a site is saved or deleted.

SITE_CACHE: dict = (source)

Undocumented

Value
{}
def _simple_domain_name_validator(value): (source)

Validate that the given value contains no whitespaces to prevent common typos.