server/serverconfig.py
changeset 7141 ef29d3ea3909
parent 7129 455b503fb7ff
child 7301 93e96700e0c0
--- a/server/serverconfig.py	Thu Mar 24 15:21:13 2011 +0100
+++ b/server/serverconfig.py	Wed Mar 30 11:17:58 2011 +0200
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
 #
 # This file is part of CubicWeb.
@@ -215,8 +215,6 @@
 
     # read the schema from the database
     read_instance_schema = True
-    # set to true while creating an instance
-    creating = False
     # set this to true to get a minimal repository, for instance to get cubes
     # information on commands such as i18ninstance, db-restore, etc...
     quick_start = False