Commit 861d7102 authored by Elaiza Bolislis's avatar Elaiza Bolislis

Fixed code for readability.

parent 89fea522
Pipeline #2763 failed with stages
from django.http import HttpResponse from django.http import HttpResponse
def index(request): def index(request):
return HttpResponse('''Elaiza Bolislis is a second-year Bachelor of Science in Computer Science student return HttpResponse('''Elaiza Bolislis is a second-year Bachelor of Science in Computer Science student
at Ateneo de Manila University. As someone who loves music, she'll listen to any genre at Ateneo de Manila University. As someone who loves music, she'll listen to any genre
......
from django.http import HttpResponse from django.http import HttpResponse
def index(request): def index(request):
return HttpResponse("Elaiza's Mobile Number: 09451122330") return HttpResponse("Elaiza's Mobile Number: 09451122330")
from django.http import HttpResponse from django.http import HttpResponse
def index(request): def index(request):
return HttpResponse("Welcome to Elaiza's Music Library!") return HttpResponse("Welcome to Elaiza's Music Library!")
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