I am trying to remove users from 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 have no installed comments, I have no django.contrib.comments . I get this error only on the real server, but not on the local host - there I can delete users without problems. Where is the problem?
source share