diff --git a/api/models.py b/api/models.py index 71a8362..a66fd62 100644 --- a/api/models.py +++ b/api/models.py @@ -1,3 +1,6 @@ from django.db import models -# Create your models here. + +class Building(models.Model): + geojson_id = models.IntegerField() + health = models.FloatField()