How to connect to a sql server database remotely via internet in pythonConnect to a database not on the same network with python/django [closed]
I would like to connect to a server on a machine located on a different network from mine in order to connect to its database. How to do?
Until now I only worked with databases located on the same local network but now I have to interact with those located on another server. I develop with django/python.
The image I added below is the connection to several databases but on a local network, but as I said I want to interact with other databases located in another city.