django-storages

https://django-storages.readthedocs.io/

Latest version: 1.14.6 registry icon
Maintenance score
60
Safety score
100
Popularity score
96
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
1.14.6 0 0 0 0 0
1.14.5 0 0 0 0 0
1.14.4 0 0 0 0 0
1.14.3 0 0 0 0 0
1.14.2 0 0 0 0 0
1.14.1 0 0 0 0 0
1.14 0 0 0 0 0
1.13.2 0 0 0 0 0
1.13.1 0 0 0 0 0
1.13 0 0 0 0 0
1.12.3 0 0 0 0 0
1.12.2 0 0 0 0 0
1.12.1 0 0 0 0 0
1.12 0 0 0 0 0
1.11.1 0 0 0 0 0
1.11 0 0 0 0 0
1.10.1 0 0 0 0 0
1.10 0 0 0 0 0
1.9.1 0 0 0 0 0
1.9 0 0 0 0 0
1.8 0 0 0 0 0
1.7.2 0 0 0 0 0
1.7.1 0 0 0 0 0
1.7 0 0 0 0 0
1.6.6 0 0 0 0 0
1.6.5 0 0 0 0 0
1.6.4 0 0 0 0 0
1.6.3 0 0 0 0 0
1.6.2 0 0 0 0 0
1.6.1 0 0 0 0 0
1.6 0 0 0 0 0
1.5.2 0 0 0 0 0
1.5.1 0 0 0 0 0
1.5.0 0 0 0 0 0
1.4.1 0 0 0 0 0
1.4 0 0 0 0 0
1.1.8 0 0 0 0 0
1.1.7 0 0 0 0 0
1.1.6 0 0 0 0 0
1.1.5 0 0 0 0 0
1.1.4 0 0 0 0 0
1.1.3 0 0 0 0 0
1.1.2 0 0 0 0 0
1.1.1 0 0 0 0 0
1.1 0 0 0 0 0
1.0 0 0 0 0 0

Stability
Latest release:

1.14.6 - This version is safe to use because it has no known security vulnerabilities at this time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

BSD   -   BSD License (Generic)

Is a wildcard

Not proprietary

OSI Compliant



.. image:: https://raw.githubusercontent.com/jschneier/django-storages/master/docs/logos/horizontal.png :alt: Django-Storages :width: 100%

.. image:: https://img.shields.io/pypi/v/django-storages.svg :target: https://pypi.org/project/django-storages/ :alt: PyPI Version

.. image:: https://github.com/jschneier/django-storages/actions/workflows/ci.yml/badge.svg :target: https://github.com/jschneier/django-storages/actions/workflows/ci.yml :alt: Build Status

Installation

Installing from PyPI is as easy as doing:

.. code-block:: bash

pip install django-storages

If you'd prefer to install from source (maybe there is a bugfix in master that hasn't been released yet) then the magic incantation you are looking for is:

.. code-block:: bash

pip install -e 'git+https://github.com/jschneier/django-storages.git#egg=django-storages'

For detailed instructions on how to configure the backend of your choice please consult the documentation.

About

django-storages is a project to provide a variety of storage backends in a single library.

This library is usually compatible with the currently supported versions of Django. Check the Trove classifiers in setup.py to be sure.

django-storages is backed in part by Tidelift_. Check them out for all of your enterprise open source software commercial support needs.

.. _Tidelift: https://tidelift.com/subscription/pkg/pypi-django-storages?utm_source=pypi-django-storages&utm_medium=referral&utm_campaign=enterprise&utm_term=repo

Security

To report a security vulnerability, please use the Tidelift security contact_. Tidelift will coordinate the fix and disclosure. Please do not post a public issue on the tracker.

.. _Tidelift security contact: https://tidelift.com/security

Found a Bug?

Issues are tracked via GitHub issues at the project issue page <https://github.com/jschneier/django-storages/issues>_.

Documentation

Documentation for django-storages is located at https://django-storages.readthedocs.io/.

Contributing

#. Check for open issues <https://github.com/jschneier/django-storages/issues>_ at the project issue page or open a new issue to start a discussion about a feature or bug. #. Fork the django-storages repository on GitHub <https://github.com/jschneier/django-storages>_ to start making changes. #. Add a test case to show that the bug is fixed or the feature is implemented correctly. #. Bug me until I can merge your pull request.

Please don't update the library version in CHANGELOG.rst or storages/__init__.py, the maintainer will do that on release.

History

This repo began as a fork of the original library under the package name of django-storages-redux and became the official successor (releasing under django-storages on PyPI) in February of 2016.