Skip to content Skip to sidebar Skip to footer
Showing posts with the label Subdomain

Disallowedhost At / Invalid Http_host Header: 'www.example.com'. You May Need To Add 'www.example.com' To Allowed_hosts

I have deployed a Django project in digitalocean ubuntu 16.04.My domain name is like example.com Be… Read more Disallowedhost At / Invalid Http_host Header: 'www.example.com'. You May Need To Add 'www.example.com' To Allowed_hosts

How Do I Get My Computer's Fully Qualified Domain Name In Python?

I know I can use platform.node() to get my computer's network name: >>> import platfor… Read more How Do I Get My Computer's Fully Qualified Domain Name In Python?