Migrate to use a local model for document comments. Closes gh-issue #233.

This commit is contained in:
Roberto Rosario
2015-07-29 19:43:11 -04:00
parent 97f3451caf
commit 26259b63f6
9 changed files with 192 additions and 30 deletions

View File

@@ -1,7 +1,8 @@
from __future__ import unicode_literals
from django import forms
from django.contrib.comments.models import Comment
from .models import Comment
class CommentForm(forms.ModelForm):