django-file-storage

Set file storage as an environment variable in your Django application.


License
Other
Install
pip install django-file-storage==0.1.1

Documentation

django-file-storage

Usage

Configure your file storage in settings.py:

DEFAULT_FILE_STORAGE = django_file_storage.config()

Looks for DEFAULT_FILE_STORAGE in your environment variables, and falls back to django's default. The environment variable must be one of those defined in backends.