TACC / Core-CMS

The Core CMS codebase used by TACC Portals.
https://cep.tacc.utexas.edu
2 stars 1 forks source link

hotfix: setting paths `example-cms` should be `example_cms` #749

Closed wesleyboar closed 11 months ago

wesleyboar commented 11 months ago

Overview

Setting paths example-cms should be example_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

Testing

  1. Load app using settings.custom.py with example-cms asset paths (v4.1.0 tag).
  2. Open CMS website.
  3. Verify logos do not load.
  4. Load app using settings.custom.py with example_cms asset paths (this branch).
  5. Refresh CMS website.
  6. Verify logos do load.

UI

Before After
before after