Skip to content

Commit 4860e0d

Browse files
committed
small formatting change
1 parent e066094 commit 4860e0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appengine/flexible/django_cloudsql/mysite/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
# [START staticurl]
117117
# Fill in your cloud bucket and switch which one of the following 2 lines
118118
# is commented to serve static content from GCS
119-
#STATIC_URL = 'https://storage.googleapis.com/<your-gcs-bucket>/static/'
119+
# STATIC_URL = 'https://storage.googleapis.com/<your-gcs-bucket>/static/'
120120
STATIC_URL = '/static/'
121121
# [END staticurl]
122122

0 commit comments

Comments
 (0)