Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

99
Vistas
Django todoApp coming problem in adding task

I am getting problems with added tasks. It shows MultiValueDictKeyError in my code.

Here is my source code -- https://github.com/Aliwahid17/todoApp

Please help me in solving the problem.

about 4 years ago · Santiago Gelvez
1 Respuestas
Responde la pregunta

0

Your have not a good described question, the codebase and error message should be here, not on the repository, but i can answer.

problem is in index.html :

<input type="checkbox" name="checkedbox" id="{{todo.id}}" class="taskCheckbox" value="{{todo.id}}">

after that you try in view.py:

  checkedlist = request.POST["checkedbox"]

It is famous behavior for Checkbox: if your check box not "checked", browser don't send the 'checkedbox' key.

You are simply don't has in request key 'checkedbox', you can see it yourself in debugger before the ask. :)

about 4 years ago · Santiago Gelvez Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda