Update lots of things

This commit is contained in:
Livvy Mackintosh
2017-06-16 18:06:22 +02:00
parent 90b508e3b0
commit 0811936382
23 changed files with 557 additions and 106 deletions

View File

@ -25,10 +25,9 @@ class CaseStudy(models.Model):
editable=False
)
project_name = models.CharField(max_length=128)
# Location of map pin
location = models.PointField()
project_name = models.CharField(max_length=128)
supply_chain = models.CharField(
max_length=1,
choices=SUPPLY_CHAIN_CHOICES