django-db-file-storage


Namedjango-db-file-storage JSON
Version 0.5.6.1 PyPI version JSON
download
home_pagehttps://github.com/victor-o-silva/db_file_storage
SummaryCustom FILE_STORAGE for Django. Saves files in your database instead of your file system.
upload_time2024-01-30 10:37:07
maintainer
docs_urlNone
authorAagam Sheth, Victor Oliveira da Silva
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            ========================
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>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/victor-o-silva/db_file_storage",
    "name": "django-db-file-storage",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Aagam Sheth, Victor Oliveira da Silva",
    "author_email": "victor_o_silva@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/78/14/67dcce9a6e6aaaa5e1d715b7a7a74ad491d9022f8f66f33e901af2c44883/django-db-file-storage-0.5.6.1.tar.gz",
    "platform": null,
    "description": "========================\ndjango-db-file-storage\n========================\n\n.. image:: https://travis-ci.org/victor-o-silva/db_file_storage.svg?branch=master\n   :target: https://travis-ci.org/victor-o-silva/db_file_storage\n   :alt: Build Status\n\n.. image:: https://coveralls.io/repos/victor-o-silva/db_file_storage/badge.svg?branch=master\n   :target: https://coveralls.io/r/victor-o-silva/db_file_storage?branch=master\n   :alt: Code Coverage\n\n.. image:: http://readthedocs.org/projects/django-db-file-storage/badge/?version=master\n   :target: http://django-db-file-storage.readthedocs.org/en/master/?badge=master\n   :alt: Documentation Status\n\n.. image:: https://badge.fury.io/py/django-db-file-storage.svg\n   :target: https://badge.fury.io/py/django-db-file-storage\n\n.. image:: https://pyup.io/repos/github/victor-o-silva/db_file_storage/shield.svg\n   :target: https://pyup.io/repos/github/victor-o-silva/db_file_storage/\n   :alt: Updates\n\nDjango DB File Storage is a custom\n`file storage system <https://docs.djangoproject.com/en/dev/topics/files/#file-storage>`_\nfor Django. Use it to save files in your database instead of your file system.\n\nSupports Python versions ``2.7``, ``3.5``, ``3.6+``, and Django versions ``1.11``, ``2.2`` & ``3.0+``.\n\nDependencies scanned by PyUp.io\n\nDocumentation\n========================\n\nThe project docs can be found `here (RTD) <http://django-db-file-storage.readthedocs.org/en/master/>`_.\n\nDemo\n========================\n\nIn order to run the demo project, just\n\n#. download the project and ``cd`` into it,\n#. ``cd`` into the ``demo_and_tests`` directory,\n#. `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/>`_),\n#. run ``python manage.py migrate`` and ``python manage.py runserver`` from your shell and\n#. visit `http://localhost:8000 <http://localhost:8000>`_ in your browser.\n\nTests & Contributing\n========================\n\nIn 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>`_.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Custom FILE_STORAGE for Django. Saves files in your database instead of your file system.",
    "version": "0.5.6.1",
    "project_urls": {
        "Download": "https://github.com/victor-o-silva/db_file_storage/tarball/0.5.6.1",
        "Homepage": "https://github.com/victor-o-silva/db_file_storage"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f49bd9832a1ce94bb4781ded02a767cc828da167fc6676f4e192b167c44d528",
                "md5": "99bcbcdbe675d707382a101009464d98",
                "sha256": "3feac1e060b550c3c03c35e95d2111d9f100bc247863ace691a78b107f1fc3d5"
            },
            "downloads": -1,
            "filename": "django_db_file_storage-0.5.6.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "99bcbcdbe675d707382a101009464d98",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9048,
            "upload_time": "2024-01-30T10:36:55",
            "upload_time_iso_8601": "2024-01-30T10:36:55.558356Z",
            "url": "https://files.pythonhosted.org/packages/9f/49/bd9832a1ce94bb4781ded02a767cc828da167fc6676f4e192b167c44d528/django_db_file_storage-0.5.6.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "781467dcce9a6e6aaaa5e1d715b7a7a74ad491d9022f8f66f33e901af2c44883",
                "md5": "8fa81391d94998743fb7e44267e31a39",
                "sha256": "f0c4540ed6b772e8b3141eae3222acde4c29ab771477a5c999013a3980856c7f"
            },
            "downloads": -1,
            "filename": "django-db-file-storage-0.5.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8fa81391d94998743fb7e44267e31a39",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9394,
            "upload_time": "2024-01-30T10:37:07",
            "upload_time_iso_8601": "2024-01-30T10:37:07.628608Z",
            "url": "https://files.pythonhosted.org/packages/78/14/67dcce9a6e6aaaa5e1d715b7a7a74ad491d9022f8f66f33e901af2c44883/django-db-file-storage-0.5.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-30 10:37:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "victor-o-silva",
    "github_project": "db_file_storage",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "landscape": true,
    "lcname": "django-db-file-storage"
}
        
Elapsed time: 0.18756s