Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 787 Bytes

README.md

File metadata and controls

28 lines (13 loc) · 787 Bytes

django_my_blog

is my first django blog to developer

这是根据追梦人物进行的博客练习,内容完整,可以下载下来进行练习,很适合小白快速入门教程

追梦人物博客地址:http://zmrenwu.com/

本人简书地址:http://www.jianshu.com/p/724bcb902246

本人CSDN博客地址:http://blog.csdn.net/xudailong_blog(徐代龙)

本博客为第二次进行Django博客的练习,本次学习的很认真,完全是按照追梦人物的博客进行个人开发的,多处地方进行尝试,反复查找

现在博客上无bug。(有的话,欢迎提issues)

开发环境:Ubuntu 16.04 + python 3.5.2 + django1.10 + pycharm免费版

如何使用: git clone xxxx cd djangoproject

启动服务器: python manage.py runserver