class documentation
class UserManager(BaseUserManager):
Undocumented
Method | create |
Create a superuser, making sure they have all necessary rights. |
Method | create |
Clean email input and set staff status and is_active to False . |
Method | _create |
Create and save user with the fields for email and password. |