-
Notifications
You must be signed in to change notification settings - Fork 367
Open
Description
Hii, can someone help me out I an error from models.py views.py with class Room.
It says that the class Room has no objects member
class RoomView(generics.CreateAPIView):
queryset = Room.objects.all()
serializer_class = RoomSerializer
Error : {
"code": "no-member",
"message": "Class 'Room' has no 'objects' member",
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels