Project

General

Profile

0001-Set-Debian-default-media-root-directory.patch

Benjamin Renard, 09 February 2022 01:05 PM

Download (852 Bytes)

View differences:

Subject: [PATCH] Set Debian default media root directory

 debian/debian_config.py | 1 +
 1 file changed, 1 insertion(+)
debian/debian_config.py
DEBUG = False
STATIC_ROOT = '/var/lib/authentic2/collectstatic/'
MEDIA_ROOT = '/var/lib/authentic2/media/'
STATICFILES_DIRS = ('/var/lib/authentic2/static',)
TEMPLATES[0]['DIRS'] = ['/var/lib/authentic2/templates'] + TEMPLATES[0]['DIRS']
LOCALE_PATHS = ('/var/lib/authentic2/locale',) + LOCALE_PATHS