﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>博客园-木野狐(Neil Chen)-随笔分类-Python</title><link>http://www.cnblogs.com/RChen/category/38092.html</link><description /><language>zh-cn</language><lastBuildDate>Sat, 17 May 2008 02:11:38 GMT</lastBuildDate><pubDate>Sat, 17 May 2008 02:11:38 GMT</pubDate><ttl>60</ttl><item><title>为什么一直没有 Django 的“终极”Blog 程序？</title><link>http://www.cnblogs.com/RChen/archive/2007/12/05/983480.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Wed, 05 Dec 2007 04:49:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/12/05/983480.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/983480.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/12/05/983480.html#Feedback</comments><slash:comments>11</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/983480.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/983480.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 在B-List中James说：Django中没有一个终极的blog程序，也许永远也不会有。他的理由是，像WordPress那样流行的blog程序，都体现一种"all-in-o...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/12/05/983480.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/983480.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-12-05 12:49 <a href="http://www.cnblogs.com/RChen/archive/2007/12/05/983480.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Python 的模块导入原理</title><link>http://www.cnblogs.com/RChen/archive/2007/12/04/982867.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Tue, 04 Dec 2007 14:08:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/12/04/982867.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/982867.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/12/04/982867.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/982867.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/982867.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: JamesBennett在他的blog(B-List)上最近发表了两篇文章(1,2)，谈到了Python中的一些'Magic'.其中提到所谓的‘克拉克第三定律’：Anysuffic...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/12/04/982867.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/982867.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-12-04 22:08 <a href="http://www.cnblogs.com/RChen/archive/2007/12/04/982867.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Django 错误信息：AttributeError: 'str' object has no attribute '_meta'</title><link>http://www.cnblogs.com/RChen/archive/2007/08/08/848129.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Wed, 08 Aug 2007 10:02:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/08/08/848129.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/848129.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/08/08/848129.html#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/848129.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/848129.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 这个错误的原因是不恰当地使用了字符串形式的表名作为外键关联：user=models.ForeignKey('User')改成这样就可以了：user=models.ForeignKey(User...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/08/08/848129.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/848129.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-08-08 18:02 <a href="http://www.cnblogs.com/RChen/archive/2007/08/08/848129.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>django 中的用户身份验证和 session 的关系</title><link>http://www.cnblogs.com/RChen/archive/2007/07/12/django_session_and_user.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Thu, 12 Jul 2007 08:55:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/07/12/django_session_and_user.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/815736.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/07/12/django_session_and_user.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/815736.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/815736.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Sessionsession的数据存在数据库中，它在客户端是用cookie来识别的，作为一个票据。这个cookie的名称，默认就叫"sessionid"，但是可以通过&nbsp;setti...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/07/12/django_session_and_user.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/815736.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-07-12 16:55 <a href="http://www.cnblogs.com/RChen/archive/2007/07/12/django_session_and_user.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>终于搞定了 django 的 ajax 方式上传图片</title><link>http://www.cnblogs.com/RChen/archive/2007/07/06/django_ajax_upload.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Fri, 06 Jul 2007 11:28:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/07/06/django_ajax_upload.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/808958.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/07/06/django_ajax_upload.html#Feedback</comments><slash:comments>11</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/808958.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/808958.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 今天终于搞定了django的ajax方式上传图片。客户端我用的是jQuery的插件AjaxFileUpload,其原理是动态创建一个iframe和一个form,将&lt;in...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/07/06/django_ajax_upload.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/808958.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-07-06 19:28 <a href="http://www.cnblogs.com/RChen/archive/2007/07/06/django_ajax_upload.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Mako 模板系统文档翻译(4) 运行时环境</title><link>http://www.cnblogs.com/RChen/archive/2007/06/16/mako_doc_translation_4.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Sat, 16 Jun 2007 04:28:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/06/16/mako_doc_translation_4.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/785611.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/06/16/mako_doc_translation_4.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/785611.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/785611.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 翻译：木野狐http://rchen.cnblogs.com/原文：http://www.makotemplates.org/docs/runtime.html译文：Version:0.1....&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/06/16/mako_doc_translation_4.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/785611.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-06-16 12:28 <a href="http://www.cnblogs.com/RChen/archive/2007/06/16/mako_doc_translation_4.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Mako 模板系统文档翻译(3) 函数定义</title><link>http://www.cnblogs.com/RChen/archive/2007/06/15/mako_doc_translation_3.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Fri, 15 Jun 2007 08:10:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/06/15/mako_doc_translation_3.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/784857.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/06/15/mako_doc_translation_3.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/784857.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/784857.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 翻译：木野狐http://rchen.cnblogs.com/原文：http://www.makotemplates.org/docs/defs.html译文：Version:0.1.5L...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/06/15/mako_doc_translation_3.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/784857.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-06-15 16:10 <a href="http://www.cnblogs.com/RChen/archive/2007/06/15/mako_doc_translation_3.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Mako 模板系统文档翻译(2) 语法</title><link>http://www.cnblogs.com/RChen/archive/2007/06/15/mako_doc_translation_2.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Fri, 15 Jun 2007 03:33:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/06/15/mako_doc_translation_2.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/784460.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/06/15/mako_doc_translation_2.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/784460.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/784460.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 翻译：木野狐http://rchen.cnblogs.com/原文：http://www.makotemplates.org/docs/syntax.html译文：Version:0.1.5...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/06/15/mako_doc_translation_2.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/784460.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-06-15 11:33 <a href="http://www.cnblogs.com/RChen/archive/2007/06/15/mako_doc_translation_2.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Mako 模板系统文档翻译(1) 使用基础</title><link>http://www.cnblogs.com/RChen/archive/2007/06/15/mako_doc_translation_1.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Thu, 14 Jun 2007 18:11:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/06/15/mako_doc_translation_1.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/784089.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/06/15/mako_doc_translation_1.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/784089.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/784089.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 译者的前言（木野狐http://rchen.cnblogs.com）：Mako是一个模板引擎，快速而强大。其语法类似于Python，可以在模板内随时建立可复用的函数，灵活性比较高。让我想起来最初...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/06/15/mako_doc_translation_1.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/784089.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-06-15 02:11 <a href="http://www.cnblogs.com/RChen/archive/2007/06/15/mako_doc_translation_1.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>用 PIL 绘制二次贝塞尔曲线</title><link>http://www.cnblogs.com/RChen/archive/2007/05/16/pil_bezier.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Wed, 16 May 2007 14:40:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/05/16/pil_bezier.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/749271.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/05/16/pil_bezier.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/749271.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/749271.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: PIL(PythonImageLibrary)&nbsp;中有line,ellipse,rectangle等常规绘图的函数，但缺少绘制曲线的函数，今天我的需求中需要绘制一个二次贝塞尔曲线（...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/05/16/pil_bezier.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/749271.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-05-16 22:40 <a href="http://www.cnblogs.com/RChen/archive/2007/05/16/pil_bezier.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>删除 python 项目中 .pyc 文件的脚本</title><link>http://www.cnblogs.com/RChen/archive/2007/05/09/del_pyc.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Wed, 09 May 2007 06:10:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/05/09/del_pyc.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/740262.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/05/09/del_pyc.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/740262.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/740262.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: python项目一运行后会产生很多.pyc文件，给源代码管理带来很大的干扰，于是我做了个js脚本来清除这些文件。使用方法很简单，把下列代码保存为del_pyc.js，放到需要清理的项目的文...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/05/09/del_pyc.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/740262.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-05-09 14:10 <a href="http://www.cnblogs.com/RChen/archive/2007/05/09/del_pyc.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[Django学习] 用户身份验证模块</title><link>http://www.cnblogs.com/RChen/archive/2007/04/23/django_auth.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Mon, 23 Apr 2007 07:25:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/04/23/django_auth.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/723917.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/04/23/django_auth.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/723917.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/723917.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: django用户身份验证模块(/django/contrib/auth/__init__.py)在settings.py中，可以通过AUTHENTICATION_BACKENDS指定多个验证...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/04/23/django_auth.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/723917.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-04-23 15:25 <a href="http://www.cnblogs.com/RChen/archive/2007/04/23/django_auth.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>实践 Django 的 i18n（国际化）</title><link>http://www.cnblogs.com/RChen/archive/2007/04/18/django_i18n.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Wed, 18 Apr 2007 05:52:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/04/18/django_i18n.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/718176.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/04/18/django_i18n.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/718176.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/718176.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 我的开发机器系统是WindowsXP.在Windows平台上，需要下载安装这些东西：1.cygwin&nbsp;http://www.cygwin.com/&nbsp;当前版本1.5....&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/04/18/django_i18n.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/718176.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-04-18 13:52 <a href="http://www.cnblogs.com/RChen/archive/2007/04/18/django_i18n.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>修改 Django 的邮件发送模块</title><link>http://www.cnblogs.com/RChen/archive/2007/04/18/django_mail.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Wed, 18 Apr 2007 04:09:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/04/18/django_mail.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/718042.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/04/18/django_mail.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/718042.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/718042.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: /django/core/mail.py源文件(行：65)：CodehighlightingproducedbyActiproCodeHighlighter(freeware)http...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/04/18/django_mail.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/718042.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-04-18 12:09 <a href="http://www.cnblogs.com/RChen/archive/2007/04/18/django_mail.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>RedHat 上安装 lighttpd 并配置 fastcgi + django 的记录</title><link>http://www.cnblogs.com/RChen/archive/2007/04/09/lighttpd_django.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Mon, 09 Apr 2007 04:58:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/04/09/lighttpd_django.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/705570.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/04/09/lighttpd_django.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/705570.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/705570.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: ==================安装flup=================================cd/downloadsmkdirflupcdflupsvncoh...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/04/09/lighttpd_django.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/705570.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-04-09 12:58 <a href="http://www.cnblogs.com/RChen/archive/2007/04/09/lighttpd_django.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>RedHat 上安装多个 mysql 实例并配置 django 连接的操作记录</title><link>http://www.cnblogs.com/RChen/archive/2007/04/06/mysql_django.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Thu, 05 Apr 2007 17:13:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/04/06/mysql_django.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/702089.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/04/06/mysql_django.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/702089.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/702089.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Redhat服务器上原有一个MySQL3.23.58的实例。现欲安装一个5.0的实例到另一个端口，配合django程序使用。今天配置过程中遇到了不少问题，所幸最终都解决了，记录如下。在...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/04/06/mysql_django.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/702089.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-04-06 01:13 <a href="http://www.cnblogs.com/RChen/archive/2007/04/06/mysql_django.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>在 Django 的 View 中利用 function decorator 可实现一定程度的代码重用</title><link>http://www.cnblogs.com/RChen/archive/2007/04/03/django_decorator.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Tue, 03 Apr 2007 09:40:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/04/03/django_decorator.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/698660.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/04/03/django_decorator.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/698660.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/698660.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 在Django中，假设有几个view,他们都接受类似的参数，做类似的处理，最后又输出类似的变量到模板中配合显示，唯一不同的就是模板路径。最普通的写法可能是这样：def&nbsp;vie...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/04/03/django_decorator.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/698660.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-04-03 17:40 <a href="http://www.cnblogs.com/RChen/archive/2007/04/03/django_decorator.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Django 代码片断收集（持续更新）</title><link>http://www.cnblogs.com/RChen/archive/2007/04/03/django_snippets.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Tue, 03 Apr 2007 08:55:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/04/03/django_snippets.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/698590.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/04/03/django_snippets.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/698590.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/698590.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 根据键值取得对象，如果不存在则创建新对象返回。defaults参数提供给创建对象时使用。f,&nbsp;created&nbsp;=&nbsp;Foo.objects.get_or_create...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/04/03/django_snippets.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/698590.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-04-03 16:55 <a href="http://www.cnblogs.com/RChen/archive/2007/04/03/django_snippets.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>今天思路有点乱，随便记一点关于 xml-rpc 的</title><link>http://www.cnblogs.com/RChen/archive/2007/04/03/xmlrpc1.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Mon, 02 Apr 2007 18:13:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/04/03/xmlrpc1.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/697628.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/04/03/xmlrpc1.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/697628.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/697628.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 因为博客园今天又不能访问了，并且这几天状态都不稳定，我又一次萌发了做博客备份的念头。之前，我已经做过一次了，并且满足基本了我自己用的需求，当时用的是.NET/C#，按一定规律下载我的博客网页后，正则...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/04/03/xmlrpc1.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/697628.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-04-03 02:13 <a href="http://www.cnblogs.com/RChen/archive/2007/04/03/xmlrpc1.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>今天在 Linux 上顺利编译 PIL 1.1.6 成功</title><link>http://www.cnblogs.com/RChen/archive/2007/04/01/pil_linux.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Sun, 01 Apr 2007 15:04:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/04/01/pil_linux.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/696366.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/04/01/pil_linux.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/696366.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/696366.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 安装过程很顺利。wgethttp://effbot.org/downloads/Imaging-1.1.6.tar.gztarzxvfImaging-1.1.6.tar.gzcdImaging...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/04/01/pil_linux.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/696366.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-04-01 23:04 <a href="http://www.cnblogs.com/RChen/archive/2007/04/01/pil_linux.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>用 PIL 写了个简单的缩略图生成程序</title><link>http://www.cnblogs.com/RChen/archive/2007/03/31/pil_thumb.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Sat, 31 Mar 2007 12:15:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/03/31/pil_thumb.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/695351.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/03/31/pil_thumb.html#Feedback</comments><slash:comments>9</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/695351.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/695351.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 最近刚刚学了简单的PIL(PythonImageLibrary)&nbsp;的使用方法，感觉比较简单好用！结合最近我要在web中做缩略图的需求，写了个函数。这个程序的思路是截取源图中间一块...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/03/31/pil_thumb.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/695351.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-03-31 20:15 <a href="http://www.cnblogs.com/RChen/archive/2007/03/31/pil_thumb.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>PIL 学习笔记(3)</title><link>http://www.cnblogs.com/RChen/archive/2007/03/31/pil_3.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Sat, 31 Mar 2007 09:00:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/03/31/pil_3.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/695185.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/03/31/pil_3.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/695185.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/695185.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 图片序列（ImageSequences，也叫动画格式,animationformats）PIL对图片序列有一些基础的支持。支持FLI/FLC,GIP和其他一些格式，TIFF文件也可以包...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/03/31/pil_3.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/695185.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-03-31 17:00 <a href="http://www.cnblogs.com/RChen/archive/2007/03/31/pil_3.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>PIL 学习笔记(2)</title><link>http://www.cnblogs.com/RChen/archive/2007/03/31/pil_2.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Sat, 31 Mar 2007 08:23:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/03/31/pil_2.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/695141.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/03/31/pil_2.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/695141.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/695141.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 缩放out&nbsp;=&nbsp;im.resize((128,&nbsp;128))逆时针旋转一定的度数（需要注意这个方法不会在img对象上做in-place的操作，而是返回一个转换后...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/03/31/pil_2.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/695141.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-03-31 16:23 <a href="http://www.cnblogs.com/RChen/archive/2007/03/31/pil_2.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>PIL 学习笔记(1)</title><link>http://www.cnblogs.com/RChen/archive/2007/03/31/pil_1.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Fri, 30 Mar 2007 17:06:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/03/31/pil_1.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/694657.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/03/31/pil_1.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/694657.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/694657.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 使用PythonImageLibrary(PIL),需要先导入相关模块：import&nbsp;Image如何加载图片：im&nbsp;=&nbsp;Image.open(r"D:/...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/03/31/pil_1.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/694657.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-03-31 01:06 <a href="http://www.cnblogs.com/RChen/archive/2007/03/31/pil_1.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>今天想到了关于 Django 中 view 的组织方式问题</title><link>http://www.cnblogs.com/RChen/archive/2007/03/26/django_view.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Mon, 26 Mar 2007 04:30:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/03/26/django_view.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/688210.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/03/26/django_view.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/688210.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/688210.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 之前一直做ASP.NET,对于一个页面文件一个view的做法感觉很好。而django中在一个文件里很多个函数，每一个代表一个view.这样的做法在网站程序复杂化后，查找代码很不方便。当...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/03/26/django_view.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/688210.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-03-26 12:30 <a href="http://www.cnblogs.com/RChen/archive/2007/03/26/django_view.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[摘要] 如何用 FastCGI 运行 Django</title><link>http://www.cnblogs.com/RChen/archive/2007/03/23/django_fcgi.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Fri, 23 Mar 2007 05:05:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/03/23/django_fcgi.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/685203.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/03/23/django_fcgi.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/685203.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/685203.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 摘要自Django文档：http://www.djangoproject.com/documentation/fastcgi/-----------------------------------...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/03/23/django_fcgi.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/685203.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-03-23 13:05 <a href="http://www.cnblogs.com/RChen/archive/2007/03/23/django_fcgi.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Django newforms</title><link>http://www.cnblogs.com/RChen/archive/2007/03/10/django_newforms.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Sat, 10 Mar 2007 11:20:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/03/10/django_newforms.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/670477.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/03/10/django_newforms.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/670477.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/670477.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 由于前两天被django&nbsp;forms中的manipulator弄怕了，觉得这个东西比较难用。在python-chinese邮件列表中提问后，按照建议，我开始学习newforms...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/03/10/django_newforms.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/670477.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-03-10 19:20 <a href="http://www.cnblogs.com/RChen/archive/2007/03/10/django_newforms.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Django 中如何针对自定义的 View 做分页显示</title><link>http://www.cnblogs.com/RChen/archive/2007/03/06/django_pagination.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Tue, 06 Mar 2007 05:13:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/03/06/django_pagination.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/665348.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/03/06/django_pagination.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/665348.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/665348.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 参考：http://www.obeattie.com/blog/posts/custom-view-pagination-django/http://www.djangoproject.com/doc...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/03/06/django_pagination.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/665348.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-03-06 13:13 <a href="http://www.cnblogs.com/RChen/archive/2007/03/06/django_pagination.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Django 添加用户注册功能</title><link>http://www.cnblogs.com/RChen/archive/2007/03/05/django_reg.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Mon, 05 Mar 2007 10:00:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/03/05/django_reg.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/664561.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/03/05/django_reg.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/664561.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/664561.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: http://www.b-list.org/weblog/2006/09/02/django-tips-user-registrationhttp://feh.holsman.net/articles...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/03/05/django_reg.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/664561.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-03-05 18:00 <a href="http://www.cnblogs.com/RChen/archive/2007/03/05/django_reg.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Django 中如何给 User 增加额外的 Profile 信息</title><link>http://www.cnblogs.com/RChen/archive/2007/03/05/django_profile_ext.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Sun, 04 Mar 2007 19:38:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/03/05/django_profile_ext.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/663789.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/03/05/django_profile_ext.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/663789.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/663789.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 摘要：http://www.b-list.org/weblog/2006/06/06/django-tips-extending-user-model这里的做法是定义一个独立的模型及独立的数据表来表示...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/03/05/django_profile_ext.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/663789.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-03-05 03:38 <a href="http://www.cnblogs.com/RChen/archive/2007/03/05/django_profile_ext.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>