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

@ -0,0 +1,20 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.10.7 on 2017-05-21 06:43
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('map', '0002_auto_20170520_0139'),
]
operations = [
migrations.RenameField(
model_name='casestudy',
old_name='geom',
new_name='location',
),
]