git clone https://github.com/shashisp/contacts.git
virtualenv ven
source ven/bin/activate
cd contacts
pip install -r requirements.txt
python manage.py runserver
access at http://localhost:8000
git clone https://github.com/shashisp/contacts.git
virtualenv ven
source ven/bin/activate
cd contacts
pip install -r requirements.txt
python manage.py runserver
access at http://localhost:8000