Commit b16edc22 authored by 段英荣's avatar 段英荣

modify

parent 7a15e6a2
......@@ -23,6 +23,7 @@ class User(models.Model):
def get_follow_user_id_list(self):
print("********duan add,use attribute:%s" % str(dir(self)))
follow_user_id_list = list()
user_follows = self.userfollow.filter(is_online=True)
for user_follow in user_follows:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment