1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pyinventory_ynh.git synced 2024-09-03 20:16:09 +02:00

Set Django dbbackup path to /opt/yunohost/$app/backups/

This commit is contained in:
JensDiemer 2020-12-19 20:16:49 +01:00
parent 12a5adab54
commit a4b04d1186

View file

@ -150,6 +150,11 @@ MEDIA_ROOT = str(FINAL_WWW_PATH / 'media')
CKEDITOR_BASEPATH = STATIC_URL + 'ckeditor/ckeditor/'
# _____________________________________________________________________________
# Django-dbbackup
DBBACKUP_STORAGE_OPTIONS['location']=str(FINAL_HOME_PATH / 'backups')
# -----------------------------------------------------------------------------
LOGGING = {