1👍
✅
Try:
user = fields.ToOneField(UserResource, 'user', full=True)
Note: ToOneField
and then we add full=true
to show all the details.
Source:stackexchange.com