+ 1
About install Django on pycharm
An help me to install django on pycharm. Best way to install i tried to install but getting errors
1 Réponse
+ 2
I don't know/use pycharm, but as I know it's a Python IDE... so Django would not be able to be installed "on" pycharm...
You must open a terminal, and use "pip install Django" (or "pip install Django==" followed by the version you want enforce): that will install Django on your computer. Obviously, you need to have Python and pip previously installed ^^