Hello,
I have a Django web app and Mayan on the same local network, but in different computers, so different IPs. I am making API calls from my app to Mayan, I get responses, but while I am redirecting to Mayan, I can't connect to Mayan, because I am connected to the 1st app in its PostgreSQL. How will I be able to keep both connections open without any conflicts that lead to disconnections?
Many thanks,
Harry