摘要:
#\Python33\Lib\site-packages\django\contrib\auth\models.pyclass UserManager(BaseUserManager): def _create_user(self, username, email, password, is_staff, is_superuser, **extra_fields): """ Creates and saves a User with the given username, email and password. ... 阅读全文