摘要: #\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. ... 阅读全文
posted @ 2014-01-05 16:08 LisPythoniC 阅读(199) 评论(0) 推荐(0) 编辑