diff --git a/hello/views.py b/hello/views.py index 3862c1bf4..eb0c3e129 100644 --- a/hello/views.py +++ b/hello/views.py @@ -5,7 +5,7 @@ # Create your views here. def index(request): - return HttpResponse('Hello from Python!') + return HttpResponse('Hello world!') def db(request):