๐Ÿ“ฆ 521xueweihan / do-something-with-Django

๐Ÿ“„ views.py ยท 6 lines
1
2
3
4
5
6#coding:utf-8
from django.http import HttpResponse

def index(request):
    return HttpResponse(u'Hello xueweihan!')