acmpesuecc / acmpesuecc/Todo_List_In_Django
Incomplete add function in views.py
Ouverte
#6
3 commentaires
0 réactions
1 personne assignée
Réclamée par @AmeyaPhadnis-2019H1030012G
Voir sur GitHub
BOUNTY: 25
bug
- Langage dominant
- Python
- Étoiles
- 1
- Forks
- 4
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.