|
@@ -779,7 +779,7 @@ class CloudStorageView(View):
|
|
if not uid_main_exist.exists():
|
|
if not uid_main_exist.exists():
|
|
uid_main_dict = {
|
|
uid_main_dict = {
|
|
'UID': UID,
|
|
'UID': UID,
|
|
- 'userID': userid
|
|
|
|
|
|
+ 'user_id': userid
|
|
}
|
|
}
|
|
UIDMainUser.objects.create(**uid_main_dict)
|
|
UIDMainUser.objects.create(**uid_main_dict)
|
|
|
|
|
|
@@ -884,7 +884,7 @@ class CloudStorageView(View):
|
|
if not uid_main_exist.exists():
|
|
if not uid_main_exist.exists():
|
|
uid_main_dict = {
|
|
uid_main_dict = {
|
|
'UID': UID,
|
|
'UID': UID,
|
|
- 'userID': userid
|
|
|
|
|
|
+ 'user_id': userid
|
|
}
|
|
}
|
|
UIDMainUser.objects.create(**uid_main_dict)
|
|
UIDMainUser.objects.create(**uid_main_dict)
|
|
|
|
|
|
@@ -984,7 +984,7 @@ class CloudStorageView(View):
|
|
if not uid_main_exist.exists():
|
|
if not uid_main_exist.exists():
|
|
uid_main_dict = {
|
|
uid_main_dict = {
|
|
'UID': UID,
|
|
'UID': UID,
|
|
- 'userID': userid
|
|
|
|
|
|
+ 'user_id': userid
|
|
}
|
|
}
|
|
UIDMainUser.objects.create(**uid_main_dict)
|
|
UIDMainUser.objects.create(**uid_main_dict)
|
|
|
|
|
|
@@ -1264,7 +1264,7 @@ class CloudStorageView(View):
|
|
if not uid_main_exist.exists():
|
|
if not uid_main_exist.exists():
|
|
uid_main_dict = {
|
|
uid_main_dict = {
|
|
'UID': uid,
|
|
'UID': uid,
|
|
- 'userID': userID
|
|
|
|
|
|
+ 'user_id': userID
|
|
}
|
|
}
|
|
UIDMainUser.objects.create(**uid_main_dict)
|
|
UIDMainUser.objects.create(**uid_main_dict)
|
|
|
|
|