comixify/frontend/views.py

5 lines
95 B
Python
Raw Permalink Normal View History

2018-09-01 15:14:32 +00:00
from django.shortcuts import render
def index(request):
return render(request, "index.html")