New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

plugs-media

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plugs-media

Reusable APP to deal with file uploads

  • 0.2.2
  • PyPI
  • Socket score

Maintainers
3

============================= Plugs Media

.. image:: https://badge.fury.io/py/plugs-media.png :target: https://badge.fury.io/py/plugs-media

.. image:: https://travis-ci.org/ricardolobo/plugs-media.png?branch=master :target: https://travis-ci.org/ricardolobo/plugs-media

Your project description goes here

Documentation

The full documentation is at https://plugs-media.readthedocs.io.

Quickstart

Install Plugs Media::

pip install plugs-media

Add it to your INSTALLED_APPS:

.. code-block:: python

INSTALLED_APPS = (
    ...
    'plugs_media.apps.PlugsMediaConfig',
    ...
)

Add Plugs Media's URL patterns:

.. code-block:: python

from plugs_media import urls as plugs_media_urls


urlpatterns = [
    ...
    url(r'^', include(plugs_media_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

::

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

  • Cookiecutter_
  • cookiecutter-djangopackage_

.. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _cookiecutter-djangopackage: https://github.com/pydanny/cookiecutter-djangopackage

History

0.1.0 (2017-01-07) ++++++++++++++++++

  • First release on PyPI.

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