2006年06月10日 星期六 19:04
哇哈哈! 做用户验证部分 模板里有{% if user.is_anonymous %} 可死活没法判断 永远都是没登陆 模板 自己写的AuthenticationForm 首页部分 全都查过 楞是没问题 回头看文档 第一句就是: from django.contrib.auth.models import SESSION_KEY 突然想起来自己的SESSION_KEY是没采用django的. 一改过来 果然ok了 特地记一笔 不过想来也没有人再能笨过我了 呵呵 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060610/2e501ee9/attachment.html
2006年06月10日 星期六 19:12
哈哈,赶紧收藏到FAQ里面! 最近研究了一下django,感觉比zope透亮多了。zope简直就是迷宫,预设了一大堆的功能,学了这个忘了那个的。 有空多多交流~ 在 06-6-10,风向标<vaneoooo at gmail.com> 写道: > > > 哇哈哈! > 做用户验证部分 > 模板里有{% if user.is_anonymous %} > > 可死活没法判断 > 永远都是没登陆 > > 模板 自己写的AuthenticationForm 首页部分 > 全都查过 > 楞是没问题 > > > 回头看文档 第一句就是: > from django.contrib.auth.models import SESSION_KEY > > 突然想起来自己的SESSION_KEY是没采用django的. > 一改过来 果然ok了 > > 特地记一笔 不过想来也没有人再能笨过我了 > 呵呵 > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > >
2006年06月12日 星期一 10:13
我也在用django做东西,大家一起交流。:) On 6/10/06, 马踏飞燕 <honeyday.mj at gmail.com> wrote: > > 哈哈,赶紧收藏到FAQ里面! > 最近研究了一下django,感觉比zope透亮多了。zope简直就是迷宫,预设了一大堆的功能,学了这个忘了那个的。 > 有空多多交流~ > > 在 06-6-10,风向标<vaneoooo at gmail.com> 写道: > > > > > > 哇哈哈! > > 做用户验证部分 > > 模板里有{% if user.is_anonymous %} > > > > 可死活没法判断 > > 永远都是没登陆 > > > > 模板 自己写的AuthenticationForm 首页部分 > > 全都查过 > > 楞是没问题 > > > > > > 回头看文档 第一句就是: > > from django.contrib.auth.models import SESSION_KEY > > > > 突然想起来自己的SESSION_KEY是没采用django的. > > 一改过来 果然ok了 > > > > 特地记一笔 不过想来也没有人再能笨过我了 > > 呵呵 > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to > > python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request at lists.python.cn > > Detail Info: > > http://python.cn/mailman/listinfo/python-chinese > > > > > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060612/6634bd35/attachment.html
Zeuux © 2025
京ICP备05028076号