不是那种单独的发私信。。。
但是@Django中国社区 一直没写怎么个实现法。。。
用的是django.contrib.comments的评论系统做对文章的回复,django自带的user(auth)
post的form如下:
<form class="form-horizontal" action="{% comment_form_target %}" method="post">