Changes between Version 69 and Version 70 of S3
- Timestamp:
- 06/13/14 11:54:41 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3
v69 v70 48 48 === Configure === 49 49 A lot of configuration options are stored as key/value pairs against the tablename using: 50 {{{ 50 {{{#!python 51 51 s3db.configure(tablename, key=value) 52 52 }}} 53 53 54 54 These values can be read using: 55 {{{ 55 {{{#!python 56 56 value = s3db.get_config(tablename, "key") 57 57 }}}