web/webconfig.py
changeset 9372 e87a808a4c32
parent 9340 b1e933b0e850
child 9504 71a11bca251d
child 9595 240a620b9cd3
equal deleted inserted replaced
9371:1348202527a6 9372:e87a808a4c32
   233          {'type': 'yn',
   233          {'type': 'yn',
   234           'default': True,
   234           'default': True,
   235           'help': 'anonymize the connection before executing any jsonp query.',
   235           'help': 'anonymize the connection before executing any jsonp query.',
   236           'group': 'web', 'level': 1
   236           'group': 'web', 'level': 1
   237           }),
   237           }),
       
   238         ('generate-staticdir',
       
   239          {'type': 'yn',
       
   240           'default': True,
       
   241           'help': 'Generate the static data resource directory on upgrade.',
       
   242           'group': 'web', 'level': 2,
       
   243           }),
       
   244         ('staticdir-path',
       
   245          {'type': 'string',
       
   246           'default': None,
       
   247           'help': 'The static data resource directory path.',
       
   248           'group': 'web', 'level': 2,
       
   249           }),
   238         ))
   250         ))
   239 
   251 
   240     def __init__(self, *args, **kwargs):
   252     def __init__(self, *args, **kwargs):
   241         super(WebConfiguration, self).__init__(*args, **kwargs)
   253         super(WebConfiguration, self).__init__(*args, **kwargs)
   242         self.uiprops = None
   254         self.uiprops = None