I\'m using Django Rest Framework and I have two simple view classes:
class FirstView(APIView): def post(self, request): random_number = randint(10,99)