site-2015/conjure/views.py
2015-07-09 17:37:26 -04:00

6 lines
103 B
Python

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