KRBimsara / QuickBooking

A python web app for the knowledge sharing campaign

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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!

About

A python web app for the knowledge sharing campaign

License:GNU General Public License v2.0


Languages

Language:HTML 68.2%Language:Python 19.1%Language:CSS 9.4%Language:JavaScript 3.4%