Django - REST Framework Basics
Identify the error in this DRF generic view code:
```python
class UserDetailView(RetrieveAPIView):
serializer_class = UserSerializer
```
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions