From 613afe3e02fcbc9b8309b3f8a62c1e20b7e39116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Thu, 15 Jan 2015 21:51:23 +0800 Subject: [PATCH] =?UTF-8?q?Django=E6=90=AD=E5=BB=BA=E7=AE=80=E6=98=93?= =?UTF-8?q?=E5=8D=9A=E5=AE=A2=E6=95=99=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a0ae5d..f461d7b 100644 --- a/README.md +++ b/README.md @@ -343,6 +343,7 @@ * [笨办法学 Python](http://sebug.net/paper/books/LearnPythonTheHardWay/) ([PDF](http://liam0205.me/attachment/Python/PyHardWay/Learn_Python_The_Hard_Way_zh-cn.pdf)版下载) * [Django 文档中文版](http://django-chinese-docs.readthedocs.org/en/latest/) * [Django 最佳实践](https://github.com/brantyoung/zh-django-best-practices) +* [Django搭建简易博客教程](http://andrew-liu.gitbooks.io/django-blog/) * [The Django Book 中文版](http://djangobook.py3k.cn/2.0/) * [web.py 0.3 新手指南](http://webpy.org/tutorial3.zh-cn) * [Web.py Cookbook 简体中文版](http://webpy.org/cookbook/index.zh-cn) -- GitLab