oshipka/bootstrap
Daniel Tsvetkov 9559d029bf model_view
2020-03-25 16:23:24 +01:00
..
webapp bootstrap new project fix 2020-03-23 14:59:11 +01:00
.gitignore fix after runobeat 2020-03-24 11:55:54 +01:00
config.py model_view 2020-03-25 16:23:24 +01:00
INSTALL.sh bootstrap 2020-03-18 12:32:40 +01:00
populate.py bootstrap 2020-03-18 12:32:40 +01:00
README.md bootstrap 2020-03-18 12:32:40 +01:00
requirements.txt bootstrap 2020-03-18 12:32:40 +01:00
run.py model_view 2020-03-25 16:23:24 +01:00
worker.py bootstrap new project fix 2020-03-23 14:59:11 +01:00

Project

Install

virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt

Run

source venv/bin/activate
python run.py

Powered by oshipka