add building model (base)

This commit is contained in:
Matteo Rosati
2026-02-10 19:07:48 +01:00
parent ba150342c0
commit 3518be4765

View File

@@ -1,3 +1,6 @@
from django.db import models
# Create your models here.
class Building(models.Model):
geojson_id = models.IntegerField()
health = models.FloatField()