refactor: hoist annotations for common settings (#37888)

This commit is contained in:
Taylor Payne
2026-01-15 10:30:19 -07:00
committed by GitHub
parent 8201e57b9e
commit 97f95fd441
3 changed files with 39 additions and 31 deletions

View File

@@ -68,10 +68,6 @@ CONTACT_MAILING_ADDRESS = _('Your Contact Mailing Address Here')
# Dummy secret key for dev/test
SECRET_KEY = 'dev key'
# .. setting_name: STUDIO_NAME
# .. setting_default: Your Platform Studio
# .. setting_description: The name that will appear on the landing page of Studio, as well as in various emails and
# templates.
STUDIO_NAME = _("Your Platform Studio")
STUDIO_SHORT_NAME = _("Studio")