Exemplo n.º 1
0
 def get_app(self):
     this = os.path.dirname(__file__)
     config = os.path.join(this, "this_default_options.py")
     return LightMLBoard.make_app(config=config,
                                  logged=dict(user='******', pwd='pwd'))
Exemplo n.º 2
0
 def get_app(self):
     this = os.path.dirname(__file__)
     config = os.path.join(this, "this_default_options.py")
     return LightMLBoard.make_app(config=config)