How to change django version in PyCharm?

前端 未结 7 1329
说谎
说谎 2021-02-14 09:39

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?

7条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-14 09:55

    Go to file>>settings>>Project Interpreter and click the plus sign at the right edge of the popup window and look for django and install it. You need internet access though. It will install the new version.

提交回复
热议问题