from django.db import models class Building(models.Model): geojson_id = models.IntegerField() health = models.FloatField()