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: | 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 , 10 years ago
comment:2 by , 10 years ago
Resolution: | → needsinfo |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
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)?