Skip to content
Snippets Groups Projects

Add context sheet for visits V4

8 files
+ 74
4
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
0
@@ -51,3 +51,6 @@ MEDIA_URL = 'https://' + AWS_S3_CUSTOM_DOMAIN + 'media/'
# Direct the MEDIA_ROOT to the media/ directory inside the bucket
MEDIA_ROOT = 'media'
# ACL for public read
ACL = 'public-read'
Loading