article sections
This commit is contained in:
@@ -63,4 +63,4 @@ class SectionSchema(Schema):
|
||||
id=fields.Integer()
|
||||
foreign_name=fields.String()
|
||||
name=fields.String()
|
||||
articles=fields.Nested(ArticleCompSchema,many=True)
|
||||
# articles=fields.Nested(ArticleCompSchema,many=True)
|
||||
|
||||
Reference in New Issue
Block a user