Text contains author's contact information

parent 206cf03f
from django.shortcuts import render from django.shortcuts import render
from django.http import HttpResponse
# Create your views here.
def index(request):
return HttpResponse("You can contact me at +639123456789 or email me at dayandp@hotmail.com")
\ 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