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
?
You can open your project in pycharm and then change your django version by this method:
menu->file->setting->project:(your project_name)
In package list click on the package you want(here the package we want is Django).
You can delete a package with minus(-) sign and install a package with plus(+) sign...
For example if your previous Django version is 3.0 you can delete it and install even an older version.