comixify/frontend/views.py
2018-09-01 17:14:32 +02:00

5 lines
No EOL
95 B
Python

from django.shortcuts import render
def index(request):
return render(request, "index.html")