Skip to content

Commit

Permalink
fix: restore explicit STATIC_ROOT (#6970)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsparks committed Jan 25, 2024
1 parent 8150a12 commit 1e2a53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ietf/settings.py
Expand Up @@ -170,7 +170,7 @@
STATIC_ROOT = os.path.abspath(BASE_DIR + "/../static/")
else:
STATIC_URL = "https://static.ietf.org/dt/%s/"%__version__
# Intentionally not setting STATIC_ROOT - see django/django (the default is None)
STATIC_ROOT = "/a/www/www6s/lib/dt/%s/"%__version__

# List of finder classes that know how to find static files in
# various locations.
Expand Down

0 comments on commit 1e2a53e

Please sign in to comment.