To access the super admin Django panel, follow the below steps.
- Login to your openedx instance
- sudo -H -u discovery bash
- source ~/discovery_env
- cd ~/discovery
- python ./manage.py createsuperuser --username=USERNAME --email=username@example.com
To access the super admin Django panel, follow the below steps.