
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
django-selectel-storage
Advanced tools
A Django storage backend allowing you to easily save user-generated and static files inside Selectel Cloud storage rather than a local filesystem, as Django does by default.
.. image:: https://badge.fury.io/py/django-selectel-storage.svg :target: https://badge.fury.io/py/django-selectel-storage
.. image:: https://img.shields.io/pypi/l/django-selectel-storage :target: https://raw.githubusercontent.com/marazmiki/django-selectel-storage/master/LICENSE :alt: The project license
.. image:: https://travis-ci.org/marazmiki/django-selectel-storage.svg?branch=master :target: https://travis-ci.org/marazmiki/django-selectel-storage :alt: Travis CI build status
.. image:: https://coveralls.io/repos/marazmiki/django-selectel-storage/badge.svg?branch=master :target: https://coveralls.io/r/marazmiki/django-selectel-storage?branch=master :alt: Code coverage percentage
.. image:: https://pypip.in/wheel/django-selectel-storage/badge.svg :target: https://pypi.python.org/pypi/django-selectel-storage/ :alt: Wheel Status
.. image:: https://img.shields.io/pypi/pyversions/django-selectel-storage.svg :target: https://img.shields.io/pypi/pyversions/django-selectel-storage.svg :alt: Supported Python versions
.. image:: https://img.shields.io/pypi/djversions/django-selectel-storage.svg :target: https://pypi.org/project/django-selectel-storage/ :alt: Supported Django versions
.. image:: https://readthedocs.org/projects/django-selectel-storage/badge/?version=latest :target: https://django-ulogin.readthedocs.io/ru/latest/?badge=latest :alt: Documentation Status
.. image:: https://api.codacy.com/project/badge/Grade/f143275acdf249328a4968b62a94e100 :alt: Codacy Badge :target: https://app.codacy.com/manual/marazmiki/django-selectel-storage?utm_source=github.com&utm_medium=referral&utm_content=marazmiki/django-selectel-storage&utm_campaign=Badge_Grade_Dashboard
This application allows you easily save media and static files into Selectel cloud storage.
.. code:: bash
pip install django-selectel-storage
2. Add to your settings module:
.. code:: python
DEFAULT_FILE_STORAGE = 'django_selectel_storage.storage.SelectelStorage'
SELECTEL_STORAGES = {
'default': {
'USERNAME': 'xxxx_user1',
'PASSWORD': 'secret',
'CONTAINER_NAME': 'bucket',
},
'yet-another-schema': {
'USERNAME': 'yyyy_user2',
'PASSWORD': 'mystery',
'CONTAINER_NAME': 'box',
},
}
Please see details in the documentation <https://django-selectel-storage.readthedocs.io/en/latest/>
_.
FAQs
A Django storage backend allowing you to easily save user-generated and static files inside Selectel Cloud storage rather than a local filesystem, as Django does by default.
We found that django-selectel-storage demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.