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
View File
View File
-3
View File
@@ -1,3 +0,0 @@
from django.contrib import admin
# Register your models here.
-5
View File
@@ -1,5 +0,0 @@
from django.apps import AppConfig
class MapConfig(AppConfig):
name = 'map'
-3
View File
@@ -1,3 +0,0 @@
from django.db import models
# Create your models here.
-3
View File
@@ -1,3 +0,0 @@
from django.test import TestCase
# Create your tests here.
-3
View File
@@ -1,3 +0,0 @@
from django.shortcuts import render
# Create your views here.