Opened 10 years ago

Closed 10 years ago

#23058 closed Bug (needsinfo)

1.7rc1: createsuperuser fails on Windows 8.1 with django-admin.py; succeeds with manage.py

Reported by: malik.a.rumi@… Owned by: nobody
Component: contrib.auth Version: 1.7-rc-1
Severity: Normal Keywords: createsuperuser
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This looks to my newby eyes like a re-emergence of #7518.
I got no request to create super user when I first ran migrations on my new 1.7rc1 project. Then when I specifically ran the command, I got 'unknown command' and was advised to check help. Then I went googling and found the fix, so I thought I should also report it here.

Change History (2)

comment:1 by Tim Graham, 10 years ago

No create superuser prompt after migrate was an intentional change (#22770).

I couldn't reproduce the unknown command error. Could you provide steps to reproduce (if those same steps work on older versions of Django)?

comment:2 by Tim Graham, 10 years ago

Resolution: needsinfo
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top