Comme c'est un gros problème, installez Python 3 avec brew.
$brew update
$brew install python3
$python3 -V
Python 3.5.2
Notez que l'option de confirmation de version est -V.
-v est une autre option.
$python3 -m pip install django
$python3 -m django --version
1.10
Preference > Plugins > Install JetBrains plugin...
Recherchez python et installez et redémarrez


5.Run!!!

Lorsque vous accédez à http: //127.0.0.1: 5000 /

Comme c'est gentil!
Recommended Posts