Lot of migration work (better normalization), and more visibility work
This commit is contained in:
parent
152bcf2b26
commit
243e28fa75
8 changed files with 239 additions and 20 deletions
1
run.sh
1
run.sh
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
python -c "import logging; logging.basicConfig(level=logging.DEBUG); import migrations; migrations.perform()"
|
||||
python -c "import config; config.create_indexes()"
|
||||
gunicorn -t 600 -w 5 -b 0.0.0.0:5005 --log-level debug app:app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue