div. updates

This commit is contained in:
andis
2017-02-17 10:02:20 +01:00
parent bdfa16728d
commit b71803c050
14 changed files with 224 additions and 65 deletions

View File

@@ -50,7 +50,7 @@ def update(id):
@article_pages.route("/<int:id>.json",methods=['GET'])
def get(id):
article=Article.query.get(id)
clogger.info(article)
# clogger.info(article)
# article=ArticleSchema().dump(article)[0]
return jsonify(article=article)