Skip to content

Commit 86dd334

Browse files
committed
Fixed an error in settings.py
- Legacy-Id: 9956
1 parent 984524b commit 86dd334

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
# Absolute path to the directory static files should be collected to.
102102
# Example: "/var/www/example.com/static/"
103103

104-
CDN_ROOT = "/a/www/www6s/lib/dt"
104+
105105

106106
SERVE_CDN_FILES_LOCALLY_IN_DEV_MODE = True
107107

@@ -111,7 +111,7 @@
111111
STATIC_ROOT = os.path.abspath(BASE_DIR + "/../static/")
112112
else:
113113
STATIC_URL = "https://www.ietf.org/lib/dt/%s/"%__version__
114-
STATIC_ROOT = CDN_ROOT + "%s/"%__version__
114+
STATIC_ROOT = "/a/www/www6s/lib/dt/%s/"%__version__
115115

116116
# Destination for components handled by djangobower
117117
COMPONENT_ROOT = BASE_DIR + "/externals/static/"

0 commit comments

Comments
 (0)