tao_z
2019-03-10 3fa2c87dd76d57c10a6d3eac39951703929a8215
1
2
3
4
5
6
from django.shortcuts import render
from django.http import HttpResponse
# Create your views here.
 
def hello(request):
    return HttpResponse('Hello world!!! I am coming...')