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:
parent
12a5adab54
commit
a4b04d1186
1 changed files with 5 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue