Merge "Use migrate command instead of syncdb"

This commit is contained in:
Jenkins 2015-10-14 15:45:04 +00:00 committed by Gerrit Code Review
commit 5db6aaafa2
3 changed files with 3 additions and 3 deletions

View File

@ -108,7 +108,7 @@ function init_murano_dashboard() {
python "$horizon_manage_py" collectstatic --noinput
python "$horizon_manage_py" compress --force
python "$horizon_manage_py" syncdb --noinput
python "$horizon_manage_py" migrate --noinput
restart_apache_server
}

View File

@ -354,7 +354,7 @@ function init_murano_dashboard() {
python "$horizon_manage_py" collectstatic --noinput
python "$horizon_manage_py" compress --force
python "$horizon_manage_py" syncdb --noinput
python "$horizon_manage_py" migrate --noinput
restart_apache_server
}

View File

@ -372,7 +372,7 @@ Install Murano Dashboard
.. code-block:: console
tox -e venv -- python manage.py syncdb
tox -e venv -- python manage.py migrate --noinput
..
You can reply 'no' since for development purpose separate user is not needed.