Opened 16 years ago
Closed 16 years ago
#7394 closed (fixed)
create_superuser and syncdb bug
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
- Name error exception "The 'password' variable is not defined' in manage.py createsuperuser"
- The manage.py syncdb can't create superuser because non-interactive mode
Attachments (1)
Change History (2)
by , 16 years ago
Attachment: | syncdb_7596.diff added |
---|
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
create_superuser 'password' bug