connect / frontend /views.py
thejagstudio's picture
Add notification app with initial models, views, and admin configuration; remove unused image files
d5374bf
raw
history blame
107 Bytes
from django.shortcuts import render
def index(request, id=None):
return render(request, 'index.html')