input_encoding='utf-8', output_encoding='utf-8',
imports=['from webhelpers.html import escape'],
default_filters=['escape'])
-
+
# Setup the SQLAlchemy^W Elixir database engine
engine = engine_from_config(config, 'sqlalchemy.')
if model.elixir.options_defaults.get('autoload'):
else:
# Non-reflected tables
model.init_model(engine)
-
+
# CONFIGURATION OPTIONS HERE (note: all config options will override
# any Pylons config options)