Changes between Version 69 and Version 70 of S3


Ignore:
Timestamp:
06/13/14 11:54:41 (10 years ago)
Author:
MattS
Comment:

syntax highlighting

Legend:

Unmodified
Added
Removed
Modified
  • S3

    v69 v70  
    4848=== Configure ===
    4949A lot of configuration options are stored as key/value pairs against the tablename using:
    50 {{{
     50{{{#!python
    5151s3db.configure(tablename, key=value)
    5252}}}
    5353
    5454These values can be read using:
    55 {{{
     55{{{#!python
    5656value = s3db.get_config(tablename, "key")
    5757}}}