server/serverconfig.py
branchstable
changeset 7129 455b503fb7ff
parent 6844 5ae2bc554c23
child 7301 93e96700e0c0
--- a/server/serverconfig.py	Mon Mar 28 18:53:54 2011 +0200
+++ b/server/serverconfig.py	Mon Mar 28 18:56:55 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