Django / Heroku createsuperuser

Hi,
I have an app that I developed and when running under development i can create new superuser:

python manage.py createsuperuser

When moving to production I get the screen stuck (freeze) and the code is:

heroku run python manage.py createsuperuser

here is the photo:

How to fix this?

I tried it with windows cmd line as admin and it worked! the freezing above while using sublime! Can someone explain if there is a bug in sublime or I am doing something wong?

I also used windows CLI when running heroku commands because I experienced this freezing issue on git bash too, I don’t know why. If “heroku login” says permission denied, then it could be an authentication problem on sublime, if it also freezes on “heroku login” then I think there’s some kind of bug.

1 Like