Skip to content

Commit

Permalink
chore: shadowbox with mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsparks committed Jan 19, 2024
1 parent fc2673c commit b38e8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ietf/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
STATIC_ROOT = os.path.abspath(BASE_DIR + "/../static/")
else:
STATIC_URL = "https://static.ietf.org/lib/%s/"%__version__
STATIC_ROOT = None
# Intentionally not setting STATIC_ROOT - see django/django (the default is None)

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

0 comments on commit b38e8c3

Please sign in to comment.