I am trying to develop a website using Django framework and launched using DigitalOcean.com and deployed the necessary files into django-project.
I had to include static files into Django-project and After collecting static files, I tried to refresh my IP.
I am getting the following error :
DisallowedHost at / Invalid HTTP_HOST header: '198.211.99.20'. You may need to add u'198.211.99.20' to ALLOWED_HOSTS.
Can somebody help me to fix this ?