membersystem/project/views.py

6 lines
114 B
Python
Raw Permalink Normal View History

2019-08-31 18:46:49 +00:00
from django.shortcuts import render_to_response
def index(request):
return render_to_response("index.html")