Re: Django rest framework import data from one table to another

2018-01-04 Thread cherngyorng
This is my stackoverflow link which may be able to make it look more easier to understand: https://stackoverflow.com/questions/48109034/django-rest-framework-import-data-from-one-table-to-another On Friday, January 5, 2018 at 3:47:23 PM UTC+9, chern...@gmail.com wrote: > > I am doing a

Re: Django rest framework import data from one table to another

2018-01-04 Thread cherngyorng
This is my stackoverflow link which may be able to make it look more easier to understand On Friday, January 5, 2018 at 3:47:23 PM UTC+9, chern...@gmail.com wrote: > > I am doing a django rest framework API for ios application. And currently, > i am doing a function between user and family. > Le

Django rest framework import data from one table to another

2018-01-04 Thread cherngyorng
I am doing a django rest framework API for ios application. And currently, i am doing a function between user and family. Let me explain my logic between these two. User= current user (an account that can be use to login) Family = current user's family member eg:father mother (it is not an acco