Flight Booking Application
Getting started: Create a virtualenv:
pip install vitualenv
vitrualenv <Name of the virtualenv>
Activate your vitualenv: for mac
source <Name of vurtualenv>/bin/activate
for windows
<Name of virualenv>/Scripts/Activate
then :
cd Traveller
Run the application:
python manage.py runserver
Run tests: nosetests -v