Skip to content

wooyek/db_file_storage

 
 

Repository files navigation

django-db-file-storage

Build Status

Code Health

Code Coverage

Documentation Status

image

Django DB File Storage is a custom file storage system for Django. Use it to save files in your database instead of your file system.

Supports Python versions 2.7, 3.4 & 3.5, and Django versions 1.8 & 1.9.

Python 3.3, Django 1.6 and Django 1.7 are not supported anymore. If you HAVE to stick with them, you can use Django DB File Storage 0.3.3 (PyPI) (GitHub).

Documentation

The project docs can be found here (RTD).

Demo

In order to run the demo project, just

  1. download the project and cd into it,
  2. cd into the demo_and_tests directory,
  3. pip-install all the libraries specified in the requirements file in your environment (you might want to create and use a virtual environment),
  4. run python manage migrate and python manage runserver from your shell and
  5. visit 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.

About

Custom FILE_STORAGE for django. Saves your model's filefields in your database instead of your file system.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.2%
  • HTML 8.8%