[GH-ISSUE #463] instances: User has no userattributes #282

Open
opened 2026-02-27 15:58:06 +03:00 by kerem · 0 comments
Owner

Originally created by @pamtin on GitHub (Sep 20, 2021).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/463

image

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

Originally created by @pamtin on GitHub (Sep 20, 2021). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/463 ![image](https://user-images.githubusercontent.com/63539991/133966989-304e0fed-28ea-4f1b-8fe1-74a4fc6421e0.png) instances/utils.py Line29: “ua = user.userattributes ”,I changed to ”ua = UserAttributes.objects.filter(user=user)“,and from accounts.models import UserAttributes
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#282
No description provided.