hello everyone,
I am a new in django, need to inner join in django, it searching in documentation DJANGO REST FRAMEWORK / SERIALIZER, but is not looking for I am,
My query in sql is:
select * from auth_user as auser inner join profile_user_colony as profileu on
auser.id=profileu.user_id
this query show me all realted between user and profile, but the documentation just show me one of them, and not show me all.
please help me.
thanks.