Merge "Use migrate command instead of syncdb"
This commit is contained in:
@@ -108,7 +108,7 @@ function init_murano_dashboard() {
|
|||||||
|
|
||||||
python "$horizon_manage_py" collectstatic --noinput
|
python "$horizon_manage_py" collectstatic --noinput
|
||||||
python "$horizon_manage_py" compress --force
|
python "$horizon_manage_py" compress --force
|
||||||
python "$horizon_manage_py" syncdb --noinput
|
python "$horizon_manage_py" migrate --noinput
|
||||||
|
|
||||||
restart_apache_server
|
restart_apache_server
|
||||||
}
|
}
|
||||||
|
@@ -354,7 +354,7 @@ function init_murano_dashboard() {
|
|||||||
|
|
||||||
python "$horizon_manage_py" collectstatic --noinput
|
python "$horizon_manage_py" collectstatic --noinput
|
||||||
python "$horizon_manage_py" compress --force
|
python "$horizon_manage_py" compress --force
|
||||||
python "$horizon_manage_py" syncdb --noinput
|
python "$horizon_manage_py" migrate --noinput
|
||||||
|
|
||||||
restart_apache_server
|
restart_apache_server
|
||||||
}
|
}
|
||||||
|
@@ -372,7 +372,7 @@ Install Murano Dashboard
|
|||||||
|
|
||||||
.. code-block:: console
|
.. 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.
|
You can reply 'no' since for development purpose separate user is not needed.
|
||||||
|
Reference in New Issue
Block a user