Django's Japanese commentary is old and I stumbled in the middle of the tutorial, so I'll post a note from the installation.
★ Local environment MacBook Pro (13-inch, Mid 2012) Processor: 2.5 GHz Intel Core i5 Memory: 4 GB 1600 MHz DDR3
★ Language to be used Python Django JavaScript
However, it's a familiar language.
Django I've always been interested in it.
Since Python is already implemented on Mac, install (build) Django according to the procedure on the official website. For Windows, please install and set from Python. ** * The future explanation schedule will be in progress with Python 2.7. ** ** ** * Install using 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.
It was easy. Now let's move on to the tutorial.
Next, we will stock the tutorial edition.
Recommended Posts