Run syncdb so the django server can start up

This commit is contained in:
Kumar McMillan 2011-03-31 17:11:06 -05:00
Родитель 96644a09f7
Коммит 4687dee1a9
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -76,6 +76,9 @@ INSTALLED_APPS += (
SETTINGS
# All DB tables need to exist so that runserver can start up.
python manage.py syncdb
echo "Starting JS tests..." `date`
# NOTE: the host value here needs to match the 'zambnoi' suite in jstestnet