karima marina

Results 1 comments of karima marina

> set default password to `None` > > ```python > def create_user(self, name, email, password=None, **extra_fields): > ``` > > after that `user.set_password(password)` will set a not usable password to...