biweeklybudget.models.dbsetting module¶
-
class
biweeklybudget.models.dbsetting.DBSetting(**kwargs)[source]¶ Bases:
sqlalchemy.ext.declarative.api.Base,biweeklybudget.models.base.ModelAsDict-
_sa_class_manager= {'default_value': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'is_json': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'name': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'value': <sqlalchemy.orm.attributes.InstrumentedAttribute object>}¶
-
default_value¶ Default value - usually JSON
-
is_json¶ Whether setting is JSON, or plain text
-
name¶ Primary Key
-
value¶ Setting value - usually JSON
-