完成上传自定义头像的功能
This commit is contained in:
@@ -9,6 +9,7 @@ import logging
|
||||
|
||||
logger = logging.getLogger("app_info")
|
||||
|
||||
|
||||
class SimditorImageUploadAPIView(APIView):
|
||||
def post(self, request):
|
||||
if "image" not in request.FILES:
|
||||
|
||||
Reference in New Issue
Block a user