Django评论框架 - 使用会话变量设置电子邮件

时间:2011-09-21 12:44:36

标签: django comments session-variables

如何在Django评论表单中设置电子邮件地址,并将值存储在会话变量中?

1 个答案:

答案 0 :(得分:1)

我认为您需要为评论自定义创建一个应用:https://docs.djangoproject.com/en/dev/ref/contrib/comments/custom/

正如文章所解释的那样,您需要在表单的get_comment_create_data方法中阅读会话值。