pass --noinput to sync since admin is disabled and there's no adminable stuff

This commit is contained in:
Albert Hopkins 2011-02-22 22:51:31 -05:00
parent f236ffc4bb
commit 5ff35f7768
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ hg serve -p 8000 --prefix /repo/ > /var/log/teamplayer/hgserve.log 2>&1 &
cd ~/web
if [ ! -f "/etc/firstboot" ] ; then
python manage.py syncdb
python manage.py syncdb --noinput --verbosity=0
fi
# start the fastcgi daemon