зеркало из https://github.com/mozilla/batucada.git
Update settings_local.py template with instructions for using ffmpeg
This commit is contained in:
Родитель
7d4d7eb94b
Коммит
97d2dc5b9d
|
@ -40,3 +40,6 @@ CACHE_COUNT_TIMEOUT = 60
|
||||||
|
|
||||||
# Execute celery tasks locally, so you don't have to be running an MQ
|
# Execute celery tasks locally, so you don't have to be running an MQ
|
||||||
CELERY_ALWAYS_EAGER = True
|
CELERY_ALWAYS_EAGER = True
|
||||||
|
|
||||||
|
# Path to ffmpeg. This will have to be installed to create video thumbnails
|
||||||
|
FFMPEG_PATH = '/usr/bin/ffmpeg'
|
||||||
|
|
Загрузка…
Ссылка в новой задаче