work on initial tag load
This commit is contained in:
@@ -15,6 +15,8 @@ logging.basicConfig(
|
||||
|
||||
class Command(BaseCommand):
|
||||
|
||||
'help' = 'Load geographic dataset'
|
||||
|
||||
def handle(self, *args, **kwargs):
|
||||
print('Deleting all instances of Country, Region, Province, City')
|
||||
logging.info('Deleting all instances of Country, Region, Province, City')
|
||||
|
||||
Reference in New Issue
Block a user