Edited the views section of each Application

parent 079f1cbe
from django.shortcuts import render from django.shortcuts import render
from django.http import HttpResponse
def index(request):
return HttpResponse("Hello my name is Josh! I am currently a 2nd Year college student at Ateneo De Manila and part of the couse BS CS-DGDD. I am very avid Gamer and I also enjoy listening to music. I don't really have that much music preferences but my all my time favorite genres are Rock, Japanese Pop and Metal")
# Create your views here.
from django.shortcuts import render from django.shortcuts import render
from django.http import HttpResponse
def index(request):
return HttpResponse("You may contact me at the following socials. Facebook: Matthew Josh Benito and Instagram: @mjoshben")
# Create your views here.
from django.shortcuts import render from django.shortcuts import render
from django.http import HttpResponse
# Create your views here.
def index(request):
return HttpResponse("Welcome to Josh's Music Library")
\ 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