Update map frontend and REST API

This commit is contained in:
Livvy Mackintosh
2017-05-23 01:12:04 +02:00
parent 2bd8775a61
commit 8a7faf7593
5 changed files with 66 additions and 9 deletions

View File

@ -26,7 +26,7 @@ class CaseStudy(models.Model):
)
# Location of map pin
geom = models.PointField()
location = models.PointField()
project_name = models.CharField(max_length=128)
supply_chain = models.CharField(