Exemplo n.º 1
0
class Command(BaseCommand):
    help = 'Mingle <-> SDE sync utility.'

    def configure(self):
        mbase = MingleAPIBase(self.config)
        self.mingle = MingleConnector(self.config, mbase)

    def handle(self):
        self.mingle.initialize()
        self.mingle.synchronize()
        return True
Exemplo n.º 2
0
 def configure(self):
     mbase = MingleAPIBase(self.config)
     self.mingle = MingleConnector(self.config, mbase)
Exemplo n.º 3
0
 def configure(self):
     alm_api = MingleAPIBase(self.config)
     self.mingle = MingleConnector(self.config, alm_api)