CVS merge

Yet even more code merged.
This commit is contained in:
some weird guy
2023-08-02 02:04:18 -04:00
parent 0d30171496
commit ef1396fe03
37 changed files with 3758 additions and 3643 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ class CommunitySerializer():
'platform': community.platform,
'allowed_users': json.loads(community.allowed_users) if community.allowed_users else None,
'creator': community.creator_id
}
}
@staticmethod
def many(queryset):
"""