
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
django-db-file-storage
Advanced tools
Custom FILE_STORAGE for Django. Saves files in your database instead of your file system.
.. image:: https://travis-ci.org/victor-o-silva/db_file_storage.svg?branch=master :target: https://travis-ci.org/victor-o-silva/db_file_storage :alt: Build Status
.. image:: https://coveralls.io/repos/victor-o-silva/db_file_storage/badge.svg?branch=master :target: https://coveralls.io/r/victor-o-silva/db_file_storage?branch=master :alt: Code Coverage
.. image:: http://readthedocs.org/projects/django-db-file-storage/badge/?version=master :target: http://django-db-file-storage.readthedocs.org/en/master/?badge=master :alt: Documentation Status
.. image:: https://badge.fury.io/py/django-db-file-storage.svg :target: https://badge.fury.io/py/django-db-file-storage
.. image:: https://pyup.io/repos/github/victor-o-silva/db_file_storage/shield.svg :target: https://pyup.io/repos/github/victor-o-silva/db_file_storage/ :alt: Updates
Django DB File Storage is a custom
file storage system <https://docs.djangoproject.com/en/dev/topics/files/#file-storage>
_
for Django. Use it to save files in your database instead of your file system.
Supports Python versions 2.7
, 3.5
, 3.6+
, and Django versions 1.11
, 2.2
& 3.0+
.
Dependencies scanned by PyUp.io
The project docs can be found here (RTD) <http://django-db-file-storage.readthedocs.org/en/master/>
_.
In order to run the demo project, just
#. download the project and cd
into it,
#. cd
into the demo_and_tests
directory,
#. pip-install <https://pypi.python.org/pypi/pip>
_ all the libraries specified in the requirements file <https://github.com/victor-o-silva/db_file_storage/blob/master/demo_and_tests/requirements.txt>
_ in your environment (you might want to create and use a virtual environment <http://docs.python-guide.org/en/latest/dev/virtualenvs/>
),
#. run python manage.py migrate
and python manage.py runserver
from your shell and
#. visit http://localhost:8000 <http://localhost:8000>
in your browser.
In order to run the tests and contribute to db_file_storage, check the instructions in the CONTRIBUTING file <https://github.com/victor-o-silva/db_file_storage/blob/master/CONTRIBUTING.rst>
_.
FAQs
Custom FILE_STORAGE for Django. Saves files in your database instead of your file system.
We found that django-db-file-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.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.