You can build the API for any Django application. ... def create_user(request): serializer = UserSerializer(request.data) if ...
確定! 回上一頁