已經同步到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...