基于 Django 搭建的个人博客 MyDjangoBlog

码农软件 · 软件分类 · 开源博客系统 · 2020-01-16 19:13:21

软件介绍

MyDjangoBlog

一个简易易用的blog,基于以下技术构建

  • Python

  • Django

  • Amaze UI

  • SQLite3

  • highlight.js

后台基于Django admin搭建。

展示如下图,点击博客查看在线演示效果

输入图片说明

输入图片说明

本地调试

环境需求:

python (3.6.1) Django (1.11.3) Markdown (2.6.8) Pillow (4.2.1)

进入程序目录后,运行python3 manage.py runserver

后台管理地址http://127.0.0.1:8000/admin/

前台地址http://127.0.0.1:8000/

如果想在部署到生产环境,请点此查看详细教程

欢迎有识之士参与提交代码,大家共同学习共同进步!

本文地址:https://www.codercto.com/soft/d/23529.html

High Performance Python

High Performance Python

Micha Gorelick、Ian Ozsvald / O'Reilly Media / 2014-9-10 / USD 39.99

If you're an experienced Python programmer, High Performance Python will guide you through the various routes of code optimization. You'll learn how to use smarter algorithms and leverage peripheral t......一起来看看 《High Performance Python》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

URL 编码/解码
URL 编码/解码

URL 编码/解码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换