We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebc77a5 + dfb4c8c commit 3137bdaCopy full SHA for 3137bda
testbed/settings/production.py
@@ -34,6 +34,13 @@
34
"location": "static",
35
}
36
},
37
+ "sass_processor": {
38
+ "BACKEND": "storages.backends.gcloud.GoogleCloudStorage",
39
+ "OPTIONS": {
40
+ "bucket_name": GS_BUCKET_NAME,
41
+ "location": "static", # Same as staticfiles!
42
+ }
43
44
45
46
STATIC_URL = f'https://storage.googleapis.com/{GS_BUCKET_NAME}/static/'
@@ -84,4 +91,4 @@
84
91
EMAIL_USE_TLS = True
85
92
EMAIL_USE_SSL = False
86
93
EMAIL_HOST_USER = "[email protected]"
87
-EMAIL_HOST_PASSWORD = env.str('EMAIL_HOST_PASSWORD')
94
+EMAIL_HOST_PASSWORD = env.str('EMAIL_HOST_PASSWORD')
0 commit comments