rattail.sw.locms

rattail.sw.locsms – LOC SMS Interface

rattail.sw.locsms.init()

Initializes the SMS framework. An engine is constructed from settings found in rattail.conf. An example of such config:

[rattail.sw.locsms]
sqlalchemy.url = mssql://SMS_TESTING

The function sqlalchemy.engine_from_config() is used to construct the engine; see its documentation for more information.

rattail.sw.locsms.init_with_engine(engine)

Initializes the SMS framework using engine, which must be a sqlalchemy.Engine instance.

Previous topic

Connect to SMS Database

Next topic

rattail.sw.locms.changes

This Page