diff --git a/app.py b/app.py index f82dd1c..2143c24 100644 --- a/app.py +++ b/app.py @@ -78,7 +78,8 @@ def post_a_post(): #### TODO проверить как-то по-умному что мы таки его добавили metadata = postos.insert(novenkiy, overwrite_mode='update') - return render_template("i-posts.html", postos=[novenkiy]) + postos = db.collection('posts') + return render_template("i-posts.html", postos=postos) # @app.route('/post_my_file', method=['POST'])