heartoftrailers / Taxi_booking_sys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Taxi_booking_sys

Installation

cd taxi_booking_system
virtualenv venv 
# or this instead: python -m virtualenv venv
source ./venv/bin/activate
pip install -r  requirements.txt
python manage.py migrate
python manage.py makemigrations
python manage.py migrate --run-syncdb

Running locally

python manage.py runserver

Tests

python manage.py test

About


Languages

Language:Python 80.4%Language:HTML 19.5%Language:CSS 0.1%