纪念一下第一次写的django代码
摘要:
@csrf_exemptdef new_project_detail(request): if 'project_name' not in request.POST or 'project_position' not in request.POST or 'interest_rate' not in... 阅读全文
posted @ 2014-05-12 20:40 颓废的悠然 阅读(225) 评论(0) 推荐(0) 编辑