1

Is there a straightforward way for me to change the current URL of my Django web app (www.example.com) to another one (www.example2.com)? I've configured example2.com's CNAME record already to point at username.pythonanywhere.com, and have included '.example2.com' in Django settings of the existing Django project. www.example.com is now live and running well.

Question also asked on PA Forums.

4

1 回答 1

1

以下是关于将新域指向现有 Web 应用程序的 PythonAnywhere 文档

于 2014-03-02T18:46:09.467 回答