Django搭建简易博客教程

This commit is contained in:
迷渡 2015-01-15 21:51:23 +08:00
parent b9454227fd
commit 613afe3e02

View File

@ -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)