Merge "Use migrate command instead of syncdb"
This commit is contained in:
commit
5db6aaafa2
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user