No prompts when running syncdb

This commit is contained in:
Kumar McMillan 2011-03-31 17:27:43 -05:00
Родитель 598e9575f8
Коммит 177fa9899b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -77,7 +77,7 @@ SETTINGS
# All DB tables need to exist so that runserver can start up.
python manage.py syncdb
python manage.py syncdb --noinput
echo "Starting JS tests..." `date`