Exemplo n.º 1
0
 def __call__(self):
     """Save the configuration with ajax.
     """
     config = Config()
     for key, value in self.request.form.items():
         config.set(key, value)