diff --git a/script/uwsgi_server b/script/uwsgi_server index 275b3b93..9b8e3c07 100755 --- a/script/uwsgi_server +++ b/script/uwsgi_server @@ -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}"