mirror of
https://gitee.com/smartchart/smartchart
synced 2025-05-05 09:09:24 +08:00
modify readme
This commit is contained in:
parent
af6cc1d134
commit
2d109d9a5f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user