doc/book/en/A02a-create-cube.en.txt
changeset 1440 4fc48f2a1748
parent 1253 9716a9f77980
child 1674 e4383a510089
--- a/doc/book/en/A02a-create-cube.en.txt	Wed Apr 22 14:14:11 2009 -0700
+++ b/doc/book/en/A02a-create-cube.en.txt	Wed Apr 22 21:43:06 2009 -0700
@@ -24,8 +24,6 @@
 
 ::
 
-  from cubicweb.schema import format_constraint
-  
   class Blog(EntityType):
     title = String(maxsize=50, required=True)
     description = String()
@@ -63,9 +61,7 @@
   cubicweb-ctl create blog blogdemo
 
 
-This command will create a directory ``~/etc/cubicweb.d/blogdemo``
-which will contain all the configuration files required to start
-you web application.
+This command will create the corresponding database and initialize it.
 
 Welcome to your web application
 -------------------------------