How to change django version in PyCharm?

Jacob

I've installed new PyCharm that uses django v1.71(default), but I would like to change it to v1.68.

How can we achieve this with PyCharm?

Peter

You don't do that with Pycharm, Pycharm just detects the installed version. You change the version with pip:

pip uninstall django # just for explicity
pip install django==1.6.8

Make sure you use virtual environments if you run multiple applications on the same machine.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

How to check Django version

From Java

How to change Android version and code version number?

From Java

How to debug Django commands in PyCharm

From Java

How to change node version with nvm

From Dev

How to change ruby version

From Dev

How to change version of gem?

From Dev

how to hit pycharm django server from outside

From Dev

How to change version string of the kernel?

From Dev

How to change default gem version

From Dev

How to create a scratch file in pycharm for Django

From Dev

How to change pycharm 5.0.1 cursor

From Dev

How to change tab size in a specific file in Pycharm

From Dev

How to change PyCharm code editor background color?

From Dev

PyCharm, how to change the font of the Quick Documentation window

From Dev

How to change url in Django

From Dev

How to change to new themes in PyCharm?

From Dev

How to change the version of Chrome?

From Dev

How to change the version of android application

From Dev

how to hit pycharm django server from outside

From Dev

How to change the version of JSF in eclipse?

From Dev

How to change installed ruby version

From Dev

change version of servlet, how to change version with no errors

From Dev

How to change tab size in a specific file in Pycharm

From Dev

How to change Pycharm Python version to Python 3?

From Dev

PyCharm, how to change the font of the Quick Documentation window

From Dev

how to know where pycharm community version is installed

From Dev

How to change run/debug configuration in pycharm

From Dev

How to change autocomplete behavior in PyCharm/IntellijIdea?

From Dev

How to change release version in crashlytics?