Example #1
0
 def handle(self, *args, **options):
     cu = CountryUpdater()
     cu.update_polygon_set()
 def handle(self, *args, **options):
     cu = CountryUpdater()
     cu.update_identifiers()
Example #3
0
 def handle(self, *args, **options):
     cu = CountryUpdater()
     cu.update_center_longlat()
Example #4
0
 def handle(self, *args, **options):
     cu = CountryUpdater()
     cu.update_identifiers()
 def handle(self, *args, **options):
     cu = CountryUpdater()
     cu.update_polygon_set()