-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Summary
Move taccsite_cms/settings.py into taccsite_cms/settings/ for consistency with Core-Portal.
Proposed Changes
- Move the main settings implementation into the
taccsite_cms/settingspackage (likely__init__.py, keepingDJANGO_SETTINGS_MODULE=taccsite_cms.settings). - Remove fallback imports of
taccsite_cms/settings/settings_*.pyn'…secrets.pyonce clients have migrated. - Update
manage.py,wsgi.py, docs, and any deployment references if needed (depending on final layout). - Document in
docs/upgrade-project.mdthe required steps for clients.
Notes
- This should be a v5-only breaking change, after v4 has supported both old and new locations for at least one minor version.
- Coordinate with https://github.com/TACC/Core-Portal so that the layout matches its current pattern.
Metadata
Metadata
Assignees
Labels
No labels