Django Web Framework - Final graded quiz: APIs
To accept a GET, PUT, POST and DELETE call, which generic view do you need to extend in your class-based view?
RetrieveUpdateDestroyAPIView
CreateAPIView
RetrieveUpdateAPIView
ListCreateAPIView
Which of the following decorator functions can be...