Closed wesleyboar closed 3 months ago
[!IMPORTANT] User error.
I had —
from taccsite_cms._settings.branding import *
PORTAL_BRANDING = [ PORTAL_BRANDING_NSF, PORTAL_BRANDING_UTEXAS, PORTAL_BRANDING_TACC ]
— in my settings, but that file that is not available (until #841).
Overview
Settings in
settings_local.py
andsettings_custom.py
have no effect.Steps
settings_local.py
withSILENCED_SYSTEM_CHECKS = ['captcha.recaptcha_test_key_error']
.core_cms
container.Expected
System check identified no issues (1 silenced).
Actual
System check identified 1 issue (0 silenced).
Notes
Alternative Test
Add
TACC_CORE_STYLES_VERSION = 0
and notice thatcore-styles.*.css
(i.e. version 2) are loaded instead ofsite.css
.