acmpesuecc / acmpesuecc/Todo_List_In_Django

Incomplete add function in views.py

Abierto
#6 3 comentarios 0 reacciones 1 asignado Reclamado por @AmeyaPhadnis-2019H1030012G Ver en GitHub
BOUNTY: 25 bug
Lenguaje dominante
Python
Estrellas
1
Forks
4
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.