actual commit from last attempt, now incl. all new files
This commit is contained in:
4
apps/dashboard/views.py
Normal file
4
apps/dashboard/views.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from django.shortcuts import render
|
||||
|
||||
def home_page(request):
|
||||
return render(request, 'apps/dashboard/home.html')
|
||||
Reference in New Issue
Block a user