commit | 430b4a77b41066f4ae22c1a09d452241548905a8 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Tue Sep 03 17:13:50 2013 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Tue Sep 03 17:13:50 2013 +0530 |
tree | 134eb915be3181711f9d2aadf28e3e1ef9f1865a | |
parent | d50d924ee5f9df04fe511a0153e92481b3647f34 [diff] |
[build] move latest update to app via event_handlers.on_build
diff --git a/startup/event_handlers.py b/startup/event_handlers.py index 71eed74..fa08962 100644 --- a/startup/event_handlers.py +++ b/startup/event_handlers.py
@@ -67,6 +67,9 @@ 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"""