commit | c875300fe2c3aa6e52752b83d324d47d793b2198 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Thu Sep 26 17:54:51 2013 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Thu Sep 26 17:54:51 2013 +0530 |
tree | 7f962bb3c30632d088e44c17fa1385e0c4f49598 | |
parent | f879a9dc2e8ceff2017ff5c0dd10d8e468dd232a [diff] |
[minor] moved wn-web.js and wn-web.css to memcache
diff --git a/startup/event_handlers.py b/startup/event_handlers.py index fc95414..a012611 100644 --- a/startup/event_handlers.py +++ b/startup/event_handlers.py
@@ -65,9 +65,6 @@ raise webnotes.AuthenticationError def on_build(): - from website.doctype.website_settings.make_web_include_files import make - make() - from home.page.latest_updates import latest_updates latest_updates.make()