Fixed #7392 -- Corrected a typo in the backwards-compatibility layer to the new createsuperuser command.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7596 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
511e01d978
commit
8398ea6603
|
@ -5,4 +5,4 @@ createsuperuser instead.
|
|||
|
||||
if __name__ == "__main__":
|
||||
from django.core.management import call_command
|
||||
call_command("createuseruser")
|
||||
call_command("createsuperuser")
|
||||
|
|
Loading…
Reference in New Issue