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',
)

Table Of Contents

Previous topic

django-embed-video’s documentation

Next topic

Examples

This Page