Add seed_db to uwsgi_server

This commit is contained in:
richard-dds 2018-09-21 14:38:51 -04:00
parent a8e08b8bd6
commit bd34c0bdb0

View File

@ -7,5 +7,7 @@ source "$(dirname "${0}")"/../script/include/global_header.inc.sh
# Before starting the server, apply any pending migrations to the DB
migrate_db
seed_db
# Launch UWSGI
run_command "uwsgi --ini ${UWSGI_CONFIG_FULLPATH}"