def handle(self, *args, **options):
     from nmis.main.health import HealthScores
     dbm = self._get_database_manager()
     HealthScores.create_health_scores(dbm)
     HealthScores.calculate_health_scores(dbm)
 def handle(self, *args, **options):
     from nmis.main.health import HealthScores
     dbm = self._get_database_manager()
     HealthScores.create_health_scores(dbm)
     HealthScores.calculate_health_scores(dbm)
Exemplo n.º 3
0
 def create_indicators(self):
     HealthScores.create_health_scores(self.dbm)
Exemplo n.º 4
0
 def create_indicators(self):
     HealthScores.create_health_scores(self.dbm)