<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_码农.KEN的园子_分类_Python/Django</title><id>http://feed.cnblogs.com/blog/u/30096/category/235978/rss</id><updated>2012-06-03T01:37:14Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ken-zhang/category/235978.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/30096/category/235978/rss"/><entry><id>http://www.cnblogs.com/ken-zhang/archive/2011/05/14/2046211.html</id><title type="text">MAC OS中安装MySQLdb-python的问题解决记录.</title><summary type="text">最近换了macbook pro，搭建python开发环境的时候需要装MySQLdb-python（一个常用的python mysql驱动库），由于snow leopard默认是64位导致装一些软件没有在linux下那么顺利..这个MySQLdb就折腾了半天.一开始，直接用 $sudo easy_install mysql-python安装过程无任何异常，但在python shell中&gt;import MySQLdb时出现如下异常：ImportError: dlopen(/Users/laixian/.python-eggs/MySQL_python-1.2.3-py2.6-macosx-1</summary><published>2011-05-14T05:58:00Z</published><updated>2011-05-14T05:58:00Z</updated><author><name>码农.ＫＥＮ</name><uri>http://www.cnblogs.com/ken-zhang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ken-zhang/archive/2011/05/14/2046211.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ken-zhang/archive/2011/05/14/2046211.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/ken-zhang/archive/2011/03/18/python_django_m2doc.html</id><title type="text">【原创分享】django-m2doc, 自动根据project下的所有models生成数据表结构文档.</title><summary type="text">一般在开发项目之前都会先绘出ER图等，但在使用Django做项目时都是希望快速搭建，所以都在大脑中构思好草图之后，直接开始coding建模，其实个人认为阅读django的models就已经能非常清晰的了解到对象关系等了，但毕竟有时候你的项目是需要给别人看的（如：客户），所以还是需要有规范的文档. 此时，我们需要一个工具能根据已coding好的Models自动生成Document.</summary><published>2011-03-18T04:00:00Z</published><updated>2011-03-18T04:00:00Z</updated><author><name>码农.ＫＥＮ</name><uri>http://www.cnblogs.com/ken-zhang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ken-zhang/archive/2011/03/18/python_django_m2doc.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ken-zhang/archive/2011/03/18/python_django_m2doc.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/ken-zhang/archive/2010/12/25/1916437.html</id><title type="text">【分享】利用decorator实现Django表单防重复提交</title><summary type="text">在Django中，利用decorator + session实现防止表单重复提交,如：下订单，用户填好表单然后Submit，当用户网速较慢时，很可能会习惯性的刷新当前页，而刷新操作会导致再次POST，此时若不加判断直接入库必然导致用户后台增加N个订单。</summary><published>2010-12-24T17:14:00Z</published><updated>2010-12-24T17:14:00Z</updated><author><name>码农.ＫＥＮ</name><uri>http://www.cnblogs.com/ken-zhang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ken-zhang/archive/2010/12/25/1916437.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ken-zhang/archive/2010/12/25/1916437.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/ken-zhang/archive/2010/12/16/django_widget_kindeditor.html</id><title type="text">Django轻松使用富文本编辑器-KindEditor</title><summary type="text"/><published>2010-12-16T02:44:00Z</published><updated>2010-12-16T02:44:00Z</updated><author><name>码农.ＫＥＮ</name><uri>http://www.cnblogs.com/ken-zhang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ken-zhang/archive/2010/12/16/django_widget_kindeditor.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ken-zhang/archive/2010/12/16/django_widget_kindeditor.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/ken-zhang/archive/2010/03/05/1678732.html</id><title type="text">python django学习-问题记录及解决方法</title><summary type="text">最近在学习python django WEB开发框架，过程中遇到了不少的坎坷，特在此作下记录以便回顾，或许你也正在为这些问题而发愁？</summary><published>2010-03-04T16:11:00Z</published><updated>2010-03-04T16:11:00Z</updated><author><name>码农.ＫＥＮ</name><uri>http://www.cnblogs.com/ken-zhang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ken-zhang/archive/2010/03/05/1678732.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ken-zhang/archive/2010/03/05/1678732.html"/><content type="text">最近在学习python django WEB开发框架，过程中遇到了不少的坎坷，特在此作下记录以便回顾，或许你也正在为这些问题而发愁？</content></entry></feed>
