Update map app (location, migrations and templates)

This commit is contained in:
Livvy Mackintosh
2017-05-21 01:47:14 +02:00
parent c235779631
commit f1d8f00af0
16 changed files with 183 additions and 9 deletions

4
apps/map/admin.py Normal file
View File

@ -0,0 +1,4 @@
from django.contrib import admin
from apps.map.models import CaseStudy
admin.site.register(CaseStudy)