Created Accounts App
This commit is contained in:
5
core/accounts/views.py
Normal file
5
core/accounts/views.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.shortcuts import render
|
||||
|
||||
# Create your views here.
|
||||
def home(request):
|
||||
return render(request, 'accounts/home.html')
|
||||
Reference in New Issue
Block a user