Forums

Django deployment not working

I followed the steps to set up an existing Django app. I also have my own domain and followed the steps to set that up. The domain redirects properly to webapp-xxxxx.pythonanywhere.com, but I just get a "Coming Soon!" page.

All error logs are completely blank.

TIA

The domain should not redirect to webapp-xxxxx.pythonanywhere.com. Instead, there should be a cname record for the WWW record, that points to webapp-xxxxx.pythonanywhere.com. Then, when you go to www.yourdomain.com, it will work. (note the www, both in the browser url, and in the pythonanywhere webapp setup- just edit it to add the www if you were missing it. you can also setup a redirect from the naked non-www domain to the www domain from your domain registrar)