https://github.com/weizujie/django-blog
基于 Django2.0 开发的一个简单的博客
https://github.com/weizujie/django-blog
bootstrap djang django-blog django2
Last synced: about 2 months ago
JSON representation
基于 Django2.0 开发的一个简单的博客
- Host: GitHub
- URL: https://github.com/weizujie/django-blog
- Owner: weizujie
- Created: 2019-07-16T17:28:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-18T06:19:46.000Z (over 6 years ago)
- Last Synced: 2023-11-22T04:33:51.215Z (over 2 years ago)
- Topics: bootstrap, djang, django-blog, django2
- Language: Python
- Homepage:
- Size: 28.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django Blog
**Django2.0 + bootstrap3 响应式博客**
## 博客页面

## 文章页面

## 2019年7月17日
- [x] 基本博客框架
- [x] Bootstrap响应式布局
## 2019年7月18日
- [x] 分页功能
- [x] 博客分类
- [x] 归档
- [x] 博客阅读计数
- [x] 后台 Markdown 编辑器
## 2019年7月19日
- [x] 博客阅读计数优化
- [x] 阅读计数统计
- [x] 图表显示
- [x] 热门阅读博客排行
- [x] 缓存提速
- [ ] 评论功能
- [ ] 用户登录
- [ ] 文章内无法显示上下篇文章