mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 22:18:27 +00:00
[build] move latest update to app via event_handlers.on_build
This commit is contained in:
@@ -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"""
|
||||
|
||||
Reference in New Issue
Block a user