I want to remove the django.contrib.comments application from the project I'm working on. I tried:
$ python manage.py sqlclear django.contrib.comments
on the shell, but received:
Error: Application tagged django.contrib.comments could not be found. Are you sure your INSTALLED_APPS setting is correct?
I double checked the INSTALLED_APPS settings and really django.contrib.comments .
Any suggestions on how to get around this?
lenny source share