Tres Seaver
2009-01-07 d06cfb3fb19743e9b49534f5d94c0e4568dd6566
Add repoze.tm2 to setup.py / INI file, so changes get saved.
2 files modified
8 ■■■■ changed files
repoze/bfg/paster_templates/zodb/+project+.ini_tmpl 7 ●●●● patch | view | raw | blame | history
repoze/bfg/paster_templates/zodb/setup.py_tmpl 1 ●●●● patch | view | raw | blame | history
repoze/bfg/paster_templates/zodb/+project+.ini_tmpl
@@ -1,13 +1,18 @@
[DEFAULT]
debug = true
[app:main]
[app:zodb]
use = egg:{{project}}#app
reload_templates = true
debug_authorization = false
debug_notfound = false
zodb_uri = file://%(here)s/Data.fs?connection_cache_size=20000
[pipeline:main]
pipeline =
    egg:repoze.tm2#tm
    zodb
[server:main]
use = egg:Paste#http
host = 0.0.0.0
repoze/bfg/paster_templates/zodb/setup.py_tmpl
@@ -32,6 +32,7 @@
      install_requires=[
            'repoze.bfg',
            'repoze.zodbconn',
            'repoze.tm2',
            'ZODB3',
            ],
      tests_require=[