Create New Super User for Access Django Admin Interface in Open edX
I need to use the Django admin interface, but I don’t know what users can use to log in.
Solution
sudo -u edxapp bash
source /edx/app/edxapp/edxapp_env
python /edx/app/edxapp/edx-platform/manage.py --settings=aws createsuperuser