[GAE]-常用到的方法

摘要:[GAE]-常用到的方法

指定頁面跳轉

from django.http import HttpResponseRedirect

return HttpResponseRedirect("URL")