Ticket #7392: create_superuser.diff
File create_superuser.diff, 406 bytes (added by , 16 years ago) |
---|
-
django/contrib/auth/create_superuser.py
5 5 6 6 if __name__ == "__main__": 7 7 from django.core.management import call_command 8 call_command("create useruser")8 call_command("createsuperuser")