Create utils folder

This commit is contained in:
rubenwardy
2019-11-12 22:36:30 +00:00
parent 038ef5b739
commit 904e09f0dd
5 changed files with 7 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ Note: you should first read one of the guides on the [Github repo wiki](https://
FLASK_CONFIG=../config.cfg celery -A app.tasks.celery worker
# if sqlite
python setup.py -t
python utils/setup.py -t
rm db.sqlite && python setup.py -t && FLASK_CONFIG=../config.cfg FLASK_APP=app/__init__.py flask db stamp head
# Create migration