Commit a542bca4 authored by Jayson Lim's avatar Jayson Lim

added a create view function in the views.py file of the About app

parent 4ffdadad
from django.shortcuts import render
from django.http import HttpResponse
def index(request):
return HttpResponse("I'm Jayson Lim, a 2nd year BS Computer Science student. My favorite music genres are pop, hip hop, and rock")
# Create your views here.
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