Skip to content

Instantly share code, notes, and snippets.

@ddahan
Created January 4, 2017 16:18
Show Gist options
  • Save ddahan/5803752bd8a1c732329dddf932d8a06a to your computer and use it in GitHub Desktop.
Save ddahan/5803752bd8a1c732329dddf932d8a06a to your computer and use it in GitHub Desktop.
from storages.backends.s3boto import S3BotoStorage
from django.conf import settings
class StaticRootS3BotoStorage(S3BotoStorage):
location = settings.AWS_STATIC_DIR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment