diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -39,7 +39,7 @@ static_files = true lang=en cache_dir = %(here)s/data ##a name for our application -repo_name = Python-works +hg_app_name = Python-works #################################### ### BEAKER CACHE #### diff --git a/production.ini b/production.ini --- a/production.ini +++ b/production.ini @@ -38,7 +38,8 @@ full_stack = true static_files = true lang=en cache_dir = %(here)s/data -repos_name = Python-works +##a name for our application +hg_app_name = Python-works #################################### ### BEAKER CACHE #### @@ -69,7 +70,7 @@ logview.pylons.util = #eee ### DB CONFIGS - EACH DB WILL HAVE IT'S OWN CONFIG ### ######################################################### sqlalchemy.db1.url = sqlite:///%(here)s/hg_app.db -#sqlalchemy.db1.echo = True +#sqlalchemy.db1.echo = False #sqlalchemy.db1.pool_recycle = 3600 sqlalchemy.convert_unicode = true