Source code for kawaz.core.comments

[docs]def get_form(): from kawaz.core.comments.forms import KawazCommentForm return KawazCommentForm
[docs]def get_model(): from django_comments.models import Comment return Comment