from django.shortcuts import render
from django.http import HttpResponse
def index(request):
return HttpsResponse("Hello World, I am there")
# Create your views here.
from django.shortcuts import render
from django.http import HttpResponse
def index(request):
return HttpsResponse("Hello World, I am there")
# Create your views here.