Skip to content
This repository has been archived by the owner on Jan 9, 2021. It is now read-only.
/ transporte Public archive

moved to our own gitlab - Transport planing tool

Notifications You must be signed in to change notification settings

c3loc/transporte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

transporte

Transport planing tool

python

use python3!

database

for production use it is recommended to use mysql or postgresql.

venv

use venvs!

create venv

python -m venv venv

activate venv

source venv/bin/activate

copy & edit config

cp transporte/config.cfg.example transporte/config.cfg
nano transporte/config.cfg

build

pip install -r requirements.txt
pip install --editable .

create database

python -i
>>> from transporte.transporte import db
>>> db.create_all()

run

export FLASK_APP=transporte/transporte.py
flask run

debug

export FLASK_APP=transporte/transporte.py
export FLASK_DEBUG=True
flask run

About

moved to our own gitlab - Transport planing tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published