Fixes on deployment

This commit is contained in:
Marc Aymerich 2015-10-02 09:34:02 +00:00
parent 18ac8e3e60
commit 3b59d2d935
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ function main () {
run cd $project_name
sudo service postgresql start
run sudo python3 -W ignore manage.py setuppostgres --db_password "$db_password"
run sudo python3 -W ignore manage.py setuppostgres
run python3 -W ignore manage.py migrate