from django.contrib.auth.models import User User.objects.create_user(username=username, password=password2) #User对象属性:username,password ...
確定! 回上一頁