I'm trying to delete users from the admin and get this error:
DatabaseError at /admin/users/neverlateuser/
relation "django_comments" does not exist
LINE 1: ..._admin", "users_neverlateuser"."date_joined" FROM "django_co...
but I don't have the comments installed, I don't have django.contrib.comments
. I get this error only on the live server but not on the local host- there I can delete users with no problem. Where is the problem?