美文网首页
一个基于django2.0的博客项目

一个基于django2.0的博客项目

作者: brafei | 来源:发表于2018-08-24 21:01 被阅读0次

基于python的django框架搭建的一个博客网站。
github链接: https://github.com/BraFei/blog-new-style

开发环境

  • Python3.6
  • Django2.0

项目主要功能

  1. 博客摘要分页展示
  2. 博客内容详情页面
  3. 阅读量统计
  4. 自行实现评论功能

运行项目

  1. 下载
git clone  https://github.com/BraFei/blog-new-style.git
  1. 进入项目
cd mysite
  1. 运行项目
python manage.py runserver

项目截图

index

read_count

detail

相关文章

网友评论

      本文标题:一个基于django2.0的博客项目

      本文链接:https://www.haomeiwen.com/subject/gziiiftx.html