Create a Django 1.11 project

已回答

By default, PyCharm 2017.3, create new project using Django 2.0.

Is there a way to create a new project and to force PyCharm to directly use Django 1.11?

I remarked that changing Django version thru settings doesn't change for instance urls.py or settings.py.

 

Thanks for your answers

1

Hi! If a selected interpreter has Django installed PyCharm use it to create a new project. So workaround here is to preinstall Django 1.11 and use this interpreter on the New Project screen.

1

请先登录再写评论。