Skip to content

Instantly share code, notes, and snippets.

@jarcoal
Created August 31, 2012 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jarcoal/3558971 to your computer and use it in GitHub Desktop.
Save jarcoal/3558971 to your computer and use it in GitHub Desktop.
Django Multi-Bucket Settings
DEFAULT_FILE_STORAGE = 'myproject.s3config.media_storage'
STATICFILES_STORAGE = 'myproject.s3config.static_storage'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment