Table of Contents:
SingletonMixin
SingletonMixin.DEFAULT_SINGLETON_ID
SingletonMixin.ERROR_MESSAGE
SingletonMixin.load()
SingletonConf
SingletonConf.RAISE_ERROR_ON_SAVE
Bases: Model
Model
Mixin to turn a model into a singleton
Returns the one-and-only singleton instance
Bases: AppConf
AppConf
Flag to raise an error if you attempt to save a new singleton. Default is to just do nothing.