add first view to digital.glarus

Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
Nico Schottelius 2015-05-02 17:15:20 +02:00
commit 5d1b26d4f7
4 changed files with 36 additions and 1 deletions

View file

@ -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.")