poli_planning/polyclinic_scheduling/apps/RUG_template/views.py

7 lines
162 B
Python
Raw Normal View History

2020-05-13 15:54:40 +02:00
from django.shortcuts import render
# Create your views here.
def index(request):
template_name = 'index.html'
return render(request, template_name, {})