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 c092fb1 + b37a7d1 commit 188781aCopy full SHA for 188781a
testbed/settings/production.py
@@ -36,8 +36,8 @@
36
},
37
}
38
39
-STATIC_URL = f'<https://storage.googleapis.com/{GS_BUCKET_NAME}/static/>'
40
-MEDIA_URL = f'<https://storage.googleapis.com/{GS_BUCKET_NAME}/media/>'
+STATIC_URL = f'https://storage.googleapis.com/{GS_BUCKET_NAME}/static/'
+MEDIA_URL = f'https://storage.googleapis.com/{GS_BUCKET_NAME}/media/'
41
42
LOGGING = {
43
'version': 1,
0 commit comments