After cloning execute the following inside the root folder of the project.
If Django (v1.7.1) is not installed, then install using
pip install Django==1.7.1
Then execute the following:
mkdir database
mkdir temp
python manage.py makemigrations
python manage.py migrate
python manage.py syncdb
python manage.py runserver