request.build_absolute_uri("https://stackoverflow.com/")
or you could try
import socket
socket.gethostbyname(socket.gethostname())
request.build_absolute_uri("https://stackoverflow.com/")
or you could try
import socket
socket.gethostbyname(socket.gethostname())