添加了富文本编辑器上传图片的功能,上传路径在setting_loacl和server里暂时在static/src/upload_image/

This commit is contained in:
sxw@401
2015-09-11 20:34:15 +08:00
parent 70d3fcf323
commit 9b83a2e249
6 changed files with 45 additions and 2 deletions

View File

@@ -35,3 +35,5 @@ DEBUG = True
TEST_CASE_DIR = '/root/test_case/'
ALLOWED_HOSTS = ['*']
IMAGE_UPLOAD_DIR = '/var/mnt/source/OnlineJudeg/static/src/upload_image/'