Django comment moderation error: AlreadyModerated at /

2010-07-19 Thread Groady
I'm trying to add the comments framework to a weblog I'm creating in Django. Adding the comments system appears to be working fine until I attempt to enable comment moderation. I add the following code to my models.py as per the instructions on the django website. My model is called Post which rep

Error configuring Django to run customized comments framework

2010-08-26 Thread Groady
I'm having an issue with setting up a Django website which uses the Django comments framework on my server. The site runs fine when run locally (using manage.py runserver) but when pushed live I'm getting the error: ImproperlyConfigured at / The COMMENTS_APP setting refers to a non-existing packag

Django comments moderation stopped working

2010-12-15 Thread Groady
Just wondering if anyone else is having problems with the Django Comments Framework, specifically with the moderation functionality stopping working. Recently the moderation functionality has stopped working and all comments are getting through without first being approved. I'm not 100% sure what