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
Release history Release notifications | RSS feed
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)
Built Distribution
File details
Details for the file django-multimedia-0.2.0.tar.gz
.
File metadata
- Download URL: django-multimedia-0.2.0.tar.gz
- Upload date:
- Size: 29.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd809ae3242ab016aacd1f3c86bfb1762be3530d2d32b8e9eb38e087789f9a9e |
|
MD5 | fcb6f9f8fbe5d9fadcab5a435dcdb90a |
|
BLAKE2b-256 | 458b5031802cc9713a4fcf0b6e5c1bd4631b7effca8408cc8e6ab90329a18641 |
File details
Details for the file django_multimedia-0.2.0-py2-none-any.whl
.
File metadata
- Download URL: django_multimedia-0.2.0-py2-none-any.whl
- Upload date:
- Size: 61.7 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a93252b49966b2deb2decc4ec6661e2c28781868ad356540423e1296c9f2463b |
|
MD5 | 17dbd3750e1f5b42b261d599942c3f10 |
|
BLAKE2b-256 | 081ec391df5b8299f64ee9d89188854d56425b23bb5782be587f717239a67ae1 |