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 还没有评估数据。