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:
Russell Keith-Magee 2008-06-08 08:45:14 +00:00
parent 511e01d978
commit 8398ea6603
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ createsuperuser instead.
if __name__ == "__main__":
from django.core.management import call_command
call_command("createuseruser")
call_command("createsuperuser")