A restful comment system using modified preordered tree traversal ala. slashdot - this fork, designed to work with authenticated comments only, tries to add some useful features that big sites might need
Did you define COMMENTS_APP in your settings.py ? It needs to point to mptt_comments (unless you are using your own variant extending one of the provided models)
Hi,
I'm getting this error using the latest checkout:
'MpttCommentsAdmin.raw_id_fields' refers to field 'parent' that is missing from model 'Comment'.
my settings.py (excerpt) :
INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.sites',
Uncomment the next line to enable the admin:
)
hope you can help me :)
thanks,
Léon