* Cache CI `.cache` path * Run Safety check in CI * Use https://install.python-poetry.org * remove flynt * Update django settings * Bugfix tox config * Update/Bugfix YunoHost scripts * Update tests
Note: ``` db_name=$(ynh_sanitize_dbid --db_name="$app") db_user=$db_name ynh_app_setting_set --app="$app" --key=db_name --value="$db_name" ``` So `$db_name` is `django_fritzconnection`, but `$app` == `__APP__` is still `django-fritzconnection` !