diff options
author | Aaron Bentley <aaron.bentley@utoronto.ca> | 2006-04-10 22:07:54 -0400 |
---|---|---|
committer | Aaron Bentley <aaron.bentley@utoronto.ca> | 2006-04-10 22:07:54 -0400 |
commit | 68df9cb4413c2642bac15a940c26e68f9d1391cb (patch) | |
tree | cb429c57d740d679a467db3034f93f96ea4e2e33 /beweb/common.cfg | |
parent | 16ed63b5c8dc2e211a29ba3636cd00b547ceb9aa (diff) | |
download | bugseverywhere-68df9cb4413c2642bac15a940c26e68f9d1391cb.tar.gz |
Updated beweb to use TurboGears 0.9
Diffstat (limited to 'beweb/common.cfg')
-rw-r--r-- | beweb/common.cfg | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/beweb/common.cfg b/beweb/common.cfg deleted file mode 100644 index de0d84f..0000000 --- a/beweb/common.cfg +++ /dev/null @@ -1,9 +0,0 @@ -# This is where all of your settings go for your development environment -[/static] -staticFilter.on = True -staticFilter.dir = "static" -[/favicon.ico] -staticFilter.on = True -staticFilter.file = "static/images/favicon.ico" -[/] -decodingFilter.on = True |