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