1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/FastAPI_ynh.git synced 2024-09-03 18:36:00 +02:00

pas besoin de settings.py pour l'instant

This commit is contained in:
leonard 2023-11-28 16:28:17 +01:00
parent 04ab2822b4
commit e389cffdfe

View file

@ -65,10 +65,6 @@ ynh_script_progression --message="Create $app configuration files..."
ynh_add_config --template="gunicorn.conf.py" --destination="$data_dir/gunicorn.conf.py"
ynh_add_config --template="settings.py" --destination="$data_dir/settings.py"
touch "$data_dir/local_settings.py"
mkdir -p "$data_dir/FastAPIAppFolder"
ynh_add_config --template="__init__.py" --destination="$data_dir/FastAPIAppFolder/__init__.py"