How to use Django to get the name for the host server?
I need the name of the hosting server instead of the client name?
Basically, You can take with request.get_host() in your view/viewset. It returns
request.get_host()