From 11f182eff224f87f374df961b865de163f372f30 Mon Sep 17 00:00:00 2001 From: Ford Guo Date: Tue, 27 Aug 2019 11:42:15 +0800 Subject: [PATCH] change README format --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74b85b4..910e14a 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ git+https://github.com/fordguo/django-storage-qcloud.git } ``` - 其他配置: - COS_URL = 'https://www.qixincha.com' # 自定义域名, 不配置将使用 COS 默认域名 - COS_FAST_CDN = False # 默认加速域名是否开启 + - COS_URL = 'https://www.qixincha.com' # 自定义域名, 不配置将使用 COS 默认域名 + - COS_FAST_CDN = False # 默认加速域名是否开启 * 同步静态文件到云 `python manage.py collectstatic`