Go to file
Daniel Tsvetkov 52c6bdeaba Initial commit 2020-07-08 14:36:13 +02:00
data_static Initial commit 2020-07-08 14:36:13 +02:00
migrations Initial commit 2020-07-08 14:36:13 +02:00
translations Initial commit 2020-07-08 14:36:13 +02:00
webapp Initial commit 2020-07-08 14:36:13 +02:00
.gitignore Initial commit 2020-07-08 14:36:13 +02:00
INSTALL.sh Initial commit 2020-07-08 14:36:13 +02:00
README.md Initial commit 2020-07-08 14:36:13 +02:00
config.py Initial commit 2020-07-08 14:36:13 +02:00
init_populate.py Initial commit 2020-07-08 14:36:13 +02:00
manager.py Initial commit 2020-07-08 14:36:13 +02:00
populate.py Initial commit 2020-07-08 14:36:13 +02:00
requirements.txt Initial commit 2020-07-08 14:36:13 +02:00
run.py Initial commit 2020-07-08 14:36:13 +02:00
worker.py Initial commit 2020-07-08 14:36:13 +02:00

README.md

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