doc/book/en/B0012-schema-definition.en.txt
changeset 1164 88834894d2d7
parent 1163 232aef110a0a
child 1205 79d33f7db590
equal deleted inserted replaced
1163:232aef110a0a 1164:88834894d2d7
   375 
   375 
   376 
   376 
   377 Updating your application with your new schema
   377 Updating your application with your new schema
   378 ``````````````````````````````````````````````
   378 ``````````````````````````````````````````````
   379 
   379 
   380 You have to get a shell on your application ::
   380 If you modified your schema, the update is not automatic; this is 
       
   381 indeed in general not a good idea.
       
   382 Instead, we call a shell on  your application, which is a 
       
   383 an interactive python shell, with an appropriate
       
   384 cubicweb environment ::
   381 
   385 
   382    cubicweb-ctl shell myinstance
   386    cubicweb-ctl shell myinstance
   383 
   387 
   384 and type ::
   388 and type ::
   385 
   389