Create a superuser on rapidpro docker

70 views
Skip to first unread message

Gérard Bisama

unread,
Feb 23, 2019, 3:44:22 AM2/23/19
to rapidpro
I everyone,

I have installed rapidpro from docker, I want to create a super user that will allow me to top up the credit. I know that for standard server development we run this command python manage.py createsuperuser.
But I can we do that for docker version.

Thanks

Pedro Valentim

unread,
Jun 29, 2020, 1:40:20 PM6/29/20
to rapidpro
Hi, Gérard!

You will have to execute this command inside the container you're running. It's generally something like:

docker exec -it CONTAINER_NAME /venv/bin/python ./manage.py createsuperuser
Reply all
Reply to author
Forward
0 new messages