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:
parent
04ab2822b4
commit
e389cffdfe
1 changed files with 0 additions and 4 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue