cwconfig.py
changeset 2473 490f88fb99b6
parent 2449 888d698af3f9
child 2476 1294a6bdf3bf
equal deleted inserted replaced
2472:a459a6ab78d0 2473:490f88fb99b6
   539 
   539 
   540     # for some commands (creation...) we don't want to initialize gettext
   540     # for some commands (creation...) we don't want to initialize gettext
   541     set_language = True
   541     set_language = True
   542     # set this to true to avoid false error message while creating an application
   542     # set this to true to avoid false error message while creating an application
   543     creating = False
   543     creating = False
       
   544     # set this to true to allow somethings which would'nt be possible
       
   545     repairing = False
   544 
   546 
   545     options = CubicWebNoAppConfiguration.options + (
   547     options = CubicWebNoAppConfiguration.options + (
   546         ('log-file',
   548         ('log-file',
   547          {'type' : 'string',
   549          {'type' : 'string',
   548           'default': Method('default_log_file'),
   550           'default': Method('default_log_file'),