web_AI-5/django/didgeridoo/webshop/views.py

9 lines
190 B
Python
Raw Normal View History

2017-11-12 21:35:59 +01:00
from django.shortcuts import render
from django.http import HttpResponse
# Create your views here.
2017-11-19 22:22:26 +01:00
2017-11-12 21:35:59 +01:00
def index(request):
return HttpResponse("Hello, world. You're at the polls index.")