Skip to content

Commit 8d36333

Browse files
committed
更新粉丝代码示例
1 parent cd1d056 commit 8d36333

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

fans/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Python技术 公众号文章代码库
1212

1313
[高效办公,pandas美化表格实例演示](https://github.com/JustDoPython/python-examples/tree/master/fans/beautyPandas):高效办公,pandas美化表格实例演示
1414

15+
[echarts的可视化](https://github.com/JustDoPython/python-examples/tree/master/fans/shift):echarts的可视化
16+
1517

1618

1719

fans/shift/ssw.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
源码下载和安装
2+
3+
前端
4+
git clone https://gitee.com/sswfit/vue-morning-shift.git
5+
cd vue-morning-shift
6+
npm install --registry=https://registry.npm.taobao.org
7+
npm run serve
8+
9+
后端
10+
git clone https://gitee.com/sswfit/morning_shift.git
11+
cd morning_shift
12+
pip install -r requirements.txt
13+
python manage.py runserver localhost:8887

0 commit comments

Comments
 (0)