[build] move latest update to app via event_handlers.on_build

This commit is contained in:
Rushabh Mehta 2013-09-03 17:13:50 +05:30
parent d50d924ee5
commit 430b4a77b4

View File

@ -67,6 +67,9 @@ def check_if_expired():
def on_build(): def on_build():
from website.helpers.make_web_include_files import make from website.helpers.make_web_include_files import make
make() make()
from home.page.latest_updates import latest_updates
latest_updates.make()
def comment_added(doc): def comment_added(doc):
"""add comment to feed""" """add comment to feed"""