Skip to main content

Encode and upload multimedia from the Django admin interface

Project description

Encode and upload multimedia from the Django admin interface. Supports any encoding profile you can write a command line statement to accomplish.

Quick start

Install with pip:

$ pip install django-multimedia

Add to INSTALLED_APPS:

INSTALLED_APPS += (
    'storage',
    'multimedia',
)

Update your database:

$ ./manage.py syncdb
$ ./manage.py migrate multimedia

Configure your selected storage backend:

MULTIMEDIA_FILE_STORAGE = 'path.to.backend'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-multimedia-0.2.0.tar.gz (29.9 kB view hashes)

Uploaded Source

Built Distribution

django_multimedia-0.2.0-py2-none-any.whl (61.7 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page