Trees | Indices | Help |
---|
|
|
|||
app = flask.Flask(__name__)
|
|||
oid = OpenID(app, app.config ["OPENID_STORE"], safe_roots= [],
|
|||
db = SQLAlchemy(app)
|
|||
whooshee = Whooshee(app)
|
|||
rcp = RedisConnectionProvider(config= app.config)
|
|
oid
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |