refactor: hoist annotations for common settings (#37888)
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user