Skip to content

meshy/django-file-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Configure `DEFAULT_FILE_STORAGE` with environment variables. Inspired by Kenneth Reitz's dj-database-url.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages