一个基于Django开发的博客系统:
- Python3.6 和 Django1.10
- MySQL储存方案
- xadmin后台管理
- ckeditor编辑器,图片上传
- Bootstrap前端模板
- RSS订阅
- 标签分类与日期归档
- 文章评论
- haystack文章内容搜索
Usage:
- 新建虚拟环境
git clone git@github.com:wzyonggege/clean_blog.git virtualenv --python= venv . venv/bin/activate
- 数据库迁移
python manage.py makemigrations python manage.py migrate
- 创建管理员
python manage.py createsuperuser