已经同步到gitbook,想阅读的请转到gitbook: Django 1.10 中文文档
Django 1.10中文文档:第一个应用 part 4
Writing your first Django app, part 4¶This tutorial begins where Tutorial 3 left off. We’re continuing the Web-poll application and will focus on simple form processing and cutting down our code.紧接着Tutorial 3,我们继续开发这个投票的web应用,本章将关注简单的表单处理和代码优化#### Write a simple form¶#### 编写一个简单的表单Let’s update our poll detail template (“polls/detail.html”) from the last tutorial, so that the template contains an HTML <form> element:让我们更新一下在上一个教程中编写的投票详细页面的模板(“polls/detail.html”),让它包含一个HTML<form> 元素:polls/templates/polls/detail.html
最后编辑于 :
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
推荐阅读更多精彩内容
- 已经同步到gitbook,想阅读的请转到gitbook: Django 1.10 中文文档 Writing you...
- 已经同步到gitbook,想阅读的请转到gitbook: Django 1.10 中文文档 This tutori...
- 已经同步到gitbook,想阅读的请转到gitbook: Django 1.10 中文文档 Writing you...
- 已经同步到gitbook,想阅读的请转到gitbook: Django 1.10 中文文档 Let’s learn...