django学习笔记3: View and URL configure
摘要:#views.pyfrom django.http import HttpResponsedef hello(request): return HttpResponse("Hello world")urls.pyfrom django.conf.urls.defaults import *ur...
阅读全文
posted @ 2012-07-11 13:43
浙公网安备 33010602011771号