Posts by Denis Leal • 21 points
1 post
-
2
votes2
answers2510
viewsA: Django - select options
It’s been a long time. But it’s a simpler way to go View: task = Task.objects.all() data = { 'task': task } return render(request, 'index.html', data) Html: <select class="form-control…