From 40358fb977d649723e75fa15d623453717bae705 Mon Sep 17 00:00:00 2001 From: "n.lyubchich" Date: Mon, 27 Jul 2015 14:13:03 +0300 Subject: [PATCH] Fixing Heroku static serving bug --- project/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/project/__init__.py b/project/__init__.py index d75d769..88f5564 100644 --- a/project/__init__.py +++ b/project/__init__.py @@ -8,9 +8,6 @@ app = create_app() - - - @app.context_processor def inject_pagechunks(): chunks = {chunk.name: chunk.text for chunk in PageChunk.query.all()}