We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3dbccd commit f5176e0Copy full SHA for f5176e0
pythonkc_site/settings.py
@@ -62,9 +62,8 @@
62
# Example: "/home/media/media.lawrence.com/static/"
63
#STATIC_ROOT = os.path.join(PROJECT_ROOT, 'static'),
64
65
-# URL prefix for static files.
66
-# Example: "http://media.lawrence.com/static/"
67
-STATIC_URL = '/static/'
+# See https://gondor.io/support/quick-how-to/#handling-site-media-staticfiles
+STATIC_URL = "/site_media/static/"
68
69
# URL prefix for admin static files -- CSS, JavaScript and images.
70
# Make sure to use a trailing slash.
0 commit comments