django-embed-video/docs/api/embed_video.settings.rst

35 lines
531 B
ReStructuredText
Raw Normal View History

2013-08-23 12:25:46 +00:00
Settings
===========
.. setting:: EMBED_VIDEO_BACKENDS
EMBED_VIDEO_BACKENDS
--------------------
List of backends to use.
Default::
EMBED_VIDEO_BACKENDS = (
'embed_video.backends.YoutubeBackend',
'embed_video.backends.VimeoBackend',
'embed_video.backends.SoundCloudBackend',
)
EMBED_VIDEO_CACHE
------------------
Allows to cache backends data in cache
Default: ``True``
EMBED_VIDEO_CACHE_TIMEOUT
-------------------------
To set how long backends data stay in the cache.
Default: ``3600``