Forums

How redirect from nickname.pythonanywhere.com to my domain?

Django How redirect from nickname.pythonanywhere.com to my domain?

My domain is working (pythonanywhere.com, CNAME). All good. My last web adress - nickname.pythonanywhere.com

How redirect from my last adress to new?

You'll need an extra website set up if you want to serve stuff from both your custom domain and yourusername.pythonanywhere.com -- then you can set up a simple Flask app on it to do the redirect. There's some sample code here.