From 925a0544508b96caefad6f70e8f4d984b846e009 Mon Sep 17 00:00:00 2001 From: Mikhail Bortnikov Date: Thu, 20 Jul 2017 18:36:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B2=D1=8B=D0=BD=D0=B5=D1=81=20=D0=BF=D1=83?= =?UTF-8?q?=D1=82=D1=8C=20=D0=B2=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE?= =?UTF-8?q?=D0=B9=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- storage/files_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/files_api.py b/storage/files_api.py index 6a721cf..a7accea 100755 --- a/storage/files_api.py +++ b/storage/files_api.py @@ -8,7 +8,7 @@ from lms.decors import api_decor from lms.tools import translit from storage.models import Storage, CroppedImage, FormatIndex -IMAGE_TMP = settings.MEDIA_ROOT + '/personal_files/' +IMAGE_TMP = settings.MEDIA_ROOT + settings.PERSONAL_FILES def save_gif(pil_img, path):