Ejemplo n.º 1
0
 def handle(self, *args, **options):
     cu = CountryUpdater()
     cu.update_polygon_set()
 def handle(self, *args, **options):
     cu = CountryUpdater()
     cu.update_identifiers()
Ejemplo n.º 3
0
 def handle(self, *args, **options):
     cu = CountryUpdater()
     cu.update_center_longlat()
Ejemplo n.º 4
0
 def handle(self, *args, **options):
     cu = CountryUpdater()
     cu.update_identifiers()
Ejemplo n.º 5
0
 def handle(self, *args, **options):
     cu = CountryUpdater()
     cu.update_polygon_set()