acmpesuecc / acmpesuecc/Todo_List_In_Django

Incomplete add function in views.py

Open
#6 3 comments 0 reactions 1 assignee Claimed by @AmeyaPhadnis-2019H1030012G View on GitHub
BOUNTY: 25 bug
Dominant language
Python
Stars
1
Forks
4
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.