Update project to use Django 1.7.7. Issue #33

This commit is contained in:
Roberto Rosario
2015-03-30 03:42:53 -04:00
parent d6150f950b
commit bd041457c9
68 changed files with 1485 additions and 1236 deletions

View File

@@ -9,5 +9,5 @@ class CommentForm(forms.ModelForm):
A standard model form to allow users to post a comment
"""
class Meta:
model = Comment
fields = ('comment',)
model = Comment