added poll app for testing purposes. Will be removed later.
Some checks failed
Gitea build & Test. / tests (push) Failing after 3s
Some checks failed
Gitea build & Test. / tests (push) Failing after 3s
This commit is contained in:
9
src/polls/views.py
Normal file
9
src/polls/views.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from django.shortcuts import render
|
||||
from django.http import HttpResponse
|
||||
|
||||
|
||||
def index(request):
|
||||
return HttpResponse("Hello, world. You're at the polls index.")
|
||||
|
||||
|
||||
# Create your views here.
|
||||
Reference in New Issue
Block a user