connect / frontend /views.py
thejagstudio's picture
Upload 363 files
2a065c3 verified
from django.shortcuts import render
def index(request, id=None):
return render(request, 'index.html')