Changeset - c71dc6ef36e6
[Not reviewed]
default
0 2 0
Marcin Kuzminski - 15 years ago 2010-07-14 02:28:51
marcin@python-works.com
removed unneded options from config files
2 files changed with 1 insertions and 6 deletions:
0 comments (0 inline, 0 general)
development.ini
Show inline comments
 
@@ -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        ####
production.ini
Show inline comments
 
@@ -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        ####
0 comments (0 inline, 0 general)