diff pylons_app/config/environment.py @ 388:3bcf9529d221

Added new application settings,Push ssl and repositories path
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 05 Aug 2010 22:31:23 +0200
parents ec7b76d4bda4
children 7c978511c951
line wrap: on
line diff
--- a/pylons_app/config/environment.py	Thu Aug 05 01:31:01 2010 +0200
+++ b/pylons_app/config/environment.py	Thu Aug 05 22:31:23 2010 +0200
@@ -61,6 +61,7 @@
         sa_engine_db1 = engine_from_config(config, 'sqlalchemy.db1.')
 
     init_model(sa_engine_db1)
+    #init baseui
     config['pylons.app_globals'].baseui = make_ui('db')
     
     repo2db_mapper(_get_repos_cached_initial(config['pylons.app_globals'], initial))