一个基于django2.0的博客项目
2018-08-24 本文已影响0人
brafei
基于python的django框架搭建的一个博客网站。
github链接: https://github.com/BraFei/blog-new-style
开发环境
- Python3.6
- Django2.0
项目主要功能
- 博客摘要分页展示
- 博客内容详情页面
- 阅读量统计
- 自行实现评论功能
运行项目
- 下载
git clone https://github.com/BraFei/blog-new-style.git
- 进入项目
cd mysite
- 运行项目
python manage.py runserver