Le commentaire japonais de Django est ancien et j'ai trébuché au milieu du tutoriel, donc je poste une note de l'installation.
★ Environnement local MacBook Pro (13-inch, Mid 2012) Processeur: Intel Core i5 2,5 GHz Mémoire: 4 Go DDR3 1600 MHz
★ Langue à utiliser Python Django JavaScript
Cependant, c'est une langue familière.
Django Cela m'a toujours intéressé.
Puisque Python est déjà implémenté sur Mac, installez (build) Django selon la procédure sur le site officiel. Pour Windows, veuillez installer et définir depuis Python. ** * Le futur calendrier des explications sera en cours avec Python 2.7. ** ** ** * Installez en utilisant pip. ** **
Terminal
$ pip install Django==1.9.2
...
..
.
$ python -c "import django; print(django.get_version())"
1.9.2
That’s it! That’s it – you can now move onto the tutorial.
C'était facile. Passons maintenant au didacticiel.
Ensuite, nous stockerons l'édition du didacticiel.
Recommended Posts