#QuickBooking.com
##About This is the base repo for the Knowledge Sharing Campaign. This is a Django app which implements an online bus booking site using modern MVC methods.
##How to use
- Install Python 2.7.x
- Install pip
- Install Django as pip install Django
- Clone this repo
- Run python manage.py makemigrations QuickBooking
- Run python manage.py migrate
- Run python manage.py runserver to launch the dev HTTP server
- Go to the admin page to add/remove/edit entires in db.
#Have fun!