Skip to content

Instantly share code, notes, and snippets.

@abbood
Created July 25, 2016 07:52
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 abbood/d8c6bd636c025f214f087519c01df3e8 to your computer and use it in GitHub Desktop.
Save abbood/d8c6bd636c025f214f087519c01df3e8 to your computer and use it in GitHub Desktop.
if settings.DEBUG:
from storages.backends.s3boto import S3BotoStorage
storage = S3BotoStorage()
else:
from mod.bnp_s3storage import MediaStorage
storage = MediaStorage()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment