Spaces:
Sleeping
Sleeping

Add notification app with initial models, views, and admin configuration; remove unused image files
d5374bf
from django.shortcuts import render | |
def index(request, id=None): | |
return render(request, 'index.html') | |