[Answer]-'CompanyUser' object has no attribute 'all'

1👍

Try:

user = fields.ToOneField(UserResource, 'user',  full=True)

Note: ToOneField and then we add full=true to show all the details.

Leave a comment