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
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
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
3 matches
Mail list logo