Commit 593f873b authored by Joseph Izon's avatar Joseph Izon 💀

Updated homepage app, views.py return HttpResponse

parent ae8a6daf
Pipeline #2359 canceled with stages
...@@ -2,4 +2,4 @@ from django.http import HttpResponse ...@@ -2,4 +2,4 @@ from django.http import HttpResponse
# Create your views here. # Create your views here.
def index(request): def index(request):
return HttpResponse("Hello, World! You are in the homepage index.") return HttpResponse("Welcome to the Widget's Home Page!")
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment