acmpesuecc / acmpesuecc/Todo_List_In_Django
Incomplete add function in views.py
Offen
#6
3 Kommentare
0 Reaktionen
1 zugewiesene Person
Beansprucht von @AmeyaPhadnis-2019H1030012G
Auf GitHub ansehen
BOUNTY: 25
bug
- Vorherrschende Sprache
- Python
- Sterne
- 1
- Forks
- 4
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.