search for: dbsession

Displaying 2 results from an estimated 2 matches for "dbsession".

Did you mean: obsession
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...u should try to use this renderer instead. +# warning: for the moment chameleon does not handle i18n translations +#base_config.renderers.append('chameleon_genshi') + +#Configure the base SQLALchemy Setup +base_config.use_sqlalchemy = True +base_config.model = ovirtserver.model +base_config.DBSession = ovirtserver.model.DBSession diff --git a/server/ovirtserver/config/deployment.ini_tmpl b/server/ovirtserver/config/deployment.ini_tmpl new file mode 100644 index 0000000..7b1403c --- /dev/null +++ b/server/ovirtserver/config/deployment.ini_tmpl @@ -0,0 +1,104 @@ +# Copyright (C) yyyy, your name....
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...u should try to use this renderer instead. -# warning: for the moment chameleon does not handle i18n translations -#base_config.renderers.append('chameleon_genshi') - -#Configure the base SQLALchemy Setup -base_config.use_sqlalchemy = True -base_config.model = ovirtserver.model -base_config.DBSession = ovirtserver.model.DBSession diff --git a/server/ovirtserver/config/deployment.ini_tmpl b/server/ovirtserver/config/deployment.ini_tmpl deleted file mode 100644 index 7b1403c..0000000 --- a/server/ovirtserver/config/deployment.ini_tmpl +++ /dev/null @@ -1,104 +0,0 @@ -# Copyright (C) yyyy, your na...