Example project

For easy start with using django-embed-video, you can take a look at example project. It is located in example_project directory in root of repositary.

How to run it?

  1. Install Django and PyYAML:

    pip install Django
    pip install pyyaml
  2. Create database:

    python manage.py syncdb --noinput
  3. Run testing server:

    python manage.py runserver
  4. Take a look at http://localhost:8000 . You can log in to administration with username admin and password admin.

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.