 instances/utils.py Line29: “ua = user.userattributes ”,I changed to ”ua = UserAttributes.objects.filter(user=user)“,and from accounts.models import UserAttributes
instances/utils.py
Line29: “ua = user.userattributes ”,I changed to ”ua = UserAttributes.objects.filter(user=user)“,and from accounts.models import UserAttributes