Giter Club home page Giter Club logo

multiple-users-blog's Introduction

my_blog

基于python3.7django2.1的多人博客系统


简介

该博客前段框架使用了Bootstrap 4,在其基础上添加了一些自己需要用的css样式,后端使用django2.1。 由于自己也在摸索中,会继续完善此项目的功能。觉得有用的欢迎给个star!~

主要功能:


  • 用户注册,登录,删除,以及使用第三方库password_reset来重置用户密码
  • 文章的发布,修改以及删除,支持markdown以及代码高亮
  • 留言板系统
  • 支持文章的多人互动评论
  • 文章标签功能,通过标签搜索相关文章

环境

python3.7

下载

git clone https://github.com/opsonly/my_blog.git

安装

pip install -r requirements.txt  #安装所有依赖
python manage.py makemigrations #数据库修改
python mange.py migrate

使用

python manage.py createsuperuser # 初始化用户名密码
python manage.py runserver #启动Django服务

http://ip:port/admin #访问后台管理员后台

浏览器中打开http://127.0.0.1:8000/ 即可访问


部分演示

  • 用户注册及登录页

  • 所有文章列表及文章所属的标签

  • 根据标签搜索

  • 文章详情页及其评论

  • 我的博客页面

  • 删除文章选项

  • 网站留言板


问题相关

联系邮箱[email protected]

multiple-users-blog's People

Contributors

davidh83110 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.