取消框架层面的内存数据上传大小限制

This commit is contained in:
zmister 2021-12-18 15:17:04 +08:00
parent 760f5c6a90
commit 38a9509546

View File

@ -239,4 +239,8 @@ try:
pass
except ImportError:
pass
pass
X_FRAME_OPTIONS = 'SAMEORIGIN'
DATA_UPLOAD_MAX_MEMORY_SIZE = None