add building model (base)
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
from django.db import models
|
from django.db import models
|
||||||
|
|
||||||
# Create your models here.
|
|
||||||
|
class Building(models.Model):
|
||||||
|
geojson_id = models.IntegerField()
|
||||||
|
health = models.FloatField()
|
||||||
|
|||||||
Reference in New Issue
Block a user