diff --git a/settings_local.py-template b/settings_local.py-template index d5f03c2..07d8226 100644 --- a/settings_local.py-template +++ b/settings_local.py-template @@ -3,5 +3,6 @@ AWS_SECRET_ACCESS_KEY = '' AWS_STORAGE_BUCKET_NAME = '' DEBUG=True S3_URL = 'https://%s.s3.amazonaws.com/' % AWS_STORAGE_BUCKET_NAME -STATICFILES_STORAGE = 'storages.backends.s3boto.S3BotoStorage' SSLIFY_DISABLE = True +STATICFILES_STORAGE = 'storages.backends.s3boto.S3BotoStorage' +STATIC_URL = '/static/'