Skip to content

Commit 98255c9

Browse files
committed
Add QR in README-zh.md
1 parent 4b12357 commit 98255c9

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README-zh.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ python manage runserver
2929
```
3030

3131
---
32-
# 更详细的教程
32+
## 更详细的教程
3333
这里: https://zhuanlan.zhihu.com/p/24893786
3434

35-
# 与前端结合的原理
35+
## 与前端结合的原理
3636

3737
前端构建完成就下面这两个资源
3838

@@ -85,7 +85,7 @@ STATICFILES_DIRS = [
8585
```
8686
*vue2_frontend/dist/static* 这个目录寻找,但是需要注意的是,这只在 django 的开发模式下才生效。
8787

88-
# 生产环境
88+
## 生产环境
8989

9090
我们在生产环境使用 Nginx 处理前端页面
9191

@@ -95,3 +95,16 @@ STATICFILES_DIRS = [
9595
使用 Django 来开发 API,JSON 来传输数据。
9696

9797
有任何问题 [New issues](https://github.com/tmpbook/django-with-vuejs/issues/new)
98+
99+
### About me
100+
101+
知乎:[临书](https://www.zhihu.com/people/tmpbook/activities)
102+
103+
微信(WeChat):
104+
105+
<div align=center>
106+
<img width="150" height="150" src="https://github.com/tmpbook/Django-with-ElasticSearch/blob/master/Wechat.jpeg"/>
107+
</div>
108+
109+
<div align=right>谢谢阅读</div>
110+
<div align=right>Thanks for watching</div>

0 commit comments

Comments
 (0)