web/ldtplatform/config.py.tmpl
changeset 122 f3a013f66974
parent 112 9886ab183b09
child 142 0b2f32965787
equal deleted inserted replaced
121:a95b0246db99 122:f3a013f66974
    20 
    20 
    21 
    21 
    22 # Absolute path to the directory that static files (js, css, swf...)
    22 # Absolute path to the directory that static files (js, css, swf...)
    23 # DO NOT forget to do command line ./manage.py collectstatic to gather static media into the web/static folder
    23 # DO NOT forget to do command line ./manage.py collectstatic to gather static media into the web/static folder
    24 STATIC_ROOT = BASE_STATIC_ROOT + "site/"
    24 STATIC_ROOT = BASE_STATIC_ROOT + "site/"
       
    25 
       
    26 # PATH to the ffmpeg executable, used to know automatically the media file duration 
       
    27 FFMPEG_PATH = "C:/path/to/ffmpeg.exe"
    25 
    28 
    26 
    29 
    27 CONTENT_ROOT = BASE_STATIC_ROOT + "content/"
    30 CONTENT_ROOT = BASE_STATIC_ROOT + "content/"
    28 
    31 
    29 # PATH where uploaded media are put.
    32 # PATH where uploaded media are put.