8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-18 16:43:11 +00:00

Remove update-settings from update subcommand

This commit is contained in:
Maël Kervella 2018-05-20 00:17:23 +00:00
parent f81d94ea28
commit ccc741f7f5

View file

@ -782,10 +782,9 @@ main_function() {
echo " * {help} ---------- Display this quick usage documentation"
echo " * {setup} --------- Launch the full interactive guide to setup entirely"
echo " re2o from scratch"
echo " * {update} -------- Apply Django migrations, collect frontend statics and"
echo " install the missing APT and pip packages and"
echo " interactively rewrite the settings file"
echo " * {update-django} - Apply Django migration, collect and frontend statics"
echo " * {update} -------- Collect frontend statics, install the missing APT"
echo " and pip packages and apply the migrations to the DB"
echo " * {update-django} - Apply Django migration and collect frontend statics"
echo " * {update-packages} Install the missing APT and pip packages"
echo " * {update-settings} Interactively rewrite the settings file"
echo " * {reset-db} ------ Erase the previous local database, setup a new empty"
@ -818,7 +817,6 @@ main_function() {
update )
install_requirements
update_django
interactive_update_settings
;;
update-django )