Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jschneier/django-storages
https://django-storages.readthedocs.io/
https://github.com/jschneier/django-storages
django python
Last synced: 5 days ago
JSON representation
https://django-storages.readthedocs.io/
- Host: GitHub
- URL: https://github.com/jschneier/django-storages
- Owner: jschneier
- License: bsd-3-clause
- Created: 2014-12-09T00:37:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T16:45:00.000Z (10 months ago)
- Last Synced: 2024-02-09T16:11:26.170Z (9 months ago)
- Topics: django, python
- Language: Python
- Homepage:
- Size: 1.84 MB
- Stars: 2,579
- Watchers: 42
- Forks: 843
- Open Issues: 151
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- best-django-resource - django-storages - A collection of storage backends for Django, including Amazon S3 and Google Cloud Storage. (File and Media Handling)
- -awesome-django - django-storages - A single library to support multiple custom storage backends for Django. (Third-Party Packages / Static Assets)
- awesome-starts - jschneier/django-storages - https://django-storages.readthedocs.io/ (Python)
- awesome-django - django-storages - A single library to support multiple custom storage backends for Django. (Third-Party Packages / Static Assets)
- starred-awesome - django-storages - (Python)
- best-of-web-python - GitHub - 17% open · ⏱️ 01.06.2024): (Django Utilities)
README
.. 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 StatusInstallation
============
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
`_.Documentation
=============
Documentation for django-storages is located at https://django-storages.readthedocs.io/.Contributing
============#. `Check for open 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
`_ 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.