remove copy pasta in config

This commit is contained in:
Oliver Marks 2018-01-22 21:12:44 +00:00
parent 84db2d43d9
commit 9a25b90f06
1 changed files with 0 additions and 4 deletions

View File

@ -237,10 +237,6 @@ AWS_S3_OBJECT_PARAMETERS = {
}
AWS_LOCATION = 'stage'
STATICFILES_DIRS = [
os.path.join(BASE_DIR, 'mysite/static'),
]
STATIC_URL = '%s/%s/%s/' % (AWS_S3_ENDPOINT_URL, AWS_STORAGE_BUCKET_NAME, AWS_LOCATION)
STATICFILES_STORAGE = 'storages.backends.s3boto3.S3Boto3Storage'