File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments