1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-21 19:37:28 +00:00

Update social_django and profile

This commit is contained in:
zhengxie
2019-01-28 15:31:12 +08:00
parent 0efcbb10a3
commit fd21d7838e
8 changed files with 22 additions and 36 deletions

View File

@@ -74,8 +74,7 @@ class DjangoUserMixin(UserMixin):
assert 'username' in kwargs
user = User.objects.create_user(email=kwargs['username'],
is_active=True,
save_profile=False)
is_active=True)
# try:
# if hasattr(transaction, 'atomic'):