Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • Socket score

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc