X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/c03a740f65ea24ba6567b0ef75f3785faae37d42..29dd9f09e93699ac14cd80ea192794ff04cd8f35:/floof/config/environment.py diff --git a/floof/config/environment.py b/floof/config/environment.py index 3470f2a..cf6c77e 100644 --- a/floof/config/environment.py +++ b/floof/config/environment.py @@ -35,7 +35,7 @@ def load_environment(global_conf, app_conf): 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'): @@ -46,6 +46,6 @@ def load_environment(global_conf, app_conf): else: # Non-reflected tables model.init_model(engine) - + # CONFIGURATION OPTIONS HERE (note: all config options will override # any Pylons config options)