Update map app (location, migrations and templates)
This commit is contained in:
5
apps/map/views.py
Normal file
5
apps/map/views.py
Normal file
@ -0,0 +1,5 @@
|
||||
from django.shortcuts import render
|
||||
|
||||
|
||||
def index(request):
|
||||
return render(request, 'map/index.html')
|
Reference in New Issue
Block a user