While I haven't tried running management commands in a shell other than bash, it's possible that the commands are relying on environment variables that may not be accessible or set/available in zsh. Trying running them in bash or sh if available.
If you are running them directly via one-time SSH commands (ie $ ssh host 'command'), note that SSH does not request a full TTY and runs everything inside of a channel, which may also pose problems. -James On Nov 8, 2014 2:47 PM, "Andri SigurĂ°sson" <faustu...@gmail.com> wrote: > Ok i'm running this on a cygwin zsh shell. > > with python 3.4.1 and Django 1.7.1 > > I've been running the first app Tutorial on the Django site and its all > been going perfectly right up to this moment and i'm absolutely stumped. > > When i try to run "./manage.py createsuperuser" it gives me this error. > > "Superuser creation skipped due to not running in a TTY. You can run > `manage.py createsuperuser` in your project to create one manually." > > I havn't been able to find any posts on this particular issue, any ideas? > :( > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/448a6acf-6497-4708-9f28-26d7abad043e%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/448a6acf-6497-4708-9f28-26d7abad043e%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2Be%2BciXdEatKM2MgY11OC57TS%3Do8Am4SrfGrdtomj191%3DGsg3Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.