add user_id

FFIB лет %!s(int64=5): %!d(string=назад)
Родитель
Сommit
0b87187840
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      account/models.py

+ 1 - 0
account/models.py

@@ -39,6 +39,7 @@ class UserInfo(BaseModelMixin):
39 39
             'country': self.country,
40 40
             'province': self.province,
41 41
             'city': self.city,
42
+            'user_id': self.user_id
42 43
         }
43 44
 
44 45
     @property