diff --git a/scripts/install b/scripts/install index a808194..5ffe769 100755 --- a/scripts/install +++ b/scripts/install @@ -140,7 +140,8 @@ ynh_add_config --template="settings.py" --destination="$final_path/settings.py" ynh_add_config --template="setup_user.py" --destination="$final_path/setup_user.py" ynh_add_config --template="urls.py" --destination="$final_path/urls.py" ynh_add_config --template="wsgi.py" --destination="$final_path/wsgi.py" -ynh_add_config --template="local_settings.py" --destination="$final_path/local_settings.py" + +touch "$final_path/local_settings.py" #================================================= # MIGRATE / COLLECTSTATIC / CREATEADMIN diff --git a/scripts/upgrade b/scripts/upgrade index de9ec43..27bbe71 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -132,7 +132,6 @@ ynh_add_config --template="settings.py" --destination="$final_path/settings.py" ynh_add_config --template="setup_user.py" --destination="$final_path/setup_user.py" ynh_add_config --template="urls.py" --destination="$final_path/urls.py" ynh_add_config --template="wsgi.py" --destination="$final_path/wsgi.py" -ynh_add_config --template="local_settings.py" --destination="$final_path/local_settings.py" #================================================= # MIGRATE PYINVENTORY