The project contains the source code for the official Django tutorial at https://docs.djangoproject.com/en/1.10/intro/
$ cd django-tutorial
$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt
$ ./manage.py migrate
$ ./manage.py runserver