Arrange the lines of code below so that the view function books_view returns an HTTP response object.
HTTP Response Object
Render puzzle
Report a typo
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"]
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.