Installation & Setup

Installation

Use pip to install package:

pip install django-embed-video

If you want latest version, you may use Git. It is fresh, but unstable.

pip install git+https://github.com/yetty/django-embed-video.git

Setup

Add embed_video to INSTALLED_APPS in your Django settings.

INSTALLED_APPS = (
    ...

    'embed_video',
)
Read the Docs v: v0.7
Versions
latest
v0.7
v0.6
v0.5
v0.4
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.