ojuso-map/apps/map/views.py

6 lines
103 B
Python
Raw Normal View History

from django.shortcuts import render
def index(request):
return render(request, 'map/index.html')