def handle(self, *args, **options):
     cl = CensusLoader(table_ids=TABLES, states=[])
     self.stdout.write(cl.model_declaration())
 def handle(self, *args, **options):
     cl = CensusLoader(table_ids=TABLES, states=[])
     self.stdout.write(cl.model_declaration())