How do I change the URL configuration of my existing Django web app on Pythonanywhere?

StackOverflow https://stackoverflow.com/questions/22124975

  •  18-10-2022
  •  | 
  •  

Вопрос

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.

Это было полезно?
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top