Skip to content
Snippets Groups Projects
Commit dbf6ee70 authored by Bidot-Naude Thomas's avatar Bidot-Naude Thomas
Browse files

Add context_sheet for visits V4

parent 5244da51
No related branches found
No related tags found
3 merge requests!39Solve public permission files on AWS,!41Rectification Exportation excel sorties,!38Add context sheet for visits V4
...@@ -51,3 +51,6 @@ MEDIA_URL = 'https://' + AWS_S3_CUSTOM_DOMAIN + 'media/' ...@@ -51,3 +51,6 @@ MEDIA_URL = 'https://' + AWS_S3_CUSTOM_DOMAIN + 'media/'
# Direct the MEDIA_ROOT to the media/ directory inside the bucket # Direct the MEDIA_ROOT to the media/ directory inside the bucket
MEDIA_ROOT = 'media' MEDIA_ROOT = 'media'
# ACL for public read
ACL = 'public-read'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment