cwconfig.py
branchstable
changeset 5043 fe52dd3936cf
parent 5013 ad91f93bbb93
child 5048 bf8a53a11b6d
child 5086 bd13d9268b44
equal deleted inserted replaced
5042:cc062bb09abb 5043:fe52dd3936cf
   667         else:
   667         else:
   668             MIGRATION_DIR = '/usr/share/cubicweb/migration/'
   668             MIGRATION_DIR = '/usr/share/cubicweb/migration/'
   669 
   669 
   670     # for some commands (creation...) we don't want to initialize gettext
   670     # for some commands (creation...) we don't want to initialize gettext
   671     set_language = True
   671     set_language = True
   672     # set this to true to avoid false error message while creating an instance
       
   673     creating = False
       
   674     # set this to true to allow somethings which would'nt be possible
   672     # set this to true to allow somethings which would'nt be possible
   675     repairing = False
   673     repairing = False
   676 
   674 
   677     options = CubicWebNoAppConfiguration.options + (
   675     options = CubicWebNoAppConfiguration.options + (
   678         ('log-file',
   676         ('log-file',