基于 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://codercto.com/soft/d/23529.html

Algorithms Sequential & Parallel

Algorithms Sequential & Parallel

Russ Miller、Laurence Boxer / Charles River Media / 2005-08-03 / USD 59.95

With multi-core processors replacing traditional processors and the movement to multiprocessor workstations and servers, parallel computing has moved from a specialty area to the core of computer scie......一起来看看 《Algorithms Sequential & Parallel》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具