From 2d109d9a5f40684453206ca3d5d94f6ca5c9088f Mon Sep 17 00:00:00 2001 From: JohnYan <84345999@qq.com> Date: Fri, 4 Dec 2020 20:58:36 +0800 Subject: [PATCH] modify readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 056b99b..74b5f79 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ **访问首页http://127.0.0.1:8000** -**开发前建意新建一个非超级管理员帐号,避免改到内置的数据集和图形,并观看视屏说明** +**开发前建意新建一个非超级管理员帐号(重要),避免改到内置的数据集和图形,并观看视屏说明** - [视屏教程一](https://www.ixigua.com/6882218819964797447/ "视屏教程一") @@ -76,7 +76,8 @@ url: 登录成功后跳转链接 ##### 如果你是python开发者,可以在你的django项目中当作apps使用 ```python pip install smartchart #只支持最新版Python3.9.x -pip install smartchart36 #只支持python3.6.x +pip install smartchart==3.7.3 #只支持python3.7.x +pip install smartchart==3.6.3 #只支持python3.6.x 简单配置一下, 你可以参考此demo 1. 在你的setting.py的INSTALL_APPS中加入'smart_chart.echart' 2. MIDDLEWARE 中注释掉XFrameOptionsMiddleware