diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -38,9 +38,6 @@ full_stack = true static_files = true lang=en cache_dir = %(here)s/data -##a name for our application -hg_app_name = Python-works -hg_app_repo_conf = repositories.config #################################### ### BEAKER CACHE #### diff --git a/production.ini b/production.ini --- a/production.ini +++ b/production.ini @@ -38,9 +38,7 @@ full_stack = true static_files = false lang=en cache_dir = %(here)s/data -##a name for our application -hg_app_name = Python-works -hg_app_repo_conf = repositories.config + #################################### ### BEAKER CACHE ####