chore: shadowbox with mypy

This commit is contained in:
Robert Sparks 2024-01-19 14:21:09 -06:00
parent fc2673c13c
commit b38e8c38ae
No known key found for this signature in database
GPG key ID: 6E2A6A5775F91318

View file

@ -170,7 +170,7 @@ if SERVER_MODE != 'production' and SERVE_CDN_FILES_LOCALLY_IN_DEV_MODE:
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.