[Checkins] SVN: grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/ Move the devmode setting to buildout.cfg

Jan-Jaap Driessen jdriessen at thehealthagency.com
Wed Nov 24 07:54:41 EST 2010


Log message for revision 118553:
  Move the devmode setting to buildout.cfg

Changed:
  U   grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/buildout.cfg_tmpl
  U   grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/etc/zope.conf.in_tmpl

-=-
Modified: grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/buildout.cfg_tmpl
===================================================================
--- grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/buildout.cfg_tmpl	2010-11-24 12:54:16 UTC (rev 118552)
+++ grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/buildout.cfg_tmpl	2010-11-24 12:54:41 UTC (rev 118553)
@@ -104,8 +104,9 @@
 filestorage = $${buildout:directory}/var/filestorage
 blobstorage = $${buildout:directory}/var/blobstorage
 logfiles = $${buildout:directory}/var/log
+# 'extra' is copied verbatim. Use it for product config sections and so.
 extra =
-# 'extra' is copied verbatim. Use it for product config sections and so.
+  devmode on
 
 # This section is named so that the zpasswd utility is
 # called `zpasswd`

Modified: grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/etc/zope.conf.in_tmpl
===================================================================
--- grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/etc/zope.conf.in_tmpl	2010-11-24 12:54:16 UTC (rev 118552)
+++ grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/etc/zope.conf.in_tmpl	2010-11-24 12:54:41 UTC (rev 118553)
@@ -31,10 +31,6 @@
 # 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}



More information about the checkins mailing list