GitHub - yance-dev/YcBlog: 基于Django自建的个人博客系统

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

YcBlog

本项目是一个基于Django2.1的开源博客系统,方便技术人员快速构建属于自己的博客网站。

项目依赖软件

  • Python3.65
  • MySQL5.7

主要的python依赖包

beautifulsoup4==4.7.1
Django==2.1.6
djangorestframework==3.9.2
MarkupSafe==1.1.0
Pillow==5.4.1
PyMySQL==0.9.3
pytz==2018.9
requests==2.21.0
urllib3==1.24.2

主要功能

  • 用户登录注册
  • 随机验证码
  • 在线编辑、管理博文
  • 集成富文本编辑器
  • 允许注册后发表评论
  • 网易云音乐随机热评

致谢

感谢isecretyuncun项目为本站的网易云音乐随机热评做出的贡献

开发人员