Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.