Forums

Associating an existing PythonAnywhere web app with your domain

Hey,

I am trying to link my existing app <username>.pythonanywhere.com and my domain, but i get a page saying Bad Request(400). I have precisely followed the steps here https://www.pythonanywhere.com/wiki/UsingANewDomainForExistingWebApp , but im still encountering this error. Please help.

Thanks, Samarth

P.S. I got the "Hello World" page, so its working till there, n im copying the wsgi files correctly.

Hm. It's hard to tell what might be going wrong there. Can you get some more debug information? If you're using Django, if you set DEBUG to True, and reload the app, does anything useful appear in the error log?