Go to file
2020-07-13 11:54:16 +02:00
data_static blog posts inputted 2020-07-13 11:54:16 +02:00
migrations blog posts inputted 2020-07-13 11:54:16 +02:00
translations Initial commit 2020-07-08 14:36:13 +02:00
webapp blog posts inputted 2020-07-13 11:54:16 +02:00
.gitignore 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
INSTALL.sh 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
README.md Initial commit 2020-07-08 14:36:13 +02:00
requirements.txt blog posts inputted 2020-07-13 11:54:16 +02:00
run.py blog posts inputted 2020-07-13 11:54:16 +02:00
worker.py Initial commit 2020-07-08 14:36:13 +02: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