Can We Connect To Other Database On Another Host In Django
Hi i need to fetch data from another database which is on another host and insert into local database , is it possible to connect two databases at a time
Solution 1:
Yes it is. Please have a look at the Django documentation.
Post a Comment for "Can We Connect To Other Database On Another Host In Django"