Initial Commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
from django.shortcuts import render
|
||||
|
||||
def home(request):
|
||||
return render(request, 'core/index.html')
|
||||
Reference in New Issue
Block a user