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

28 lines
448 B
ReStructuredText
Raw Normal View History

2013-08-23 12:25:46 +00:00
Settings
2014-02-21 22:21:00 +00:00
========
2013-08-23 12:25:46 +00:00
.. setting:: EMBED_VIDEO_BACKENDS
EMBED_VIDEO_BACKENDS
--------------------
List of backends to use.
2014-02-21 22:21:00 +00:00
Default::
2013-08-23 12:25:46 +00:00
EMBED_VIDEO_BACKENDS = (
'embed_video.backends.YoutubeBackend',
'embed_video.backends.VimeoBackend',
'embed_video.backends.SoundCloudBackend',
)
2014-02-21 22:21:00 +00:00
.. setting:: EMBED_VIDEO_TIMEOUT
EMBED_VIDEO_TIMEOUT
-------------------
Sets timeout for ``GET`` requests to remote servers.
Default: ``10``