This commit is contained in:
bkfox
2022-10-10 18:23:19 +02:00
parent 8c8ac863dd
commit 05a3b9c95d
2 changed files with 3 additions and 7 deletions

View File

@ -86,8 +86,7 @@ ensure('AIRCOX_DEFAULT_USER_GROUPS', {
})
# Directory for the programs data
# TODO: rename to PROGRAMS_ROOT
ensure('AIRCOX_PROGRAMS_DIR', 'programs')
ensure('AIRCOX_PROGRAMS_DIR', os.path.join(settings.MEDIA_ROOT, 'programs'))
########################################################################