autocompeter icon indicating copy to clipboard operation
autocompeter copied to clipboard

Django access error

Open shantanuo opened this issue 7 years ago • 2 comments

I have installed everything as per read-me. But I get this error:

web_1 | Invalid HTTP_HOST header: '34.195.94.88:8000'. You may need to add '34.195.94.88' to ALLOWED_HOSTS.

shantanuo avatar Jan 09 '17 07:01 shantanuo

If you access the site by going to http://34.195.94.88:8000 then you need to edit the .env file so it looks something like this:

ALLOWED_HOSTS=34.195.94.88

peterbe avatar Feb 03 '17 00:02 peterbe

Thanks for that tip. It is working now....

http://54.165.233.144:8000/

But How do I use it from here? I did not understand the "usage" section.

shantanuo avatar Feb 04 '17 09:02 shantanuo