Render puzzle

Report a typo

Arrange the lines of code below so that the view function books_view returns an HTTP response object.

Reorder lines using drag or arrows. Adjust indentation with left buttons
                context = {
              
                return render(request, 'library/books.html', context)
              
                def books_view(request):
              
                from django.shortcuts import render
              
                }
              
                "programming": ["Clean code", "Algorithms", "Code Complete"]
              
___

Create a free account to access the full topic