Commit 59242968 authored by Jayson Lim's avatar Jayson Lim

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

parent ca14d29d
from django.shortcuts import render
from django.http import HttpResponse
def index(request):
return HttpResponse('Quezon City, Metro Manila - 09994445555 - iseeu420@gmail.com')
# 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