I am trying to create a superuser for my app in Django. It's easy in localhost. However, I can't figure out how to do it in Elastic Beanstalk.
The methods I've tried are aws guide and realpython . However, none seems to work. My database is posgresql and it's connected to my application. However no superuser is being created through migrations.
How is it supposed to work?