equal
deleted
inserted
replaced
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. |