Creating the superuser account to access the admin panel when using a free database? I have tried all

How do i create the superuser account to access the admin panel when using a free database? I have tried everything but failed, I even added this

if [[ $CREATE_SUPERUSER ]];
then
python atomic_disciple_making_ministry/manage.py createsuperuser --no-input
fi
and added the environoment variables
but it failed. I am connecting to an external database of postgres on railway.

Hi,

I’ve replied to the ticket you also opened. Let’s keep the conversation in one place (on the ticket). Then you can update this post when we get to the solution.

Alan