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.
1 parent 984524b commit 86dd334Copy full SHA for 86dd334
1 file changed
ietf/settings.py
@@ -101,7 +101,7 @@
101
# Absolute path to the directory static files should be collected to.
102
# Example: "/var/www/example.com/static/"
103
104
-CDN_ROOT = "/a/www/www6s/lib/dt"
+
105
106
SERVE_CDN_FILES_LOCALLY_IN_DEV_MODE = True
107
@@ -111,7 +111,7 @@
111
STATIC_ROOT = os.path.abspath(BASE_DIR + "/../static/")
112
else:
113
STATIC_URL = "https://www.ietf.org/lib/dt/%s/"%__version__
114
- STATIC_ROOT = CDN_ROOT + "%s/"%__version__
+ STATIC_ROOT = "/a/www/www6s/lib/dt/%s/"%__version__
115
116
# Destination for components handled by djangobower
117
COMPONENT_ROOT = BASE_DIR + "/externals/static/"
0 commit comments