change STATIC_ROOT

This commit is contained in:
Jonathan Baecker 2020-05-08 15:31:18 +02:00
parent 3dc7a7531e
commit 19fde53e18

View File

@ -132,7 +132,7 @@ for dir in os.listdir(APPS_DIR):
# https://docs.djangoproject.com/en/3.0/howto/static-files/
STATIC_URL = '/static/'
STATIC_ROOT = '/var/www/ffplayout/ffplayout/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'static/')
# ffmpeg filter node, needs to be edit only when the filter chain changes
DRAW_TEXT_NODE = 'Parsed_drawtext_2'