- 授权协议: Apache
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: http://www.17python.com
- 软件文档: https://gitee.com/J_Sky/17python/blob/master/README.md
软件介绍
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/
如果想在部署到生产环境,请点此查看详细教程
欢迎有识之士参与提交代码,大家共同学习共同进步!
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》 这本书的介绍吧!
