Ticket #7392: create_superuser.diff

File create_superuser.diff, 406 bytes (added by James Bennett, 16 years ago)
  • django/contrib/auth/create_superuser.py

     
    55
    66if __name__ == "__main__":
    77    from django.core.management import call_command
    8     call_command("createuseruser")
     8    call_command("createsuperuser")
Back to Top