コード例 #1
0
 def handle(self, *args, **options):
     cu = CountryUpdater()
     cu.update_polygon_set()
コード例 #2
0
 def handle(self, *args, **options):
     cu = CountryUpdater()
     cu.update_identifiers()
コード例 #3
0
 def handle(self, *args, **options):
     cu = CountryUpdater()
     cu.update_center_longlat()
コード例 #4
0
 def handle(self, *args, **options):
     cu = CountryUpdater()
     cu.update_identifiers()
コード例 #5
0
 def handle(self, *args, **options):
     cu = CountryUpdater()
     cu.update_polygon_set()