Opened 16 years ago

Closed 16 years ago

#7394 closed (fixed)

create_superuser and syncdb bug

Reported by: av0000@… 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

  1. Name error exception "The 'password' variable is not defined' in manage.py createsuperuser"
  1. The manage.py syncdb can't create superuser because non-interactive mode

Attachments (1)

syncdb_7596.diff (1.3 KB ) - added by av0000@… 16 years ago.
create_superuser 'password' bug

Download all attachments as: .zip

Change History (2)

by av0000@…, 16 years ago

Attachment: syncdb_7596.diff added

create_superuser 'password' bug

comment:1 by Jacob, 16 years ago

Resolution: fixed
Status: newclosed

(In [7598]) Fixed #7394: fixed bug with syncdb and createsuperuser introduced in [7590]. Thanks, av0000@…

Note: See TracTickets for help on using tickets.
Back to Top