Re: solve disallowedhost issue with AWS

2017-04-28 Thread Adnan
You might want to read this: https://hashedin.com/2017/01/06/5-gotchas-with-elastic-beanstalk-and-django/ On Friday, April 28, 2017 at 12:35:18 AM UTC+2, M wrote: > > Hi, Im trying to deploy my website using AWS, and I basically just follow > the AWS tutorial at > http://docs.aws.amazon.co

solve disallowedhost issue with AWS

2017-04-27 Thread M
Hi, Im trying to deploy my website using AWS, and I basically just follow the AWS tutorial at http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create-deploy-python-django.html. however when I run eb open, it gives me disallowedhost exception, trackback to get_host() call. Plz help. --