摘要:#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
posted @ 2012-07-11 13:43
posted @ 2012-07-09 17:55
posted @ 2012-07-04 19:01