Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

django-db-file-storage

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-db-file-storage

Custom FILE_STORAGE for Django. Saves files in your database instead of your file system.

  • 0.5.6.1
  • PyPI
  • Socket score

Maintainers
1

======================== django-db-file-storage

.. 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

Documentation

The project docs can be found here (RTD) <http://django-db-file-storage.readthedocs.org/en/master/>_.

Demo

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.

Tests & Contributing

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


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