Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Commit

Permalink
Move the devmode setting to buildout.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
janjaapdriessen committed Nov 24, 2010
1 parent d432bb1 commit e3b3450
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion grokproject/template/buildout.cfg_tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,9 @@ output = $${buildout:parts-directory}/etc/zope.conf
filestorage = $${buildout:directory}/var/filestorage
blobstorage = $${buildout:directory}/var/blobstorage
logfiles = $${buildout:directory}/var/log
extra =
# 'extra' is copied verbatim. Use it for product config sections and so.
extra =
devmode on

# This section is named so that the zpasswd utility is
# called `zpasswd`
Expand Down
4 changes: 0 additions & 4 deletions grokproject/template/etc/zope.conf.in_tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ site-definition $${site_zcml:output}
# logfiles are setup in the debug.ini and deploy.ini files.
</eventlog>

# Comment this line to disable developer mode. This should be done in
# production
devmode on

# Extra configuration lines can be added to zope_conf's extra option. Put for
# instance productconf sections in here.
$${zope_conf:extra}

0 comments on commit e3b3450

Please sign in to comment.