Static Files
Configuration
STATICFILES = {
'storage/assets/css': 'assets/',
}<img src="/assets/style.css">Static Template Function
....
's3': {
's3_client': 'sIS8shn...'
...
'path': 'https://s3.us-east-2.amazonaws.com/bucket'
},
....Serving "Root" Files
Last updated