Setting Deafult Django Version (Pycharm professional)
Answered
Hello, I currently have the professional version of Pycharm. When I'm creating a new Django project (i'm using the built in selection), it's currently defaulting to installing the newest version of Django, which is 3.0.1. I would like to install 2.2.9 by default. How would I tell Pycharm to use Django 2.2.9 when I'm creating a new Django project form the selection ?
Thank yo!
Please sign in to leave a comment.
Hi,
It's not possible at the moment. Vote for the corresponding feature request https://youtrack.jetbrains.com/issue/PY-39298
As a workaround, you can create a virtualenv from the system terminal, install the needed Django version and then create a Django project in PyCharm using that virtualenv.