acmpesuecc / acmpesuecc/Todo_List_In_Django
Incomplete add function in views.py
未關閉
BOUNTY: 25
bug
- 主要語言
- Python
- 星號
- 1
- 分支
- 4
- PR 合併指標
- 30 天內沒有已合併 PR
描述
This function adds the received todo object from the user to the database.
Steps to complete this function:
1. The function accepts only post requests.
2. Extract information of todo object from the request body.
3. Create a todo object from the information
4. Add the object to the DB
5. Redirect to the '/todo' page
貢獻指南
評估
這個 Issue 還沒有評估資料。