[website] [minor] moving website helper methods to doctypes

This commit is contained in:
Rushabh Mehta
2013-09-09 11:32:24 +05:30
parent 78ffe46cd5
commit 46089dbc97
19 changed files with 131 additions and 155 deletions

View File

@@ -65,7 +65,7 @@ def check_if_expired():
raise webnotes.AuthenticationError
def on_build():
from website.helpers.make_web_include_files import make
from website.doctype.website_settings.make_web_include_files import make
make()
from home.page.latest_updates import latest_updates