poli_planning/polyclinic_scheduling/apps/RUG_template/views.py
2020-05-13 15:54:40 +02:00

7 lines
162 B
Python

from django.shortcuts import render
# Create your views here.
def index(request):
template_name = 'index.html'
return render(request, template_name, {})