【发布时间】:2011-02-15 18:08:15
【问题描述】:
我需要在使用 django-registration 应用程序的登录表单中实现“记住我”按钮。有哪位大神可以帮我指路吗?
谢谢
【问题讨论】:
标签: django django-registration
我需要在使用 django-registration 应用程序的登录表单中实现“记住我”按钮。有哪位大神可以帮我指路吗?
谢谢
【问题讨论】:
标签: django django-registration
【讨论】:
一种方法是更改会话到期日期。这个sn-p给出一个例子:http://www.djangosnippets.org/snippets/1881/
【讨论】: