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 b4e214c + a14c73f commit 35228dcCopy full SHA for 35228dc
testbed/settings/staging.py
@@ -13,7 +13,3 @@
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
-# Bucket URLs for static and media files
18
-STATIC_URL = f'https://storage.googleapis.com/{GS_BUCKET_NAME}/site-assets/'
19
-MEDIA_URL = f'https://storage.googleapis.com/{GS_BUCKET_NAME}/schemas/'
0 commit comments