add the frontend app
This commit is contained in:
5
frontend/views.py
Normal file
5
frontend/views.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.shortcuts import render
|
||||
|
||||
|
||||
def home(request):
|
||||
return render(request, "frontend/home.html")
|
||||
Reference in New Issue
Block a user