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 188781a + c959d8a commit ebc77a5Copy full SHA for ebc77a5
testbed/settings/staging.py
@@ -13,3 +13,7 @@
13
# Update the STORAGES configuration with the staging bucket
14
for key in STORAGES:
15
STORAGES[key]["OPTIONS"]["bucket_name"] = GS_BUCKET_NAME
16
+
17
+# Update URLs to use staging bucket
18
+STATIC_URL = f'https://storage.googleapis.com/{GS_BUCKET_NAME}/static/'
19
+MEDIA_URL = f'https://storage.googleapis.com/{GS_BUCKET_NAME}/media/'
0 commit comments