remove copy pasta in config
This commit is contained in:
parent
84db2d43d9
commit
9a25b90f06
|
@ -237,10 +237,6 @@ AWS_S3_OBJECT_PARAMETERS = {
|
||||||
}
|
}
|
||||||
AWS_LOCATION = 'stage'
|
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)
|
STATIC_URL = '%s/%s/%s/' % (AWS_S3_ENDPOINT_URL, AWS_STORAGE_BUCKET_NAME, AWS_LOCATION)
|
||||||
STATICFILES_STORAGE = 'storages.backends.s3boto3.S3Boto3Storage'
|
STATICFILES_STORAGE = 'storages.backends.s3boto3.S3Boto3Storage'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue