Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

wzyonggege/clean_blog

Repository files navigation

Clean Blog

一个基于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

首页

index

详情页

index

评论发表

index

归档

index

xadmin后台

index

ckeditor文章编辑器

index

图片上传

index

About

基于Django开发的简洁博客系统

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published