Set file storage as an environment variable in your Django application.
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.