Create a Django 1.11 project
Answered
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
Please sign in to leave a comment.
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.