gojuukaze / Deeru
Licence: gpl-3.0
DeerU is a content management system, used for blogs. ( DeerU 是一个开源博客系统 )
Stars: ✭ 100
Programming Languages
python
139335 projects - #7 most used programming language
Labels
Projects that are alternatives of or similar to Deeru
Cms
Decoupled CMS for any Laravel app, gain control of: pages, blogs, galleries, events, images, custom modules and more.
Stars: ✭ 498 (+398%)
Mutual labels: blog, cms
Masuit.myblogs
masuit.com个人博客站项目源码,https://masuit.com ,供参考、学习、引用、非商业性质的部署。基于.net5
Stars: ✭ 418 (+318%)
Mutual labels: blog, cms
Courselit
Start your own online teaching business. Features include course maker, students manager, payments and more.
Stars: ✭ 73 (-27%)
Mutual labels: blog, cms
Bbs
巡云轻论坛系统包含论坛、问答模块。系统采用JAVA+MYSQL架构,自适应手机端和电脑端,界面简洁,性能高效。数据库表结构设计使用分表方案,提高系统的负载能力。后台数据库备份/还原、全站指定目录打包、一键自动升级等功能使维护简单方便。系统拥有强大的模板管理功能,布局版块支持设置输出条件,让前端页面展示方便快捷。
Stars: ✭ 712 (+612%)
Mutual labels: blog, cms
Django Blog Python Learning
For newest version https://github.com/agusmakmun/python.web.id
Stars: ✭ 77 (-23%)
Mutual labels: blog, django-blog
Itranswarp
Full-featured CMS including blog, wiki, discussion, etc. powered by SpringBoot.
Stars: ✭ 465 (+365%)
Mutual labels: blog, cms
Htmly
Simple and fast databaseless PHP blogging platform, and Flat-File CMS
Stars: ✭ 689 (+589%)
Mutual labels: blog, cms
Borgert Cms
Borgert is a CMS Open Source created with Laravel Framework 5.6
Stars: ✭ 298 (+198%)
Mutual labels: blog, cms
Wondercms
WonderCMS - fast and small flat file CMS (5 files)
Stars: ✭ 330 (+230%)
Mutual labels: blog, cms
Nodepress
😎 RESTful API service for Blog/CMS, powered by @nestjs
Stars: ✭ 829 (+729%)
Mutual labels: blog, cms
DeerU
DeerU is a content management system, used for blogs.
DeerU 是一个开源博客系统,它基于Django开发。
它提供了丰富的json数据接口(需安装api插件),前端开发人员可以不依赖Django模板,方便的开发主题,实现前后端分离。
(不再继续维护)
V2.0.0 发布 |
---|
DeerU 2.0 开始定位为可供二次开发的博客系统 基于此定位,此项目将为有django、前端经验开发者提供可自行扩展博客系统。 此项目今后将只提供博客基础功能更新、安全性更新、可扩展性更新,除此之外的功能(比如主题、cdn等)需要开发者自行开发。 |
更多内容 >> 2.0更新说明 | 1.x升级2.0指南 |
依赖
- Python 3.6+
- pip 10+
- git
- libjpeg,zlib -- pillow包的依赖
- ubuntu:
apt-get install libjpeg8-dev zlib1g-dev libfreetype6-dev
- centos:
yum -y install python-devel zlib-devel libjpeg-turbo-devel
- ubuntu:
目录
- 项目文档 :https://doc.ikaze.cn/deeru/
- GITHUB :https://github.com/gojuukaze/DeerU
- DEMO :https://www.ikaze.cn
- 安装
- 初始化
- 运行
安装
安装之前建议配置虚拟环境
pip install virtualenv
virtualenv --no-site-packages deeru_env
source deeru_env/bin/activate
- pip安装
pip install DeerU
deeru-admin install deeru
- 手动安装(不推荐)
git clone https://github.com/gojuukaze/DeerU.git
cd DeerU
pip install -r requirements.txt
# 创建 deeru/settings_local.py , deeru/urls_local.py ,具体参考文档
初始化
- 运行下面命令初始化项目,注意:如果你更改了数据库的配置,或者修改了主题的静态文件 则需要再次运行初始化
cd DeerU # 如果你没进入工程目录先进入
python manage.py init_deeru
运行
- 以debug模式运行
python manage.py runserver 0.0.0.0:8000
- 生产环境运行参考 部署DeerU
license
DeerU使用 GNU General Public License v3.0 协议 ,你可以在遵循此协议的情况下免费使用DeerU
重要!!
需要注意的是,DeerU本身是免费的,但后台管理使用了富文本编辑器froala,其扩展插件并不免费,你可以在以下链接中查看收费信息:
https://github.com/froala/django-froala-editor#license
https://froala.com/wysiwyg-editor/pricing
你可以自己更换其他编辑器(参照文档 富文本编辑器 )
截图
首页






捐赠 / Sponsor
开源不易,如果你觉得对你有帮助,求打赏个一块两块的
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].