We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e066094 commit 4860e0dCopy full SHA for 4860e0d
1 file changed
appengine/flexible/django_cloudsql/mysite/settings.py
@@ -116,7 +116,7 @@
116
# [START staticurl]
117
# Fill in your cloud bucket and switch which one of the following 2 lines
118
# is commented to serve static content from GCS
119
-#STATIC_URL = 'https://storage.googleapis.com/<your-gcs-bucket>/static/'
+# STATIC_URL = 'https://storage.googleapis.com/<your-gcs-bucket>/static/'
120
STATIC_URL = '/static/'
121
# [END staticurl]
122
0 commit comments