backend.settings

This file holds different settings classes used across the backend

class backend.settings.GeneralSettings

This class holds general settings for the backend

excluded_params = []
__init__()

Initialize self. See help(type(self)) for accurate signature.

update_from_params(params: dict)

Update this object’s attributes using the params dict. Any attributes in the excluded_params list will not be updated