From 430b4a77b41066f4ae22c1a09d452241548905a8 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Tue, 3 Sep 2013 17:13:50 +0530 Subject: [PATCH] [build] move latest update to app via event_handlers.on_build --- startup/event_handlers.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/startup/event_handlers.py b/startup/event_handlers.py index 71eed7481c..fa08962fc2 100644 --- a/startup/event_handlers.py +++ b/startup/event_handlers.py @@ -67,6 +67,9 @@ def check_if_expired(): def on_build(): from website.helpers.make_web_include_files import make make() + + from home.page.latest_updates import latest_updates + latest_updates.make() def comment_added(doc): """add comment to feed"""