I installed my instance of openedx and now want to customize the name of my platform.
How to do so ?
To change the Platform name
/edx/app/edxapp/edx-platform/lms/envs/common.py
PLATFORM_NAME = "edX"
with the appropriate nameapp/edxapp/lms.env.json
PLATFORM_NAME = "edX"
with the appropriate name