Background
Migration Django 4 → Core-CMS 3.12 replaced Python names' "-" with "_".
The incorrect path makes Core-CMS-Resources example assets fail to load.
Related
None.
Changes
change example customs settings asset paths from example_cms to example_cms
Testing
Load app using settings.custom.py with example-cms asset paths (v4.1.0 tag).
Open CMS website.
Verify logos do not load.
Load app using settings.custom.py with example_cms asset paths (this branch).
Overview
Setting paths
example-cms
should beexample_cms
.Background
Migration Django 4 → Core-CMS 3.12 replaced Python names' "-" with "_". The incorrect path makes Core-CMS-Resources example assets fail to load.Related
None.
Changes
example_cms
toexample_cms
Testing
settings.custom.py
withexample-cms
asset paths (v4.1.0
tag).settings.custom.py
withexample_cms
asset paths (this branch).UI