All Projects → leeyis → Jbt_blog

leeyis / Jbt_blog

一个基于Django2.0+Python3.6的博客/A simple blog based on python3.6 and Django2.0.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Jbt blog

Ezlog
Easy blog system powered by django
Stars: ✭ 34 (-75.18%)
Mutual labels:  blog, cms, django
Puput
A Django blog app implemented in Wagtail
Stars: ✭ 450 (+228.47%)
Mutual labels:  blog, cms, django
Dpress
A simple blog powered by Django
Stars: ✭ 85 (-37.96%)
Mutual labels:  blog, django
Wiki
wiki is a self-hosted well uh wiki engine or content management system
Stars: ✭ 91 (-33.58%)
Mutual labels:  blog, cms
Blog
部署在 GitBook 上的个人博客。
Stars: ✭ 112 (-18.25%)
Mutual labels:  blog, django
Wtcms
基于thinkphp的内容管理系统,可快速搭建个人博客、公司学校官网、新闻类站点。
Stars: ✭ 75 (-45.26%)
Mutual labels:  blog, cms
Django Blog Python Learning
For newest version https://github.com/agusmakmun/python.web.id
Stars: ✭ 77 (-43.8%)
Mutual labels:  blog, django
Django Filer
File and Image Management Application for django
Stars: ✭ 1,384 (+910.22%)
Mutual labels:  cms, django
Node Blog
🔥✨ A react blog project base on nodejs, nestjs, mongoose, typescript, react, ant-design,nextjs
Stars: ✭ 69 (-49.64%)
Mutual labels:  blog, article
Cms
MaxSite CMS
Stars: ✭ 123 (-10.22%)
Mutual labels:  blog, cms
Geekblog
A full blog system based on Django
Stars: ✭ 123 (-10.22%)
Mutual labels:  blog, django
Wagtail
A Django content management system focused on flexibility and user experience
Stars: ✭ 11,387 (+8211.68%)
Mutual labels:  cms, django
Courselit
Start your own online teaching business. Features include course maker, students manager, payments and more.
Stars: ✭ 73 (-46.72%)
Mutual labels:  blog, cms
Awesome Django
Repository mirror of GitLab: https://gitlab.com/rosarior/awesome-django This repository is not monitored for issues, use original at GitLab.
Stars: ✭ 8,527 (+6124.09%)
Mutual labels:  blog, django
Mezzanine Api
RESTful web API for Mezzanine CMS
Stars: ✭ 84 (-38.69%)
Mutual labels:  cms, django
Myblog
python 博客系统,基于django
Stars: ✭ 70 (-48.91%)
Mutual labels:  blog, django
Deeru
DeerU is a content management system, used for blogs. ( DeerU 是一个开源博客系统 )
Stars: ✭ 100 (-27.01%)
Mutual labels:  blog, cms
Sunengine
SunEngine – site engine with blog, forum and articles sections features support.
Stars: ✭ 130 (-5.11%)
Mutual labels:  blog, cms
Halfrost Field
✍🏻 这里是写博客的地方 —— Halfrost-Field 冰霜之地
Stars: ✭ 10,414 (+7501.46%)
Mutual labels:  blog, article
Django Arctic
Django Arctic is a framework that simplifies the creation of custom content management systems.
Stars: ✭ 68 (-50.36%)
Mutual labels:  cms, django

Introduction

一个基于python3.6Django2.0的博客。

A simple blog based on python3.6 and Django2.0.

requirement

  • Django==2.0.3
  • django-jet==1.0.7
  • django-summernote==0.8.8.6
  • pytz==2018.3

Front page

1

2


3


Backend page

1


2


3


4


Completed

CN

  • 文章管理,包括新增、删除和编辑
  • 分类管理,包括新增、删除和编辑
  • 标签管理,包括新增、删除和编辑
  • 列表页展示概要信息、发布时间、分类、浏览次数
  • 分页展示
  • 点击"阅读全文"显示文章详细内容
  • 详情页每刷新一次浏览次数+1
  • 文章分类搜索
  • 文章标签搜索
  • 文章详细页切换上一篇和下一篇文章
  • 点击图标回到顶部
  • 文章按月归档

EN

  • Article management, including adding, deleting and editing
  • Classified management, including adding, deleting and editing
  • Tag management, including adding, deleting and editing
  • List page shows summary information, time of release, category, number of visits
  • Pagination display
  • Click "read the full text" to display the details of the article
  • Pages plus one per view
  • Search by category
  • Search by tag
  • switch between previous and next articles
  • One-click back to the top
  • Monthly archive

TO-DO

CN

  • 关键字搜索
  • 评论
  • 标签云

EN

  • Keyword search
  • Comments
  • Tag Cloud
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].