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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 2

File details

Details for the file django-multimedia-0.2.0.tar.gz.

File metadata

File hashes

Hashes for django-multimedia-0.2.0.tar.gz
Algorithm Hash digest
SHA256 bd809ae3242ab016aacd1f3c86bfb1762be3530d2d32b8e9eb38e087789f9a9e
MD5 fcb6f9f8fbe5d9fadcab5a435dcdb90a
BLAKE2b-256 458b5031802cc9713a4fcf0b6e5c1bd4631b7effca8408cc8e6ab90329a18641

See more details on using hashes here.

File details

Details for the file django_multimedia-0.2.0-py2-none-any.whl.

File metadata

File hashes

Hashes for django_multimedia-0.2.0-py2-none-any.whl
Algorithm Hash digest
SHA256 a93252b49966b2deb2decc4ec6661e2c28781868ad356540423e1296c9f2463b
MD5 17dbd3750e1f5b42b261d599942c3f10
BLAKE2b-256 081ec391df5b8299f64ee9d89188854d56425b23bb5782be587f717239a67ae1

See more details on using hashes here.

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