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:

    pip install Django
  2. Create database (you can create admin account):

    python manage.py syncdb
  3. Run testing server:

    python manage.py runserver
  4. Take a look at http://localhost:8000

Table Of Contents

Previous topic

Examples

Next topic

Development

This Page