解决 dispatcher 中部分数据库锁的问题

This commit is contained in:
virusdefender
2019-03-12 14:57:44 +08:00
parent c192304fd8
commit 1adfd35615
3 changed files with 62 additions and 43 deletions

View File

@@ -72,4 +72,4 @@ class SimditorFileUploadAPIView(CSRFExemptAPIView):
"success": True,
"msg": "Success",
"file_path": f"{settings.UPLOAD_PREFIX}/{file_name}",
"file_name": file.name})
"file_name": file.name})