🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

django-multimedia

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-multimedia

Encode and upload multimedia from the Django admin interface

0.2.0
PyPI
Maintainers
1

django-multimedia

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'

.. _pip: http://www.pip-installer.org/ .. _storage backend: http://django-storages.readthedocs.org/

Keywords

multimedia

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts