Ok, maybe i'm confuse about this whole thing. 

So these are my task
- Integration of django 1 api and django 2 api, to setup two django app, on 
same server / PC, with different port
- Integration of django 1 api and django 2 api, to setup two django app, on 
same server / PC, with different database
- Integration of django 1 api and django 2 api, on django api method on 
django 1 api, code to POST BookAppt
- Integration of django 1 api and django 2 api, on django api method on 
django 2 apiI, code to GET BookAppt
- Integration of django 1 api and django 2 api, on django api method, 
connect to another API

May anyone please explain to me about connect to another api ? From my 
understanding, it is API connect to another API.Which allow django 1 api to 
POST to BookAppt and django 2 api to GET the data.

On Monday, January 15, 2018 at 1:42:59 PM UTC+9, [email protected] wrote:
>
> So i have 2 django project. Both have its seperated database and table. I 
> create the django rest framework api for both project but i want both of 
> them to communicate with each other.
>
>
> In django 1 is about the social media and medical record app API. In 
> django 2 is a clinic app API where the it is for staff of the clinic and 
> collect user information from django 1 and to give a queue number for user 
> that make appointment.
>
>
> What im trying to do is django 2 will have a qr code for django 1 to scan. 
> After scanning, it will ask for permission to allow their information to be 
> share with django 2(their user information/medical record). After user 
> allow, their information will be save to django 2 database.
>
> For now, i just want to allow django 2 to save the user information from 
> django 1.
>
>
> Is there a way for 2 different django project to communicate with each 
> other through the api ?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c6589e9c-662c-4204-91ae-fe30ac2711f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to