I have a server in Django running on my computer "localhost: 8000 / posts", and I'm creating an Android client to access it.
Debugging my application on a real device, I tried to access my IPv4 knowing that both the computer and the cell phone are on the same subnet as "192.168.XX: 8000 / posts", but I can not access this link through the mobile browser .
I checked the "chrome: // inspect /" option in Google Chrome, but I do not know how this can help me or if you can help me.
However, does anyone know that it's the best alternative to establish this connection for both my App and browser?