First version
This commit is contained in:
7
polyclinic_scheduling/apps/RUG_template/views.py
Normal file
7
polyclinic_scheduling/apps/RUG_template/views.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.shortcuts import render
|
||||
|
||||
# Create your views here.
|
||||
def index(request):
|
||||
template_name = 'index.html'
|
||||
|
||||
return render(request, template_name, {})
|
||||
Reference in New Issue
Block a user