Esempio n. 1
0
 def execute(self):
     conf = USDPLCMCC.execute(self)
     conf['import'] = {
         'washtenaw.models.regional_development_project_location_choice_model':
         'RegionalDevelopmentProjectLocationChoiceModel'
     }
     conf['init']['name'] = 'RegionalDevelopmentProjectLocationChoiceModel'
     return conf
 def execute(self):
     conf = USDPLCMCC.execute(self)
     conf['import'] = {'washtenaw.models.regional_development_project_location_choice_model': 
                           'RegionalDevelopmentProjectLocationChoiceModel'}
     conf['init']['name'] = 'RegionalDevelopmentProjectLocationChoiceModel'
     return conf