Installing Django

Installing the django module is a piece of cake since we already have used pip and have our virtual env setup. The command to install django is the same syntax as we did to install virtualenv. First, and most importantly, be sure to have activated your virtual environment. Then, type the following command to install django:

sudo pip install django

In order to confirm that this worked, you can open up the python shell and try importing django:

We're now ready to start coding!

results matching ""

    No results matching ""