add first view to digital.glarus
Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
parent
6bb80d117c
commit
5d1b26d4f7
4 changed files with 36 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
from django.shortcuts import render
|
||||
|
||||
# Create your views here.
|
||||
from django.http import HttpResponse
|
||||
|
||||
def index(request):
|
||||
return HttpResponse("Hello, world. You're at the polls index.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue