summaryrefslogtreecommitdiffstats
path: root/manas/config/app_cfg.py
diff options
context:
space:
mode:
Diffstat (limited to 'manas/config/app_cfg.py')
-rw-r--r--manas/config/app_cfg.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/manas/config/app_cfg.py b/manas/config/app_cfg.py
index 3f9da94..73d0b01 100644
--- a/manas/config/app_cfg.py
+++ b/manas/config/app_cfg.py
@@ -9,14 +9,15 @@ base_config.renderers = []
base_config.package = manas
-#Set the default renderer
+# Set the default renderer
base_config.default_renderer = 'genshi'
base_config.renderers.append('genshi')
-#Configure the base SQLALchemy Setup
+# Configure the base SQLALchemy Setup
base_config.use_sqlalchemy = True
base_config.model = manas.model
-#Configure the authentication backend
+
+# Configure the authentication backend
base_config.auth_backend = 'sqlalchemy'
base_config.sa_auth = Bunch()
base_config.sa_auth.dbsession = model.DBSession