refactor: settings_* and secrets into settings/#1075
Merged
Conversation
- Moved settings files into a dedicated `settings` directory. - Updated import paths in `settings.py` to reflect new structure. - Added example settings files for `settings_custom`, `settings_local`, and `secrets`. - Revised README instructions for creating settings files to match new paths. - Deprecated old import paths with comments for clarity.
Merged
wesleyboar
added a commit
that referenced
this pull request
Jan 30, 2026
## Overview Merge in [v4.37.0](https://github.com/TACC/Core-CMS/releases/tag/v4.37.0). ## Changes - v4.36.23...v4.37.0 ## Testing Already tested via #1075 on Texascale. --------- Co-authored-by: fnets <fnetscher@gmail.com>
wesleyboar
commented
Feb 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Move settings files into
settings/directory.Caution
Clients should not migrate settings yet. Settings will move again.
Related
Changes
settings/settings.pyto reflect new structureTesting
Old Path Works - Camino
Tip
Works!
taccwma/core-cms:fix-core-cms-template-gh-18--v4-36.taccwma/texascale-cmsimage.New Path Works - Camino
Tip
Works!
taccwma/core-cms:fix-core-cms-template-gh-18.New Path Works - Local
Tip
Works!
Important
make cleanmake setuptaccsite_cms/settings/settings_custom.pytaccsite_cms/settings/settings_local.pytaccsite_cms/settings/secrets.pymake start ARGS=--detachOld Path Works - Local
Tip
Works!
Important
taccsite_cms/settings/settings_custom.pytaccsite_cms/settings/settings_local.pytaccsite_cms/settings/secrets.pytaccsite_cms/settings_custom.pytaccsite_cms/settings_local.pytaccsite_cms/secrets.pymake start ARGS=--detachUI
Skipped.