Add seed_db to uwsgi_server
This commit is contained in:
@@ -7,5 +7,7 @@ source "$(dirname "${0}")"/../script/include/global_header.inc.sh
|
|||||||
# Before starting the server, apply any pending migrations to the DB
|
# Before starting the server, apply any pending migrations to the DB
|
||||||
migrate_db
|
migrate_db
|
||||||
|
|
||||||
|
seed_db
|
||||||
|
|
||||||
# Launch UWSGI
|
# Launch UWSGI
|
||||||
run_command "uwsgi --ini ${UWSGI_CONFIG_FULLPATH}"
|
run_command "uwsgi --ini ${UWSGI_CONFIG_FULLPATH}"
|
||||||
|
Reference in New Issue
Block a user