I am getting error:
Bad Request (400)
because of:
Invalid HTTP_HOST header: 'autotest.pythonanywhere.com'. You may need to add u'autotest.pythonanywhere.com' to ALLOWED_HOSTS
with my allowed_hosts like
ALLOWED_HOSTS = [u"autotests.pythonanywhere.com",]
Where can be a problem?