Commit 8398ea66 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Fixed #7392 -- Corrected a typo in the backwards-compatibility layer to the...

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
parent 511e01d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,4 +5,4 @@ createsuperuser instead.

if __name__ == "__main__":
    from django.core.management import call_command
    call_command("createuseruser")
    call_command("createsuperuser")