Merge pull request 'specify storage for static files' (#69) from staticfiles-storage into main
Reviewed-on: #69
This commit is contained in:
commit
15370f9739
1 changed files with 4 additions and 1 deletions
|
@ -117,7 +117,10 @@ if all(
|
|||
"addressing_style": SERVALA_S3_ADDRESSING_STYLE,
|
||||
"signature_version": SERVALA_S3_SIGNATURE_VERSION,
|
||||
},
|
||||
}
|
||||
},
|
||||
"staticfiles": {
|
||||
"BACKEND": "django.contrib.staticfiles.storage.StaticFilesStorage",
|
||||
},
|
||||
}
|
||||
|
||||
#######################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue