1 Star 2 Fork 1

joelingwei / baby_blog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

baby_blog

介绍

基于django的开源博客系统。 包含一套个人博客(宝宝成长博客)应有的基本功能,可直接运行、部署、使用。 后期能很方便的进行UI个性化修改和功能扩展。

软件架构

  • Linux/Windows7
  • Python 3.6.5
  • db.sqlite3/Mysql

部署和运行方式

1.Mysql下方式

	Step1. gitclone https://gitee.com/joelingwei/baby_blog.git</br>
	Step2. cd baby_blog
           pip install -r requirements.txt
           导入Mysql文件,修改settings.py文件,将数据库连接参数修改成你自己的
           python manage.py collectstatic
           python manage.py makemigrations
           python manage.py migrate
           python manage.py createsuperuser
	Step3. python manage.py runserver

2.db.sqlite3下方式

	Step1. gitclone https://gitee.com/joelingwei/baby_blog.git</br>
	Step2. cd baby_blog
           pip install -r requirements.txt
           修改settings.py文件,将84,85行前面#号去掉,并将86到92行注释掉
           python manage.py collectstatic
           python manage.py makemigrations
           python manage.py migrate
           python manage.py createsuperuser
	Step3. python manage.py runserver

访问方式

  • 前端页面:ip:8000
  • 后台管理:ip:8000/admin

实现功能

  • 网站信息设置
  • 博客编写
  • 友情链接管理
  • 留言板管理

关于作者

袁小威,汉纸,爱文字、爱音乐的90后伪文艺程序猿一枚,乐于分享一些个人开发之路上踩的各种坑,只为后来人更好的行走。

PHP4年+开发经验,Python入门小白菜,熟悉ThinkPHP和laravel,有微信公众号第三方平台、微信公众号、微信小程序等开发经验,以及其他PHP相关开发经验(如支付宝,微信,翼支付等支付功能对接开发,api接口开发,网站前后端开发等)。

个人博客地址:https://www.yxiaowei.com

博客小程序

写在最后

有不当之处欢迎大家与我反馈。反馈邮箱:yuanwei@yxiaowei.com

更新记录

  • 2019.12.18
    • 提交代码
  • 2019.12.25
    • 文章编辑增加富文本编辑插件
    • 部分优化django自带admin后台

后续优化

目前后台管理相册部分还处于待解决状态

MIT License Copyright (c) 2019 joelingwei Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

基于django的开源博客系统。包含一套个人博客(宝宝成长博客)应有的基本功能,可直接运行、部署、使用。后期能很方便的进行UI个性化修改和功能扩展。 展开 收起
Python
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Python
1
https://gitee.com/joelingwei/baby_blog.git
git@gitee.com:joelingwei/baby_blog.git
joelingwei
baby_blog
baby_blog
master

搜索帮助