mirror of
https://github.com/YunoHost-Apps/django-fritzconnection_ynh.git
synced 2024-09-03 18:26:24 +02:00
for testing
This commit is contained in:
parent
4ea25646c7
commit
be5ddfbf60
2 changed files with 4 additions and 4 deletions
|
@ -15,6 +15,6 @@ name = "Settings"
|
|||
ask = "debug mode"
|
||||
help = "Important: Never activate this settings.DEBUG on production!"
|
||||
type = "boolean"
|
||||
yes = "True"
|
||||
no = "False"
|
||||
bind = "DJANGO_DEBUG:/opt/yunohost/__APP__/local_settings.py"
|
||||
yes = "true"
|
||||
no = "false"
|
||||
bind = "DJANGO_DEBUG:__FINALPATH__/local_settings.py"
|
||||
|
|
|
@ -58,7 +58,7 @@ admin_mail=$(ynh_user_get_info --username="$admin" --key=mail)
|
|||
redis_db=$(ynh_redis_get_free_db)
|
||||
|
||||
# Always deactivate settings.DEBUG:
|
||||
ynh_app_setting_set --app=$app --key=django_debug --value="0"
|
||||
ynh_app_setting_set --app=$app --key=django_debug --value="false"
|
||||
|
||||
#=================================================
|
||||
# STANDARD MODIFICATIONS
|
||||
|
|
Loading…
Add table
Reference in a new issue