I deployed my django app and when I tried
heroku run python manage.py syncdb
I got a timeout awaiting process error. Superuser is not created for the system yet, though i did syncdb by using:
heroku run:detached python manage.py createsuperuser
But this does not prompt me for the superuser.
Port 5000 is not blocked in my system. How do I make heroku run work (or) how do I create the super user?
heroku logs
, you may have problems with your requirements.txt – Monogenesiscreatesuperuser
without spaces – Monogenesisheroku logs
? – Amata